Skip to content

Instantly share code, notes, and snippets.

@larskotthoff
Forked from dvreed77/index.html
Created December 1, 2013 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larskotthoff/f7340645d4cda3ff6ac5 to your computer and use it in GitHub Desktop.
Save larskotthoff/f7340645d4cda3ff6ac5 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.feature {
fill: #ccc;
stroke: #fff;
stroke-width: 2px;
}
.feature.active {
fill: orange;
}
</style>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script>
var width = 960,
height = 500,
active;
var projection = d3.geo.mercator();
var path = d3.geo.path()
.projection(projection);
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
var g = svg.append("g");
d3.json("paris.json", function(error, us) {
projection
.scale(1)
.translate([0, 0]);
var b = path.bounds(us),
s = .95 / Math.max((b[1][0] - b[0][0]) / width, (b[1][1] - b[0][1]) / height),
t = [(width - s * (b[1][0] + b[0][0])) / 2, (height - s * (b[1][1] + b[0][1])) / 2];
projection
.scale(s)
.translate(t);
g.selectAll("path")
.data(us.features)
.enter().append("svg:path")
.attr("class", "feature")
.attr("d", path)
.on("click", click);
});
function click(d) {
if (active === d) return reset();
g.selectAll(".active").classed("active", false);
d3.select(this).classed("active", active = d);
var b = path.bounds(d),
s = .95 / Math.max((b[1][0] - b[0][0]) / width, (b[1][1] - b[0][1]) / height),
t = [(width - s * (b[1][0] + b[0][0])) / 2, (height - s * (b[1][1] + b[0][1])) / 2];
var transform =
"translate(" + width/2 + "," + height/2 + ")" +
"scale(" + .95 / Math.max((b[1][0] - b[0][0]) / width, (b[1][1] - b[0][1]) / height) + ")"
+
"translate(" + -(b[1][0] + b[0][0]) / 2 + "," + -(b[1][1] + b[0][1]) / 2 + ")";
g.transition().duration(750).attr("transform", transform);
}
function reset() {
g.selectAll(".active").classed("active", active = false);
g.transition().duration(750).attr("transform", "");
}
</script>
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "properties": { "Name": "1er : Louvre", "descriptio": "<A href=\"http:\/\/flickr.com\/photos\/absolutwade\/191883836\/\" target=\"_blank\"><IMG width=\"240\" height=\"180\" src=\"http:\/\/farm1.static.flickr.com\/63\/191883836_3f15c4fb6c_m.jpg\"><\/A> <BR>Le 1<SUP>er<\/SUP> arrondissement <BR> <I>Photo : absolutwade<\/I><BR>", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.320769, 48.863037, 0.0 ], [ 2.325229, 48.868938, 0.0 ], [ 2.325149, 48.869419, 0.0 ], [ 2.328018, 48.869949, 0.0 ], [ 2.330302, 48.868286, 0.0 ], [ 2.350944, 48.863407, 0.0 ], [ 2.347351, 48.857124, 0.0 ], [ 2.34691, 48.856972, 0.0 ], [ 2.345966, 48.855373, 0.0 ], [ 2.344529, 48.854012, 0.0 ], [ 2.3424, 48.855247, 0.0 ], [ 2.340469, 48.8568, 0.0 ], [ 2.33725, 48.858467, 0.0 ], [ 2.331459, 48.85968, 0.0 ], [ 2.320769, 48.863037, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "2ème : Bourse", "descriptio": "<A href=\"http:\/\/en.wikipedia.org\/wiki\/Op%C3%A9ra-Comique\" target=\"_blank\"><IMG src=\"http:\/\/upload.wikimedia.org\/wikipedia\/en\/thumb\/2\/2a\/SalleFavart_1840.jpg\/300px-SalleFavart_1840.jpg\" width=\"300\" height=\"204\"><\/A><BR>Opéra-Comique <br>\n<i>Photo : Wikip", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.339999, 48.87196, 0.0 ], [ 2.34789, 48.870689, 0.0 ], [ 2.35433, 48.869308, 0.0 ], [ 2.350979, 48.863411, 0.0 ], [ 2.330292, 48.868294, 0.0 ], [ 2.328211, 48.86972, 0.0 ], [ 2.328072, 48.869923, 0.0 ], [ 2.339999, 48.87196, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "3ème : Temple", "descriptio": "<a href=\"http:\/\/flickr.com\/photos\/nouknouk\/318001380\/\" target=\"_blank\"><img src=\"http:\/\/farm1.static.flickr.com\/140\/318001380_8998b34252_m.jpg\" width=\"240\" height=\"159\"><\/a><br>\nPlace des Vosges\n<br><i>Photo : nouknouk<\/i>", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.36236, 48.867905, 0.0 ], [ 2.364764, 48.866436, 0.0 ], [ 2.366694, 48.86319, 0.0 ], [ 2.368454, 48.85582, 0.0 ], [ 2.364335, 48.856441, 0.0 ], [ 2.361631, 48.857262, 0.0 ], [ 2.358626, 48.858757, 0.0 ], [ 2.356825, 48.860111, 0.0 ], [ 2.353391, 48.861214, 0.0 ], [ 2.350172, 48.862034, 0.0 ], [ 2.354249, 48.869286, 0.0 ], [ 2.36236, 48.867905, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "4ème : Hôtel-de-Ville", "descriptio": "<A href=\"http:\/\/flickr.com\/photos\/sheta\/14926917\/\" target=\"_blank\"><IMG src=\"http:\/\/farm1.static.flickr.com\/12\/14926917_916d085620_m.jpg\" width=\"240\" height=\"180\"><\/A><BR>\nÎle de la Cité<BR>\n <I>Photo : Sheta<\/I>", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.36465, 48.845989, 0.0 ], [ 2.360899, 48.84864, 0.0 ], [ 2.35467, 48.850849, 0.0 ], [ 2.35013, 48.851978, 0.0 ], [ 2.34695, 48.853298, 0.0 ], [ 2.344551, 48.854027, 0.0 ], [ 2.345966, 48.855396, 0.0 ], [ 2.346986, 48.856964, 0.0 ], [ 2.347329, 48.857147, 0.0 ], [ 2.350169, 48.86203, 0.0 ], [ 2.353299, 48.86124, 0.0 ], [ 2.35678, 48.860161, 0.0 ], [ 2.358579, 48.858749, 0.0 ], [ 2.36167, 48.857258, 0.0 ], [ 2.364329, 48.856407, 0.0 ], [ 2.36836, 48.855869, 0.0 ], [ 2.3692, 48.85281, 0.0 ], [ 2.366299, 48.846958, 0.0 ], [ 2.36465, 48.845989, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "5ème : Panthéon", "descriptio": "<a href=\"http:\/\/flickr.com\/photos\/antizim\/178599118\/\" target=\"_blank\"><img width=\"203\" height=\"240\" src=\"http:\/\/farm1.static.flickr.com\/58\/178599118_93d9fd5449_m.jpg\"><\/a>\n<br>Le Panthéon\ndans le 5<sup>e<\/sup> arrondissement<br> <i>Photo : The Anti-ZIM<", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.351799, 48.83675, 0.0 ], [ 2.345489, 48.837601, 0.0 ], [ 2.336462, 48.839622, 0.0 ], [ 2.342576, 48.850258, 0.0 ], [ 2.344199, 48.85376, 0.0 ], [ 2.3445, 48.854038, 0.0 ], [ 2.346859, 48.853298, 0.0 ], [ 2.350169, 48.851997, 0.0 ], [ 2.3548, 48.850788, 0.0 ], [ 2.36098, 48.84861, 0.0 ], [ 2.366, 48.844997, 0.0 ], [ 2.36493, 48.844379, 0.0 ], [ 2.361839, 48.84, 0.0 ], [ 2.351799, 48.83675, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "6ème : Luxembourg", "descriptio": "<a href=\"http:\/\/flickr.com\/photos\/areta\/271640802\/\" target=\"_blank\"><img width=\"180\" height=\"240\" src=\"http:\/\/farm1.static.flickr.com\/106\/271640802_ad83a726d8_m.jpg\"><\/a><br>\nSaint-Germain-Des-Prés <br>\n<i>Photo : Areta<\/i>", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.316469, 48.846851, 0.0 ], [ 2.31904, 48.847851, 0.0 ], [ 2.32412, 48.850311, 0.0 ], [ 2.32704, 48.851608, 0.0 ], [ 2.32866, 48.851952, 0.0 ], [ 2.331599, 48.856339, 0.0 ], [ 2.33386, 48.85918, 0.0 ], [ 2.337499, 48.85849, 0.0 ], [ 2.340592, 48.85675, 0.0 ], [ 2.342512, 48.855247, 0.0 ], [ 2.344465, 48.853992, 0.0 ], [ 2.34425, 48.853767, 0.0 ], [ 2.342639, 48.850349, 0.0 ], [ 2.33652, 48.83963, 0.0 ], [ 2.31999, 48.8451, 0.0 ], [ 2.316469, 48.846851, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "7ème : Palais-Bourbon", "descriptio": "<a href=\"http:\/\/en.wikipedia.org\/wiki\/Tour_Montparnasse\" target=\"_blank\"><img width=\"280\" height=\"190\" src=\"http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/a3\/Paris.wiki.800pix.eiffelview.jpg\/280px-Paris.wiki.800pix.eiffelview.jpg\"><\/a>\n<br>Le 7<su", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.309531, 48.84581, 0.0 ], [ 2.307342, 48.847153, 0.0 ], [ 2.289877, 48.858192, 0.0 ], [ 2.294769, 48.861862, 0.0 ], [ 2.300219, 48.863499, 0.0 ], [ 2.31833, 48.863838, 0.0 ], [ 2.331462, 48.859676, 0.0 ], [ 2.333844, 48.85918, 0.0 ], [ 2.33159, 48.856258, 0.0 ], [ 2.33041, 48.854424, 0.0 ], [ 2.329295, 48.852673, 0.0 ], [ 2.328479, 48.851826, 0.0 ], [ 2.327106, 48.851601, 0.0 ], [ 2.319274, 48.847801, 0.0 ], [ 2.313651, 48.845909, 0.0 ], [ 2.311355, 48.845215, 0.0 ], [ 2.309531, 48.84581, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "8ème : Élysée", "descriptio": "<a href=\"http:\/\/flickr.com\/photos\/62904109@N00\/312463080\/\" target=\"_blank\"><img width=\"240\" height=\"144\" src=\"http:\/\/farm1.static.flickr.com\/100\/312463080_af21b52771_m.jpg\"><\/a><br>\nL'Arc de Triomphe<br>\n<i>Photo : Palindrome6996<\/i>", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.30155, 48.864601, 0.0 ], [ 2.299869, 48.865131, 0.0 ], [ 2.298799, 48.86869, 0.0 ], [ 2.297299, 48.871151, 0.0 ], [ 2.295539, 48.87326, 0.0 ], [ 2.29457, 48.873192, 0.0 ], [ 2.294029, 48.873669, 0.0 ], [ 2.294399, 48.87429, 0.0 ], [ 2.295409, 48.874317, 0.0 ], [ 2.297769, 48.87775, 0.0 ], [ 2.297639, 48.878029, 0.0 ], [ 2.298049, 48.87846, 0.0 ], [ 2.298799, 48.87825, 0.0 ], [ 2.309009, 48.880459, 0.0 ], [ 2.316609, 48.88134, 0.0 ], [ 2.32721, 48.88345, 0.0 ], [ 2.326849, 48.875908, 0.0 ], [ 2.326611, 48.875404, 0.0 ], [ 2.326976, 48.873825, 0.0 ], [ 2.326869, 48.873329, 0.0 ], [ 2.32629, 48.872597, 0.0 ], [ 2.326505, 48.872471, 0.0 ], [ 2.325819, 48.869534, 0.0 ], [ 2.325152, 48.869392, 0.0 ], [ 2.32526, 48.869019, 0.0 ], [ 2.320769, 48.863098, 0.0 ], [ 2.31828, 48.863811, 0.0 ], [ 2.30167, 48.863522, 0.0 ], [ 2.30155, 48.864601, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "9ème : Opéra", "descriptio": "<a href=\"http:\/\/flickr.com\/photos\/denislander\/8902214\/\" target=\"_blank\"><img width=\"180\" height=\"240\" src=\"http:\/\/farm1.static.flickr.com\/4\/8902214_5cf241296a_m.jpg\"><\/a><br>\nLe boulevard Haussmann<br>\n<i>Photo : denisparis<\/i>\n", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.339599, 48.882011, 0.0 ], [ 2.34952, 48.883781, 0.0 ], [ 2.34987, 48.880692, 0.0 ], [ 2.349209, 48.87888, 0.0 ], [ 2.349, 48.87722, 0.0 ], [ 2.348139, 48.87566, 0.0 ], [ 2.34785, 48.873871, 0.0 ], [ 2.34789, 48.870689, 0.0 ], [ 2.34004, 48.87196, 0.0 ], [ 2.32579, 48.869572, 0.0 ], [ 2.326519, 48.872471, 0.0 ], [ 2.326309, 48.872589, 0.0 ], [ 2.32688, 48.873341, 0.0 ], [ 2.326979, 48.873779, 0.0 ], [ 2.32663, 48.875439, 0.0 ], [ 2.32682, 48.87595, 0.0 ], [ 2.32717, 48.883419, 0.0 ], [ 2.327929, 48.883621, 0.0 ], [ 2.32948, 48.884651, 0.0 ], [ 2.337406, 48.882271, 0.0 ], [ 2.339599, 48.882011, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "10ème : Enclos-St-Laurent", "descriptio": "<a href=\"http:\/\/flickr.com\/photos\/celesteh\/396428858\/\" target=\"_blank\"><img width=\"240\" height=\"180\" src=\"http:\/\/farm1.static.flickr.com\/172\/396428858_044efcd130_m.jpg\"><\/a><br>\nLa gare du Nord dans le 10<sup>e<\/sup> arrondissement<br>\n<i>Photo : celeste", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.368755, 48.884079, 0.0 ], [ 2.369142, 48.883289, 0.0 ], [ 2.370213, 48.882637, 0.0 ], [ 2.370257, 48.878632, 0.0 ], [ 2.370814, 48.878124, 0.0 ], [ 2.370601, 48.87756, 0.0 ], [ 2.376952, 48.872108, 0.0 ], [ 2.372917, 48.870644, 0.0 ], [ 2.364205, 48.86779, 0.0 ], [ 2.363477, 48.867226, 0.0 ], [ 2.362404, 48.867905, 0.0 ], [ 2.354293, 48.869286, 0.0 ], [ 2.347941, 48.870728, 0.0 ], [ 2.347812, 48.873943, 0.0 ], [ 2.348155, 48.875751, 0.0 ], [ 2.348971, 48.877277, 0.0 ], [ 2.349272, 48.879223, 0.0 ], [ 2.349873, 48.880692, 0.0 ], [ 2.349486, 48.883797, 0.0 ], [ 2.359227, 48.884472, 0.0 ], [ 2.364806, 48.884361, 0.0 ], [ 2.368755, 48.884079, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "11ème : Popincourt", "descriptio": "<a href=\"http:\/\/en.wikipedia.org\/wiki\/XIe_arrondissement\" target=\"_blank\"><img width=\"280\" height=\"210\" src=\"http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/1\/15\/Le_cirque_d%27hiver_Paris_01.jpg\/280px-Le_cirque_d%27hiver_Paris_01.jpg\"><\/a><br>\nLe Cir", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.383175, 48.867115, 0.0 ], [ 2.383776, 48.86607, 0.0 ], [ 2.387465, 48.862823, 0.0 ], [ 2.389654, 48.858444, 0.0 ], [ 2.39223, 48.857571, 0.0 ], [ 2.394321, 48.856548, 0.0 ], [ 2.398398, 48.85133, 0.0 ], [ 2.399214, 48.848709, 0.0 ], [ 2.399064, 48.848103, 0.0 ], [ 2.395899, 48.848351, 0.0 ], [ 2.384291, 48.85017, 0.0 ], [ 2.379999, 48.850483, 0.0 ], [ 2.371544, 48.852459, 0.0 ], [ 2.370257, 48.853222, 0.0 ], [ 2.369184, 48.853081, 0.0 ], [ 2.366737, 48.86319, 0.0 ], [ 2.36472, 48.866409, 0.0 ], [ 2.363477, 48.867256, 0.0 ], [ 2.364205, 48.86779, 0.0 ], [ 2.376866, 48.872108, 0.0 ], [ 2.383175, 48.867115, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "12ème : Reuilly", "descriptio": "<a href=\"http:\/\/en.wikipedia.org\/wiki\/XIIe_arrondissement\" target=\"_blank\"><img width=\"280\" height=\"154\" src=\"http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fb\/Opera_Bastille_en_gr%C3%A8ve_2371.JPG\/280px-Opera_Bastille_en_gr%C3%A8ve_2371.JPG\"><\/a>", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.414499, 48.846809, 0.0 ], [ 2.41252, 48.836529, 0.0 ], [ 2.409609, 48.83427, 0.0 ], [ 2.41407, 48.833698, 0.0 ], [ 2.42214, 48.83585, 0.0 ], [ 2.420249, 48.840588, 0.0 ], [ 2.419299, 48.84206, 0.0 ], [ 2.419989, 48.84359, 0.0 ], [ 2.42179, 48.844547, 0.0 ], [ 2.42445, 48.841778, 0.0 ], [ 2.438359, 48.840588, 0.0 ], [ 2.43922, 48.844547, 0.0 ], [ 2.44085, 48.84444, 0.0 ], [ 2.44076, 48.845959, 0.0 ], [ 2.4466, 48.845901, 0.0 ], [ 2.44634, 48.84494, 0.0 ], [ 2.455519, 48.844097, 0.0 ], [ 2.46334, 48.842232, 0.0 ], [ 2.46977, 48.836529, 0.0 ], [ 2.46909, 48.834148, 0.0 ], [ 2.465219, 48.831497, 0.0 ], [ 2.46428, 48.827599, 0.0 ], [ 2.466, 48.827259, 0.0 ], [ 2.464789, 48.822968, 0.0 ], [ 2.462559, 48.819458, 0.0 ], [ 2.45887, 48.81715, 0.0 ], [ 2.453889, 48.816978, 0.0 ], [ 2.44857, 48.818157, 0.0 ], [ 2.4375, 48.818439, 0.0 ], [ 2.43733, 48.81963, 0.0 ], [ 2.431919, 48.822628, 0.0 ], [ 2.42763, 48.82415, 0.0 ], [ 2.421959, 48.824211, 0.0 ], [ 2.419729, 48.8241, 0.0 ], [ 2.41733, 48.8246, 0.0 ], [ 2.41107, 48.825001, 0.0 ], [ 2.40669, 48.826981, 0.0 ], [ 2.403509, 48.8293, 0.0 ], [ 2.40111, 48.829689, 0.0 ], [ 2.39562, 48.828049, 0.0 ], [ 2.390719, 48.827198, 0.0 ], [ 2.38858, 48.826469, 0.0 ], [ 2.364539, 48.84613, 0.0 ], [ 2.366429, 48.847031, 0.0 ], [ 2.36918, 48.85313, 0.0 ], [ 2.370379, 48.85313, 0.0 ], [ 2.371544, 48.852417, 0.0 ], [ 2.38017, 48.850368, 0.0 ], [ 2.384459, 48.850079, 0.0 ], [ 2.39596, 48.848328, 0.0 ], [ 2.414499, 48.846809, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "13ème : Gobelins", "descriptio": "<a href=\"http:\/\/en.wikipedia.org\/wiki\/XIIIe_arrondissement\" target=\"_blank\"><img width=\"280\" height=\"181\" src=\"http:\/\/upload.wikimedia.org\/wikipedia\/commons\/a\/a9\/Bibliotheque_nationale_de_France_%28MAE%29.jpg\"><\/a><br>\nLa Bibliothèque Nationale de Franc", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.342039, 48.838322, 0.0 ], [ 2.345431, 48.837605, 0.0 ], [ 2.348927, 48.837067, 0.0 ], [ 2.35189, 48.836731, 0.0 ], [ 2.36193, 48.840031, 0.0 ], [ 2.36493, 48.844379, 0.0 ], [ 2.365959, 48.844997, 0.0 ], [ 2.38856, 48.826481, 0.0 ], [ 2.385269, 48.825298, 0.0 ], [ 2.37881, 48.82148, 0.0 ], [ 2.363339, 48.816132, 0.0 ], [ 2.356799, 48.816441, 0.0 ], [ 2.3544, 48.817501, 0.0 ], [ 2.351669, 48.817989, 0.0 ], [ 2.346839, 48.81641, 0.0 ], [ 2.34405, 48.816441, 0.0 ], [ 2.3441, 48.817631, 0.0 ], [ 2.34459, 48.819382, 0.0 ], [ 2.343939, 48.820278, 0.0 ], [ 2.34242, 48.821461, 0.0 ], [ 2.34146, 48.823658, 0.0 ], [ 2.34165, 48.826408, 0.0 ], [ 2.34131, 48.831429, 0.0 ], [ 2.34111, 48.831947, 0.0 ], [ 2.342039, 48.838322, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "14ème : Observatoire", "descriptio": "<a href=\"http:\/\/flickr.com\/photos\/robertpaulyoung\/297156437\/\" target=\"_blank\"><img width=\"240\" height=\"180\" src=\"http:\/\/farm1.static.flickr.com\/108\/297156437_a7391ebaef_m.jpg\"><\/a><br>\nLa Tour Maine-Montparnasse<br>\n<i>Photo : Robert Paul Young<\/i>\n", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.301464, 48.825428, 0.0 ], [ 2.321032, 48.841503, 0.0 ], [ 2.321547, 48.840996, 0.0 ], [ 2.324594, 48.843651, 0.0 ], [ 2.336396, 48.839695, 0.0 ], [ 2.342105, 48.838284, 0.0 ], [ 2.341117, 48.831982, 0.0 ], [ 2.341504, 48.828793, 0.0 ], [ 2.341632, 48.8256, 0.0 ], [ 2.341504, 48.823254, 0.0 ], [ 2.34249, 48.821304, 0.0 ], [ 2.344036, 48.820118, 0.0 ], [ 2.344551, 48.819355, 0.0 ], [ 2.344164, 48.817574, 0.0 ], [ 2.344078, 48.816502, 0.0 ], [ 2.33571, 48.816811, 0.0 ], [ 2.332878, 48.818478, 0.0 ], [ 2.301464, 48.825428, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "15ème : Vaugirard", "descriptio": "<a href=\"http:\/\/flickr.com\/photos\/ivalladt\/151174636\/\" target=\"_blank\"><img width=\"240\" height=\"180\" src=\"http:\/\/farm1.static.flickr.com\/46\/151174636_76bdfca9a1_m.jpg\"><\/a><br>\nRue de Vaugirard<br>\n<i>Photo : ivalladt<\/i>", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.292365, 48.827492, 0.0 ], [ 2.277001, 48.833763, 0.0 ], [ 2.274255, 48.830429, 0.0 ], [ 2.275027, 48.829807, 0.0 ], [ 2.272797, 48.82896, 0.0 ], [ 2.270564, 48.828114, 0.0 ], [ 2.267818, 48.828171, 0.0 ], [ 2.267303, 48.831108, 0.0 ], [ 2.27065, 48.833591, 0.0 ], [ 2.269191, 48.835342, 0.0 ], [ 2.266188, 48.834724, 0.0 ], [ 2.264127, 48.835175, 0.0 ], [ 2.278204, 48.849014, 0.0 ], [ 2.287644, 48.855679, 0.0 ], [ 2.289963, 48.858276, 0.0 ], [ 2.309274, 48.845852, 0.0 ], [ 2.311335, 48.845287, 0.0 ], [ 2.316483, 48.846813, 0.0 ], [ 2.320003, 48.845173, 0.0 ], [ 2.324552, 48.843594, 0.0 ], [ 2.321633, 48.841049, 0.0 ], [ 2.320948, 48.841618, 0.0 ], [ 2.301464, 48.825512, 0.0 ], [ 2.292365, 48.827492, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "16ème : Passy", "descriptio": "<a href=\"http:\/\/en.wikipedia.org\/wiki\/XVIe_arrondissement\" target=\"_blank\"><img width=\"250\" height=\"188\" src=\"http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/1\/1e\/Parc_des_Princes.jpg\/250px-Parc_des_Princes.jpg\"><\/a><br>\nLe Parc des Princes<br>\n<i>Ph", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.28007, 48.878292, 0.0 ], [ 2.294939, 48.873859, 0.0 ], [ 2.297387, 48.871193, 0.0 ], [ 2.299039, 48.868427, 0.0 ], [ 2.29991, 48.865269, 0.0 ], [ 2.301571, 48.864574, 0.0 ], [ 2.3018, 48.863361, 0.0 ], [ 2.29408, 48.86166, 0.0 ], [ 2.28893, 48.85759, 0.0 ], [ 2.28601, 48.854321, 0.0 ], [ 2.277429, 48.847988, 0.0 ], [ 2.26404, 48.835121, 0.0 ], [ 2.257859, 48.835678, 0.0 ], [ 2.253909, 48.839298, 0.0 ], [ 2.25477, 48.845398, 0.0 ], [ 2.2503, 48.845509, 0.0 ], [ 2.241719, 48.848328, 0.0 ], [ 2.2273, 48.84856, 0.0 ], [ 2.225929, 48.85545, 0.0 ], [ 2.23159, 48.86652, 0.0 ], [ 2.23932, 48.870468, 0.0 ], [ 2.2467, 48.876339, 0.0 ], [ 2.25511, 48.874199, 0.0 ], [ 2.258199, 48.88052, 0.0 ], [ 2.28007, 48.878292, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "17ème : Batignolles-Monceau", "descriptio": "<a href=\"http:\/\/flickr.com\/photos\/daquellamanera\/194371541\/\" target=\"_blank\"><img width=\"240\" height=\"180\" src=\"http:\/\/farm1.static.flickr.com\/63\/194371541_754ad04093_m.jpg\"><\/a><br>\nPalais des Congrès<br>\n<i>Photo : Daquella manera<\/i>", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.279999, 48.878368, 0.0 ], [ 2.283259, 48.882771, 0.0 ], [ 2.29185, 48.88842, 0.0 ], [ 2.29768, 48.88966, 0.0 ], [ 2.30575, 48.895081, 0.0 ], [ 2.321889, 48.900612, 0.0 ], [ 2.330131, 48.90081, 0.0 ], [ 2.325625, 48.887592, 0.0 ], [ 2.32721, 48.88345, 0.0 ], [ 2.31691, 48.88131, 0.0 ], [ 2.30867, 48.880402, 0.0 ], [ 2.298074, 48.878151, 0.0 ], [ 2.295027, 48.873917, 0.0 ], [ 2.279999, 48.878368, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "18ème : Butte-Montmartre", "descriptio": "<a href=\"http:\/\/flickr.com\/photos\/burge5000\/104914508\/\" target=\"_blank\"><img width=\"240\" height=\"180\" src=\"http:\/\/farm1.static.flickr.com\/37\/104914508_0045d191b7_m.jpg\"><\/a><br>\nBasilique du Sacré Cœur<br>\n<i>Photo : burge5000<\/i>", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.370379, 48.900719, 0.0 ], [ 2.370379, 48.896709, 0.0 ], [ 2.37184, 48.895359, 0.0 ], [ 2.370289, 48.894459, 0.0 ], [ 2.367081, 48.887592, 0.0 ], [ 2.36663, 48.886604, 0.0 ], [ 2.36472, 48.884411, 0.0 ], [ 2.358789, 48.884411, 0.0 ], [ 2.34952, 48.883678, 0.0 ], [ 2.339739, 48.88187, 0.0 ], [ 2.337254, 48.882286, 0.0 ], [ 2.32953, 48.88443, 0.0 ], [ 2.32792, 48.883526, 0.0 ], [ 2.327192, 48.883415, 0.0 ], [ 2.325603, 48.887619, 0.0 ], [ 2.33021, 48.900829, 0.0 ], [ 2.353209, 48.901279, 0.0 ], [ 2.370379, 48.900719, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "19ème : Buttes-Chaumont", "descriptio": "<a href=\"http:\/\/flickr.com\/photos\/omaromar\/11735609\/\" target=\"_blank\"><img width=\"240\" height=\"180\" src=\"http:\/\/farm1.static.flickr.com\/8\/11735609_3ee4cb8135_m.jpg\"><\/a><br>\nLe bassin de la Villette<br>\n<i>Photo : Omar Omar<\/i>", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.408749, 48.877857, 0.0 ], [ 2.402309, 48.875999, 0.0 ], [ 2.395255, 48.875259, 0.0 ], [ 2.39021, 48.875549, 0.0 ], [ 2.387719, 48.874531, 0.0 ], [ 2.386519, 48.874649, 0.0 ], [ 2.38472, 48.873859, 0.0 ], [ 2.376819, 48.872219, 0.0 ], [ 2.370379, 48.87809, 0.0 ], [ 2.37021, 48.882771, 0.0 ], [ 2.36892, 48.883339, 0.0 ], [ 2.368669, 48.884132, 0.0 ], [ 2.364742, 48.884403, 0.0 ], [ 2.366781, 48.886688, 0.0 ], [ 2.368348, 48.890202, 0.0 ], [ 2.370289, 48.894508, 0.0 ], [ 2.37175, 48.89547, 0.0 ], [ 2.370279, 48.896648, 0.0 ], [ 2.370379, 48.90078, 0.0 ], [ 2.3769, 48.900269, 0.0 ], [ 2.38849, 48.900661, 0.0 ], [ 2.392009, 48.899818, 0.0 ], [ 2.39381, 48.898239, 0.0 ], [ 2.39725, 48.88588, 0.0 ], [ 2.401879, 48.88176, 0.0 ], [ 2.4066, 48.880119, 0.0 ], [ 2.408749, 48.877857, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "Name": "20ème : Ménilmontant", "descriptio": "<a href=\"http:\/\/flickr.com\/photos\/damouns\/28517043\/\" target=\"_blank\"><img width=\"180\" height=\"240\" src=\"http:\/\/farm1.static.flickr.com\/23\/28517043_6321c5f918_m.jpg\"><\/a><br>\nLa rue de Ménilmontant dans le 20<sup>e<\/sup> arrondissement<br><i>Photo : Damo", "timestamp": null, "begin": null, "end": null, "altitudeMo": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null, "district": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.4133, 48.865269, 0.0 ], [ 2.414149, 48.859058, 0.0 ], [ 2.41398, 48.853809, 0.0 ], [ 2.41527, 48.85104, 0.0 ], [ 2.41441, 48.846809, 0.0 ], [ 2.399049, 48.84811, 0.0 ], [ 2.399309, 48.848789, 0.0 ], [ 2.398359, 48.851269, 0.0 ], [ 2.39441, 48.856522, 0.0 ], [ 2.389654, 48.858475, 0.0 ], [ 2.387379, 48.862961, 0.0 ], [ 2.383509, 48.86618, 0.0 ], [ 2.383195, 48.867142, 0.0 ], [ 2.376822, 48.872238, 0.0 ], [ 2.38497, 48.87397, 0.0 ], [ 2.386519, 48.874699, 0.0 ], [ 2.38789, 48.874531, 0.0 ], [ 2.390379, 48.875549, 0.0 ], [ 2.395297, 48.875217, 0.0 ], [ 2.402219, 48.87595, 0.0 ], [ 2.40858, 48.877857, 0.0 ], [ 2.410979, 48.87431, 0.0 ], [ 2.41338, 48.87109, 0.0 ], [ 2.4133, 48.865269, 0.0 ] ] ] } }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment