diff --git a/flatisfy/data_files/__init__.py b/flatisfy/data_files/__init__.py index c9b9f6d..65ff2b6 100644 --- a/flatisfy/data_files/__init__.py +++ b/flatisfy/data_files/__init__.py @@ -143,13 +143,33 @@ def _preprocess_tcl(): :return: A list of ``PublicTransport`` objects to be inserted in database. """ - # TODO: Tcl - return [] + data_file = "tcl.json" + LOGGER.info("Building from %s data.", data_file) + + tcl_data_raw = [] + # Load opendata file + try: + with open(os.path.join(MODULE_DIR, data_file), "r") as fh: + tcl_data_raw = json.load(fh) + except (IOError, ValueError): + LOGGER.error("Invalid raw Tcl opendata file.") + return [] + + # Process it + tcl_data = [] + for item in tcl_data_raw["features"]: + tcl_data.append(PublicTransport( + name=item["properties"]["nom"], + area="FR-ARA", + lat=item["geometry"]["coordinates"][0], + lng=item["geometry"]["coordinates"][1] + )) + return tcl_data # List of all the available preprocessing functions. Order can be important. PREPROCESSING_FUNCTIONS = [ _preprocess_laposte, _preprocess_ratp, - #_preprocess_tcl + _preprocess_tcl ] diff --git a/flatisfy/data_files/tcl.json b/flatisfy/data_files/tcl.json new file mode 100644 index 0000000..ad3b4ed --- /dev/null +++ b/flatisfy/data_files/tcl.json @@ -0,0 +1,4606 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "id": "72", "nom": "Aqueducs de Beaunant", "desserte": "11B:A,12B:A,14B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "841", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.779642560100486, 45.724370108411016 ] } }, +{ "type": "Feature", "properties": { "id": "101", "nom": "Mermoz", "desserte": "28A:R,29A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5425", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 5.022487034696982, 45.741963089942807 ] } }, +{ "type": "Feature", "properties": { "id": "194", "nom": "Bernaix", "desserte": "C11A:R,C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6397", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.896719071744169, 45.761392659409118 ] } }, +{ "type": "Feature", "properties": { "id": "354", "nom": "Carry", "desserte": "C11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1040", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.870383894332271, 45.755032114436439 ] } }, +{ "type": "Feature", "properties": { "id": "444", "nom": "Charton", "desserte": "C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5858", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.810589880848458, 45.711819590247281 ] } }, +{ "type": "Feature", "properties": { "id": "445", "nom": "Charton", "desserte": "C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5859", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.811355575028523, 45.71170368932475 ] } }, +{ "type": "Feature", "properties": { "id": "501", "nom": "Cimetiere d'Oullins", "desserte": "C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5860", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.810957725830872, 45.709426205538563 ] } }, +{ "type": "Feature", "properties": { "id": "512", "nom": "Jet d'Eau - Mendes France", "desserte": "448A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6400", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.858272773699203, 45.739921719461954 ] } }, +{ "type": "Feature", "properties": { "id": "564", "nom": "Clos Jouve", "desserte": "2A:R,C18A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1210", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.821408142642884, 45.773465118365216 ] } }, +{ "type": "Feature", "properties": { "id": "650", "nom": "Cuire", "desserte": "448A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6401", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.833691009641734, 45.78604427580288 ] } }, +{ "type": "Feature", "properties": { "id": "668", "nom": "Cyprian - Leon Blum", "desserte": "C11A:R,C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6398", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.899042115137481, 45.760187482867543 ] } }, +{ "type": "Feature", "properties": { "id": "753", "nom": "Diderot", "desserte": "C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5863", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.80904840587293, 45.713257735322927 ] } }, +{ "type": "Feature", "properties": { "id": "782", "nom": "Duchere Plateau", "desserte": "448A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6402", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.792540194516351, 45.783891270333278 ] } }, +{ "type": "Feature", "properties": { "id": "786", "nom": "Duchere Sauvegarde", "desserte": "448A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6403", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.792887211241779, 45.786187951905617 ] } }, +{ "type": "Feature", "properties": { "id": "884", "nom": "Eurexpo Entrée Principale", "desserte": "100A:A,100A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6488", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.949311945977355, 45.731196086880338 ] } }, +{ "type": "Feature", "properties": { "id": "1070", "nom": "Grand Vire", "desserte": "83A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6309", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.916879322114277, 45.778835094334255 ] } }, +{ "type": "Feature", "properties": { "id": "1248", "nom": "Jean Macé", "desserte": "C4A:A,C4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5938", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.84201550941638, 45.745668530280057 ] } }, +{ "type": "Feature", "properties": { "id": "1253", "nom": "Jean Macé", "desserte": "C7B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5939", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.842196135924343, 45.745682500507144 ] } }, +{ "type": "Feature", "properties": { "id": "1259", "nom": "Jean Marcuit", "desserte": "31A:A,43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5940", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.815294336406558, 45.788360018801001 ] } }, +{ "type": "Feature", "properties": { "id": "1260", "nom": "Jean Marcuit", "desserte": "31A:R,43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5941", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.814770760248012, 45.787876509509985 ] } }, +{ "type": "Feature", "properties": { "id": "1263", "nom": "Jean Zay", "desserte": "19A:A,66A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5942", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.801061183757313, 45.768195763307261 ] } }, +{ "type": "Feature", "properties": { "id": "1432", "nom": "La Pelletiere", "desserte": "171:R,S8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6025", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.892770343278093, 45.807326767552979 ] } }, +{ "type": "Feature", "properties": { "id": "1504", "nom": "Laurent Bonnevay", "desserte": "83A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6310", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.908790206375419, 45.765140407607326 ] } }, +{ "type": "Feature", "properties": { "id": "10669", "nom": "Suchet", "desserte": "S1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6496", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.82472435632019, 45.747106303367332 ] } }, +{ "type": "Feature", "properties": { "id": "11489", "nom": "Laennec", "desserte": "C15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6393", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.886832698022006, 45.738160193713384 ] } }, +{ "type": "Feature", "properties": { "id": "33685", "nom": "Bellecour A.Poncet", "desserte": "27A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6478", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.834081114326137, 45.756106679278176 ] } }, +{ "type": "Feature", "properties": { "id": "35576", "nom": "Sainte-Blandine", "desserte": "S1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6497", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.822313040978023, 45.74444409569508 ] } }, +{ "type": "Feature", "properties": { "id": "35577", "nom": "Sainte-Blandine", "desserte": "S1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6498", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.822243023211969, 45.744630169048008 ] } }, +{ "type": "Feature", "properties": { "id": "43892", "nom": "Avoraux", "desserte": "R2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4913", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.827091017416651, 45.868165019496772 ] } }, +{ "type": "Feature", "properties": { "id": "43944", "nom": "Cimetiere de St Priest", "desserte": "76A:A,ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3090", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.946417961537512, 45.692664855711293 ] } }, +{ "type": "Feature", "properties": { "id": "66", "nom": "Andre Brun", "desserte": "16A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "837", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.96656794565722, 45.767105624379298 ] } }, +{ "type": "Feature", "properties": { "id": "566", "nom": "Clos Rival", "desserte": "C10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1213", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.79446329738217, 45.68558517905462 ] } }, +{ "type": "Feature", "properties": { "id": "588", "nom": "Contrebandiers", "desserte": "S11A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1230", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.804881813349462, 45.787131141890107 ] } }, +{ "type": "Feature", "properties": { "id": "759", "nom": "Dorothee Petit", "desserte": "15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1323", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.816513034472194, 45.669032727846748 ] } }, +{ "type": "Feature", "properties": { "id": "1018", "nom": "Genas Place Republique", "desserte": "28A:R,R4B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5426", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.996869514811539, 45.732500172460355 ] } }, +{ "type": "Feature", "properties": { "id": "1019", "nom": "Genas Place Republique", "desserte": "28A:A,R4B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5427", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.996730019280684, 45.732539486341665 ] } }, +{ "type": "Feature", "properties": { "id": "1182", "nom": "Hopital Lyon Sud", "desserte": "17B:A,17B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1568", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.80630856966259, 45.699965729720262 ] } }, +{ "type": "Feature", "properties": { "id": "1315", "nom": "La Begude", "desserte": "39A:R,60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5964", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.860762668627645, 45.675092947835722 ] } }, +{ "type": "Feature", "properties": { "id": "1316", "nom": "La Blache", "desserte": "84A:R,R2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5965", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.808817321495114, 45.857226641753101 ] } }, +{ "type": "Feature", "properties": { "id": "1319", "nom": "La Blanchisserie", "desserte": "97A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5966", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.844133634422059, 45.876535657858064 ] } }, +{ "type": "Feature", "properties": { "id": "1327", "nom": "La Buissiere - Viralamande", "desserte": "C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5967", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.88163084453944, 45.80358302733562 ] } }, +{ "type": "Feature", "properties": { "id": "1331", "nom": "La Buissonniere", "desserte": "77A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5968", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.867786189976349, 45.844762034854632 ] } }, +{ "type": "Feature", "properties": { "id": "1332", "nom": "La Buissonniere", "desserte": "77A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5969", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.86778828618755, 45.844527951406477 ] } }, +{ "type": "Feature", "properties": { "id": "1334", "nom": "La Bussiere", "desserte": "11B:R,12B:R,14B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5970", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.80321638407832, 45.719596816963346 ] } }, +{ "type": "Feature", "properties": { "id": "1335", "nom": "La Cadiere", "desserte": "8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5971", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.8029410286273, 45.723203275399854 ] } }, +{ "type": "Feature", "properties": { "id": "1339", "nom": "La Chardonniere", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5972", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.765201317935412, 45.734062573240742 ] } }, +{ "type": "Feature", "properties": { "id": "1341", "nom": "La Chenaie - Fontanieres", "desserte": "17B:A,8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5973", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.810911546521132, 45.725269042872078 ] } }, +{ "type": "Feature", "properties": { "id": "1342", "nom": "La Chenaie - Fontanieres", "desserte": "17B:R,8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5974", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.810836534379448, 45.725315702263792 ] } }, +{ "type": "Feature", "properties": { "id": "1343", "nom": "La Chopinette", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5975", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.743594560079203, 45.73023473828065 ] } }, +{ "type": "Feature", "properties": { "id": "2176", "nom": "Grand Parc Miribel Jonage", "desserte": "83A:A,83A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6311", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.941999669386969, 45.798022695084548 ] } }, +{ "type": "Feature", "properties": { "id": "2207", "nom": "Part-Dieu Jules Favre", "desserte": "70A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6374", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.857275436998488, 45.763896411465545 ] } }, +{ "type": "Feature", "properties": { "id": "2485", "nom": "Pont Guillotiere RD", "desserte": "448A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6404", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.837163469581671, 45.757721281383269 ] } }, +{ "type": "Feature", "properties": { "id": "2969", "nom": "Terreaux", "desserte": "S6A:A,S6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6477", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.83170376882419, 45.767483004141262 ] } }, +{ "type": "Feature", "properties": { "id": "3168", "nom": "Yon Lug", "desserte": "15A:R,17B:R,18B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2979", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.820030809336868, 45.711475961467208 ] } }, +{ "type": "Feature", "properties": { "id": "10071", "nom": "Louis Blanc", "desserte": "70A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6375", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.856972815330618, 45.765712456623561 ] } }, +{ "type": "Feature", "properties": { "id": "10091", "nom": "Grand Vire", "desserte": "83A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6312", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.916228743739168, 45.77812991966848 ] } }, +{ "type": "Feature", "properties": { "id": "10888", "nom": "Pont Wilson", "desserte": "448A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6405", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.838093216555942, 45.760634952286225 ] } }, +{ "type": "Feature", "properties": { "id": "11095", "nom": "Parc Lyder", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3602", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.908196780793513, 45.707329037209355 ] } }, +{ "type": "Feature", "properties": { "id": "187", "nom": "Berjon - St Simon", "desserte": "5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "918", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.797120386977416, 45.776419146634034 ] } }, +{ "type": "Feature", "properties": { "id": "848", "nom": "Eglise Demi-Lune", "desserte": "55A:A,73A:A,86A:A,98A:A,C21A:A,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "729", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.785533303272298, 45.764638079921696 ] } }, +{ "type": "Feature", "properties": { "id": "1024", "nom": "Genas La Grande Plaine", "desserte": "28A:R,29A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5428", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.020947815358538, 45.728596141993123 ] } }, +{ "type": "Feature", "properties": { "id": "1025", "nom": "Genas La Grande Plaine", "desserte": "28A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5429", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.020934099898099, 45.728578466373968 ] } }, +{ "type": "Feature", "properties": { "id": "1026", "nom": "Danton - Republique", "desserte": "28A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5430", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.002033766243033, 45.731639486875046 ] } }, +{ "type": "Feature", "properties": { "id": "1027", "nom": "Danton - Republique", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5431", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.001795482339388, 45.731762168914102 ] } }, +{ "type": "Feature", "properties": { "id": "1362", "nom": "La Croix", "desserte": "21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5984", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.771369086924172, 45.833407750666886 ] } }, +{ "type": "Feature", "properties": { "id": "1394", "nom": "La Gadiniere", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5998", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.790886274531952, 45.66957879245728 ] } }, +{ "type": "Feature", "properties": { "id": "1395", "nom": "La Gadiniere", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5999", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.791027360239568, 45.669575702821675 ] } }, +{ "type": "Feature", "properties": { "id": "1396", "nom": "La Garde ND des Minimes", "desserte": "46A:A,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6000", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.79006857017985, 45.759345474469448 ] } }, +{ "type": "Feature", "properties": { "id": "1397", "nom": "La Garde ND des Minimes", "desserte": "46A:R,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6001", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.790755484130684, 45.759177442516361 ] } }, +{ "type": "Feature", "properties": { "id": "1399", "nom": "La Garenne", "desserte": "39A:R,60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6002", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858664034489676, 45.666273983918487 ] } }, +{ "type": "Feature", "properties": { "id": "1401", "nom": "La Grande Plaine", "desserte": "26A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6003", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.962326764052678, 45.715445568507683 ] } }, +{ "type": "Feature", "properties": { "id": "1402", "nom": "La Grande Plaine", "desserte": "26A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6004", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.961233209552725, 45.715957244448724 ] } }, +{ "type": "Feature", "properties": { "id": "1403", "nom": "La Grande Serve", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6005", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.850178633341558, 45.670506129402511 ] } }, +{ "type": "Feature", "properties": { "id": "1405", "nom": "La Grange", "desserte": "68B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6006", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.966205871955649, 45.744735994088224 ] } }, +{ "type": "Feature", "properties": { "id": "1410", "nom": "La Jacquiere", "desserte": "95A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6007", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.010506906173973, 45.771901163777159 ] } }, +{ "type": "Feature", "properties": { "id": "11213", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "C25B:A,C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6142", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.857686730740882, 45.761645865309625 ] } }, +{ "type": "Feature", "properties": { "id": "30164", "nom": "Valvert", "desserte": "86A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2887", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.76585781904491, 45.765830605379819 ] } }, +{ "type": "Feature", "properties": { "id": "30300", "nom": "Louis Braille - Montaland", "desserte": "C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6462", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.882351276938651, 45.761611364393666 ] } }, +{ "type": "Feature", "properties": { "id": "30301", "nom": "Louis Braille - Montaland", "desserte": "448A:A,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6406", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.882489264030281, 45.761536224674579 ] } }, +{ "type": "Feature", "properties": { "id": "32842", "nom": "Hôtel de Ville - Louis Pradel", "desserte": "C13A:A,C13A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6439", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.834838211607306, 45.766454140909964 ] } }, +{ "type": "Feature", "properties": { "id": "43914", "nom": "Sogaris - Promotrans", "desserte": "C25B:A,C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3929", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.934599067053591, 45.676016445875725 ] } }, +{ "type": "Feature", "properties": { "id": "43915", "nom": "St Fons Mairie", "desserte": "93A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3133", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.855236475242346, 45.708125680047857 ] } }, +{ "type": "Feature", "properties": { "id": "43937", "nom": "Vaulx-en-Velin Marcel Cachin", "desserte": "57A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4820", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.933258006781948, 45.784326644666848 ] } }, +{ "type": "Feature", "properties": { "id": "43945", "nom": "Cimetiere de St Priest", "desserte": "76A:R,ZI8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3091", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.946375301915402, 45.69203573797305 ] } }, +{ "type": "Feature", "properties": { "id": "43999", "nom": "Mions Centre", "desserte": "62A:A,87A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4600", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.956438597948583, 45.664085147309642 ] } }, +{ "type": "Feature", "properties": { "id": "44818", "nom": "Homme de la Roche RG", "desserte": "19A:R,31A:R,40A:R,C14A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4934", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.820646386984646, 45.767845191880355 ] } }, +{ "type": "Feature", "properties": { "id": "44819", "nom": "Homme de la Roche RD", "desserte": "19A:A,31A:A,40A:A,C14A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4935", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.820131057682358, 45.766686444889885 ] } }, +{ "type": "Feature", "properties": { "id": "45422", "nom": "Parc d'activites des Lats", "desserte": "11B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4953", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.687294861069682, 45.70148330654019 ] } }, +{ "type": "Feature", "properties": { "id": "45424", "nom": "Malataverne", "desserte": "11B:A,2EX:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4955", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.686152418845874, 45.69788900243303 ] } }, +{ "type": "Feature", "properties": { "id": "240", "nom": "Bournes", "desserte": "2A:R,C18A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "960", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.82073651582359, 45.776961349016652 ] } }, +{ "type": "Feature", "properties": { "id": "699", "nom": "Decines Eglise", "desserte": "16A:A,57A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1299", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.965100977918265, 45.763323268561017 ] } }, +{ "type": "Feature", "properties": { "id": "1029", "nom": "Genas Place Jean Jaures", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5432", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.016677632295687, 45.738303165611491 ] } }, +{ "type": "Feature", "properties": { "id": "1157", "nom": "Henriette", "desserte": "45A:R,65A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1548", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.786356291222185, 45.748751363746216 ] } }, +{ "type": "Feature", "properties": { "id": "1158", "nom": "Henriette", "desserte": "45A:A,65A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1547", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.786408069344306, 45.748759234609246 ] } }, +{ "type": "Feature", "properties": { "id": "1165", "nom": "Hippodrome Loup Pendu", "desserte": "ZI4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1551", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.885510883085895, 45.815097895258994 ] } }, +{ "type": "Feature", "properties": { "id": "1198", "nom": "Hôtel de Ville - Louis Pradel", "desserte": "C18A:A,C18A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5286", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.835313135065881, 45.766529623917343 ] } }, +{ "type": "Feature", "properties": { "id": "1411", "nom": "La Jacquiere", "desserte": "95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6008", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.011040423751759, 45.771762435547423 ] } }, +{ "type": "Feature", "properties": { "id": "1433", "nom": "La Pillardiere", "desserte": "73A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6026", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.703296051204742, 45.730380918611083 ] } }, +{ "type": "Feature", "properties": { "id": "1434", "nom": "La Pillardiere", "desserte": "73A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6027", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.703149779113306, 45.73026699497575 ] } }, +{ "type": "Feature", "properties": { "id": "1436", "nom": "La Plaine", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6028", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.782926754758485, 45.74477572604544 ] } }, +{ "type": "Feature", "properties": { "id": "1437", "nom": "La Poudriere", "desserte": "448A:A,C13A:A,C18A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6029", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.816820338476782, 45.770846134641047 ] } }, +{ "type": "Feature", "properties": { "id": "1439", "nom": "La Remillote", "desserte": "22A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6030", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804124757634974, 45.79549179856231 ] } }, +{ "type": "Feature", "properties": { "id": "1440", "nom": "La Remillote", "desserte": "20A:R,22A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6031", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804043590701456, 45.795403570372265 ] } }, +{ "type": "Feature", "properties": { "id": "1443", "nom": "La Rochette - Cercle d'Aviron", "desserte": "40A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6032", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.823539818928333, 45.791733214040271 ] } }, +{ "type": "Feature", "properties": { "id": "1444", "nom": "La Rochette - Cercle d'Aviron", "desserte": "40A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6033", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.821306086913189, 45.790423472171724 ] } }, +{ "type": "Feature", "properties": { "id": "1445", "nom": "La Roue", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6034", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.889491412998193, 45.822919803182202 ] } }, +{ "type": "Feature", "properties": { "id": "1446", "nom": "La Roue", "desserte": "33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6035", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.889489324884225, 45.822874843368275 ] } }, +{ "type": "Feature", "properties": { "id": "1449", "nom": "La Sarra", "desserte": "90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6036", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.814936878066814, 45.76130153978314 ] } }, +{ "type": "Feature", "properties": { "id": "35394", "nom": "Moliere", "desserte": "448A:A,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6407", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.843382489198131, 45.763541377262804 ] } }, +{ "type": "Feature", "properties": { "id": "35395", "nom": "Moliere", "desserte": "C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6463", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.843193053204692, 45.763617616382334 ] } }, +{ "type": "Feature", "properties": { "id": "35414", "nom": "Saxe - Lafayette", "desserte": "C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6464", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.845317415555066, 45.763669181117898 ] } }, +{ "type": "Feature", "properties": { "id": "38305", "nom": "Laennec", "desserte": "C15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6395", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.886872370243893, 45.738023192215955 ] } }, +{ "type": "Feature", "properties": { "id": "45425", "nom": "Malataverne", "desserte": "11B:R,2EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4956", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.686132680125061, 45.69772740476543 ] } }, +{ "type": "Feature", "properties": { "id": "45427", "nom": "Messimy Mairie", "desserte": "11B:A,11B:R,2EX:A,2EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4960", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.676101056350583, 45.697768811019806 ] } }, +{ "type": "Feature", "properties": { "id": "45433", "nom": "Le Pont", "desserte": "11B:A,2EX:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4965", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.649940759055199, 45.67947077371695 ] } }, +{ "type": "Feature", "properties": { "id": "45885", "nom": "Fonderie", "desserte": "83A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6316", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.918140124191135, 45.782330746465981 ] } }, +{ "type": "Feature", "properties": { "id": "46140", "nom": "Grigny Jean Moulin", "desserte": "80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5126", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.791017350082804, 45.606618715001588 ] } }, +{ "type": "Feature", "properties": { "id": "46160", "nom": "Debourg", "desserte": "T1A:A,T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "320", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.834604487615413, 45.731160415452251 ] } }, +{ "type": "Feature", "properties": { "id": "46165", "nom": "Kellermann", "desserte": "15A:R,17B:R,18B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1635", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.817373571668222, 45.713781599929995 ] } }, +{ "type": "Feature", "properties": { "id": "46176", "nom": "College Jean Renoir", "desserte": "84A:A,84A:R,96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1613", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.845578900053952, 45.869362306554123 ] } }, +{ "type": "Feature", "properties": { "id": "46181", "nom": "St Fons Bourrelier", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5139", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.855096988918571, 45.710694146105894 ] } }, +{ "type": "Feature", "properties": { "id": "46182", "nom": "St Fons Bourrelier", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5140", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.855156497676719, 45.71085753148963 ] } }, +{ "type": "Feature", "properties": { "id": "46183", "nom": "St Fons Dussurgey", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5141", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.854876486748708, 45.714129534631432 ] } }, +{ "type": "Feature", "properties": { "id": "46200", "nom": "Garibaldi - Lafayette", "desserte": "38A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1810", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.85146525281464, 45.763954067577622 ] } }, +{ "type": "Feature", "properties": { "id": "70", "nom": "Antonins", "desserte": "37A:A,69A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "840", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.879063736242699, 45.778131297809153 ] } }, +{ "type": "Feature", "properties": { "id": "189", "nom": "Paul Berliet", "desserte": "296:A,C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "921", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.913144841120358, 45.704344046608917 ] } }, +{ "type": "Feature", "properties": { "id": "191", "nom": "Berliet Venissieux", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "923", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.899191422994022, 45.712837459352002 ] } }, +{ "type": "Feature", "properties": { "id": "241", "nom": "Boutarey", "desserte": "77A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "962", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.87796222321691, 45.82668265306404 ] } }, +{ "type": "Feature", "properties": { "id": "640", "nom": "Crepieux Les Brosses", "desserte": "171:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1257", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.912537681332539, 45.808090570008588 ] } }, +{ "type": "Feature", "properties": { "id": "807", "nom": "Duquesne - Foch", "desserte": "C4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1354", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.843059310272595, 45.772819835680259 ] } }, +{ "type": "Feature", "properties": { "id": "1450", "nom": "La Sarra", "desserte": "90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6037", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.814901982036825, 45.761383320036174 ] } }, +{ "type": "Feature", "properties": { "id": "1466", "nom": "La Tuilerie", "desserte": "21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6038", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.781988620580156, 45.801781526973421 ] } }, +{ "type": "Feature", "properties": { "id": "1510", "nom": "Laurent Bonnevay", "desserte": "57A:A,57A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "229", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.908262194730447, 45.765125497074884 ] } }, +{ "type": "Feature", "properties": { "id": "1594", "nom": "Le Visan", "desserte": "45A:A,55A:R,90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1897", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.788775489232475, 45.764090258745185 ] } }, +{ "type": "Feature", "properties": { "id": "1608", "nom": "Les Anemones", "desserte": "29A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5433", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.005269110175176, 45.727583812696039 ] } }, +{ "type": "Feature", "properties": { "id": "1609", "nom": "Les Anemones", "desserte": "29A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5434", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.005600530289819, 45.7277919733773 ] } }, +{ "type": "Feature", "properties": { "id": "1742", "nom": "Les Pervenches", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6060", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.874141229337077, 45.855195449589978 ] } }, +{ "type": "Feature", "properties": { "id": "1747", "nom": "Les Places", "desserte": "73A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6061", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.694478673420024, 45.722861996202205 ] } }, +{ "type": "Feature", "properties": { "id": "1749", "nom": "Les Pommieres", "desserte": "C20A:R,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6062", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.809664161246413, 45.757007280107807 ] } }, +{ "type": "Feature", "properties": { "id": "1750", "nom": "Les Pommieres", "desserte": "C20A:A,C21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6063", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.808833517752022, 45.756836553110972 ] } }, +{ "type": "Feature", "properties": { "id": "1751", "nom": "Les Provences", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6064", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.79259034420818, 45.735464660017421 ] } }, +{ "type": "Feature", "properties": { "id": "1752", "nom": "Les Provences", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6065", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.791918985228622, 45.73539834303471 ] } }, +{ "type": "Feature", "properties": { "id": "1753", "nom": "Les Pyes", "desserte": "28A:R,68B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6066", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.96324361652327, 45.738702253079865 ] } }, +{ "type": "Feature", "properties": { "id": "1754", "nom": "Les Pyes", "desserte": "28A:A,68B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6067", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.96304116310997, 45.738770002438791 ] } }, +{ "type": "Feature", "properties": { "id": "1755", "nom": "Les Roches", "desserte": "66A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6068", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.795257851373147, 45.777342045008275 ] } }, +{ "type": "Feature", "properties": { "id": "1756", "nom": "Les Roches", "desserte": "66A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6069", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.794906039196749, 45.776953700723247 ] } }, +{ "type": "Feature", "properties": { "id": "1759", "nom": "Les Sapins", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6070", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.783278438151656, 45.67312579683388 ] } }, +{ "type": "Feature", "properties": { "id": "1760", "nom": "Les Sapins", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6071", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.783199469346767, 45.673148762842096 ] } }, +{ "type": "Feature", "properties": { "id": "1761", "nom": "Les Sources", "desserte": "C14A:R,S15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6072", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.782546429283641, 45.792624331795984 ] } }, +{ "type": "Feature", "properties": { "id": "1762", "nom": "Les Sources", "desserte": "C14A:A,S15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6073", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.782707940143238, 45.792494800369859 ] } }, +{ "type": "Feature", "properties": { "id": "33948", "nom": "Viviani", "desserte": "C16A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6263", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.863145407583451, 45.726651337183789 ] } }, +{ "type": "Feature", "properties": { "id": "46201", "nom": "Camp Militaire", "desserte": "33A:R,9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3341", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.869317762015823, 45.819542562194307 ] } }, +{ "type": "Feature", "properties": { "id": "46215", "nom": "Caluire Chemin Petit", "desserte": "70A:A,S5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1136", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.860137967986618, 45.804352655264935 ] } }, +{ "type": "Feature", "properties": { "id": "46232", "nom": "Quincieux Mairie", "desserte": "96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5194", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.778988990844299, 45.914756587490238 ] } }, +{ "type": "Feature", "properties": { "id": "46413", "nom": "St-Bonnet Centre", "desserte": "1EX:A,R4B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5382", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.031441792873348, 45.692484440972102 ] } }, +{ "type": "Feature", "properties": { "id": "46773", "nom": "Institut d'art contemporain", "desserte": "C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6267", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.875205312888749, 45.763994970198873 ] } }, +{ "type": "Feature", "properties": { "id": "90", "nom": "Austerlitz", "desserte": "S6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "854", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.834947353001986, 45.775466936907122 ] } }, +{ "type": "Feature", "properties": { "id": "131", "nom": "Bastero - Aquarium", "desserte": "63A:R,C10A:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "884", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.81401864267832, 45.725488514581407 ] } }, +{ "type": "Feature", "properties": { "id": "143", "nom": "Foch - Provinces", "desserte": "90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "889", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.7981855194956, 45.747907486428694 ] } }, +{ "type": "Feature", "properties": { "id": "643", "nom": "Croix-Rousse", "desserte": "303:A,303:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "339", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.83182430024232, 45.7745918817063 ] } }, +{ "type": "Feature", "properties": { "id": "656", "nom": "Curie - Jules Guesde", "desserte": "35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1264", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.885293053346468, 45.70935501960583 ] } }, +{ "type": "Feature", "properties": { "id": "849", "nom": "Eglise Demi-Lune", "desserte": "14B:A,55A:R,72B:R,73A:R,86A:R,98A:R,C21A:A,C21A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "731", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.786270052836809, 45.76472101820459 ] } }, +{ "type": "Feature", "properties": { "id": "1575", "nom": "Le Rotagnier", "desserte": "68B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1884", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.975181896561315, 45.742094895009565 ] } }, +{ "type": "Feature", "properties": { "id": "1650", "nom": "Les Cigales", "desserte": "15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1946", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.824099955729387, 45.683806440382213 ] } }, +{ "type": "Feature", "properties": { "id": "1683", "nom": "Les Gambins", "desserte": "84A:A,84A:R,R2A:A,R2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1974", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.796119889853421, 45.852725451304394 ] } }, +{ "type": "Feature", "properties": { "id": "1700", "nom": "Les Hautannes", "desserte": "96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1991", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.800809263516107, 45.879446303609981 ] } }, +{ "type": "Feature", "properties": { "id": "1763", "nom": "Les Sources - La Romaine", "desserte": "C14A:A,S15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6074", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.78397768117363, 45.790378903150042 ] } }, +{ "type": "Feature", "properties": { "id": "1777", "nom": "Les Verchères", "desserte": "C2A:A,ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6083", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.901323024339121, 45.817393554219976 ] } }, +{ "type": "Feature", "properties": { "id": "1778", "nom": "Les Verchères", "desserte": "C2A:R,ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6084", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.90192842491649, 45.817676787923048 ] } }, +{ "type": "Feature", "properties": { "id": "1794", "nom": "Limonest Centre", "desserte": "21A:A,942A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2073", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.771657278958232, 45.837586994299116 ] } }, +{ "type": "Feature", "properties": { "id": "1867", "nom": "Mairie du 5eme", "desserte": "46A:R,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2115", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.80097859745025, 45.758026379482381 ] } }, +{ "type": "Feature", "properties": { "id": "2156", "nom": "Oullins Mairie", "desserte": "88B:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5511", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.80713089097052, 45.714335098190197 ] } }, +{ "type": "Feature", "properties": { "id": "2220", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "C13A:A,C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5856", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858194243891476, 45.760777098439405 ] } }, +{ "type": "Feature", "properties": { "id": "2357", "nom": "Place Bertone", "desserte": "448A:A,C13A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5512", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.834833863048607, 45.777782767364585 ] } }, +{ "type": "Feature", "properties": { "id": "2701", "nom": "Saxe - Gambetta", "desserte": "C11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "195", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.847398590373692, 45.753757332045708 ] } }, +{ "type": "Feature", "properties": { "id": "35875", "nom": "Les Minimes - Théatres Romains", "desserte": "448A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6408", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.821165761738291, 45.758841574633536 ] } }, +{ "type": "Feature", "properties": { "id": "36014", "nom": "Vaulx-en-Velin La Grappiniere", "desserte": "52A:A,52A:R,C3A:A,C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6399", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.912586127603127, 45.788427670754402 ] } }, +{ "type": "Feature", "properties": { "id": "36375", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "70A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6376", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.857468858822836, 45.762784914947879 ] } }, +{ "type": "Feature", "properties": { "id": "36414", "nom": "Vaulx-en-Velin La Soie", "desserte": "83A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6315", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.92162544950463, 45.76072568081026 ] } }, +{ "type": "Feature", "properties": { "id": "36997", "nom": "Institut d'art contemporain", "desserte": "C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6465", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.873232043816932, 45.763816068316785 ] } }, +{ "type": "Feature", "properties": { "id": "36999", "nom": "Blanqui-Ctre Memoires et Ste", "desserte": "C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6466", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.884281520636599, 45.761081505677474 ] } }, +{ "type": "Feature", "properties": { "id": "37401", "nom": "Route de Vienne", "desserte": "448A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6409", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.85144214472418, 45.742073257514619 ] } }, +{ "type": "Feature", "properties": { "id": "37645", "nom": "Vallas", "desserte": "73A:R,C24B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6422", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.720097215692476, 45.742329293850311 ] } }, +{ "type": "Feature", "properties": { "id": "46774", "nom": "Alsace", "desserte": "C3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6268", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.869521278290559, 45.763715050039828 ] } }, +{ "type": "Feature", "properties": { "id": "708", "nom": "Decines Wilson", "desserte": "67A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1302", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.941960619772324, 45.768687424023483 ] } }, +{ "type": "Feature", "properties": { "id": "954", "nom": "Foucaud - Picasso", "desserte": "57A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1435", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.921477293826322, 45.774021588150639 ] } }, +{ "type": "Feature", "properties": { "id": "986", "nom": "Fromont", "desserte": "ZI3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1445", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.937305332758157, 45.776050588689905 ] } }, +{ "type": "Feature", "properties": { "id": "1037", "nom": "Genay Le Perron", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1471", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.832914915368248, 45.891124258774887 ] } }, +{ "type": "Feature", "properties": { "id": "1038", "nom": "Genay Madone", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1473", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.834365727165977, 45.895529714174458 ] } }, +{ "type": "Feature", "properties": { "id": "1064", "nom": "Grand Chassagnon", "desserte": "60A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1488", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.863762082094417, 45.701291037584575 ] } }, +{ "type": "Feature", "properties": { "id": "1526", "nom": "Le Buisset", "desserte": "8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1836", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804859773171925, 45.7241511933494 ] } }, +{ "type": "Feature", "properties": { "id": "1804", "nom": "Longefer", "desserte": "24A:A,C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2081", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.880151152518684, 45.739337978194797 ] } }, +{ "type": "Feature", "properties": { "id": "1846", "nom": "Machy", "desserte": "21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2106", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.756344021178583, 45.871761436019973 ] } }, +{ "type": "Feature", "properties": { "id": "1865", "nom": "Mairie du 4eme", "desserte": "448A:A,45A:R,C13A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2112", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.828181799622691, 45.774060051624801 ] } }, +{ "type": "Feature", "properties": { "id": "2828", "nom": "St Just", "desserte": "66A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "207", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.815490205469255, 45.757598871527264 ] } }, +{ "type": "Feature", "properties": { "id": "2935", "nom": "Surville Route de Vienne", "desserte": "C16A:A,C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2804", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.854736966683631, 45.717993182708774 ] } }, +{ "type": "Feature", "properties": { "id": "2961", "nom": "Terrasse", "desserte": "8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2825", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.815640443936966, 45.748090397409321 ] } }, +{ "type": "Feature", "properties": { "id": "3129", "nom": "Vieux Crepieux", "desserte": "171:A,C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2955", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.877022849319683, 45.799951745758747 ] } }, +{ "type": "Feature", "properties": { "id": "3134", "nom": "Villeurbanne Bel Air", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2964", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.912907420803976, 45.755288454346953 ] } }, +{ "type": "Feature", "properties": { "id": "3135", "nom": "Villeurbanne Bel Air", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2963", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.912822763920938, 45.755677458846613 ] } }, +{ "type": "Feature", "properties": { "id": "3157", "nom": "Place du Vercors", "desserte": "29A:A,29A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5447", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.006312526517771, 45.719682438782726 ] } }, +{ "type": "Feature", "properties": { "id": "3167", "nom": "Yon Lug", "desserte": "15A:A,17B:A,18B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2980", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.820116318441972, 45.710807990224183 ] } }, +{ "type": "Feature", "properties": { "id": "3176", "nom": "Z.I.C. Ouest", "desserte": "ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2986", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.865634801866336, 45.804457326997813 ] } }, +{ "type": "Feature", "properties": { "id": "3300", "nom": "Z.I. Champ du Roy", "desserte": "C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3028", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.908362420220563, 45.828898680338483 ] } }, +{ "type": "Feature", "properties": { "id": "3305", "nom": "Gare Saint Paul", "desserte": "C3A:A,S1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2753", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.827921705237296, 45.76604579078397 ] } }, +{ "type": "Feature", "properties": { "id": "3346", "nom": "Lycee Cuzin", "desserte": "C2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3489", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.856064203331827, 45.801755933701081 ] } }, +{ "type": "Feature", "properties": { "id": "3388", "nom": "Nicolas Sicard", "desserte": "C21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3032", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.792500273135375, 45.756204952408481 ] } }, +{ "type": "Feature", "properties": { "id": "3389", "nom": "Nicolas Sicard", "desserte": "C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3033", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.791578165138156, 45.756000097029201 ] } }, +{ "type": "Feature", "properties": { "id": "3398", "nom": "St Clair - Square Brosset", "desserte": "171:A,C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2691", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.861156232322037, 45.791011082118033 ] } }, +{ "type": "Feature", "properties": { "id": "3399", "nom": "Montee Castellane", "desserte": "S8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3035", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.898617826590563, 45.808516794046476 ] } }, +{ "type": "Feature", "properties": { "id": "3410", "nom": "Z.I. Rillieux 8 mai 1945", "desserte": "ZI4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3042", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.879603644433452, 45.813737502468136 ] } }, +{ "type": "Feature", "properties": { "id": "30566", "nom": "Mairie de St Rambert", "desserte": "S10A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3183", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.82992875764007, 45.798126445408172 ] } }, +{ "type": "Feature", "properties": { "id": "38674", "nom": "Jean Macé", "desserte": "448A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6410", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.842450028885176, 45.745046750014104 ] } }, +{ "type": "Feature", "properties": { "id": "1385", "nom": "La Fontaine", "desserte": "68B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5254", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.978555609800923, 45.740332216786051 ] } }, +{ "type": "Feature", "properties": { "id": "1552", "nom": "Le Peage", "desserte": "15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1865", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.822459417860767, 45.690422636038029 ] } }, +{ "type": "Feature", "properties": { "id": "1642", "nom": "Les Chaux", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1939", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.752747436665076, 45.736428621533207 ] } }, +{ "type": "Feature", "properties": { "id": "1866", "nom": "Mairie du 5eme", "desserte": "46A:A,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2114", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.801052051539835, 45.757943757537049 ] } }, +{ "type": "Feature", "properties": { "id": "3011", "nom": "Trois Artichauts", "desserte": "448A:A,46A:R,49A:R,55A:R,C19A:R,C20A:R,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2863", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.81728936373367, 45.752725536722423 ] } }, +{ "type": "Feature", "properties": { "id": "3485", "nom": "Marcel Vernay", "desserte": "50A:A,ZI8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3067", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.95086708372101, 45.697638119684818 ] } }, +{ "type": "Feature", "properties": { "id": "10145", "nom": "Bron Salengro", "desserte": "24A:A,79A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3310", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.908470307763259, 45.730240262654121 ] } }, +{ "type": "Feature", "properties": { "id": "10203", "nom": "Le Parc Brunier", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3328", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.829445763159144, 45.78406830797374 ] } }, +{ "type": "Feature", "properties": { "id": "10221", "nom": "Chemin de Montgay", "desserte": "33A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3334", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.861690790675029, 45.824231972222883 ] } }, +{ "type": "Feature", "properties": { "id": "10245", "nom": "Pailleron", "desserte": "C13A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3356", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.832205335708432, 45.7788223400552 ] } }, +{ "type": "Feature", "properties": { "id": "10247", "nom": "Eglise Demi-Lune", "desserte": "45A:R,55A:A,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "728", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.786955074404586, 45.76422001496946 ] } }, +{ "type": "Feature", "properties": { "id": "10281", "nom": "Alai", "desserte": "73A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3370", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.766829096063231, 45.751426095420271 ] } }, +{ "type": "Feature", "properties": { "id": "10289", "nom": "Demi-Lune Clemenceau", "desserte": "55A:A,86A:A,98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1306", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.776584826275452, 45.763824802789465 ] } }, +{ "type": "Feature", "properties": { "id": "10335", "nom": "Constellation", "desserte": "14B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3390", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.774963223596639, 45.755093096114898 ] } }, +{ "type": "Feature", "properties": { "id": "38676", "nom": "Centre Berthelot", "desserte": "448A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6411", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.836340436394654, 45.746965217035672 ] } }, +{ "type": "Feature", "properties": { "id": "38677", "nom": "Garibaldi - Berthelot", "desserte": "448A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6412", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.846806987448636, 45.74360821325952 ] } }, +{ "type": "Feature", "properties": { "id": "39998", "nom": "Meyzieu Z.i.", "desserte": "323A:A,323A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6479", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.031565090985128, 45.767977132431163 ] } }, +{ "type": "Feature", "properties": { "id": "40000", "nom": "Meyzieu Gare", "desserte": "323A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6480", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.00004313060672, 45.771249594704805 ] } }, +{ "type": "Feature", "properties": { "id": "40075", "nom": "Lycée Lumière", "desserte": "448A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6413", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861736552360043, 45.736684404348317 ] } }, +{ "type": "Feature", "properties": { "id": "41194", "nom": "Gare Part-Dieu Villette", "desserte": "RX:A,RX:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6269", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861941959611308, 45.760265029322454 ] } }, +{ "type": "Feature", "properties": { "id": "41195", "nom": "Vaulx-en-Velin La Soie", "desserte": "RX:A,RX:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6252", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.922203024147039, 45.761068030348262 ] } }, +{ "type": "Feature", "properties": { "id": "41196", "nom": "Vaulx-en-Velin La Soie", "desserte": "RX:A,RX:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6253", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.922078882455405, 45.761031642561164 ] } }, +{ "type": "Feature", "properties": { "id": "41197", "nom": "Meyzieu Z.i.", "desserte": "RX:A,RX:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6254", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.031422687591467, 45.767766843200469 ] } }, +{ "type": "Feature", "properties": { "id": "41198", "nom": "Meyzieu Z.i.", "desserte": "RX:A,RX:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6270", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.031600168963877, 45.767745390758641 ] } }, +{ "type": "Feature", "properties": { "id": "41199", "nom": "Aeroport St Exupery", "desserte": "RX:A,RX:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6271", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.076474307455741, 45.722645072665429 ] } }, +{ "type": "Feature", "properties": { "id": "42517", "nom": "La Graviere de Beaunant", "desserte": "14B:A,C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1738", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.779718032963974, 45.734179490298935 ] } }, +{ "type": "Feature", "properties": { "id": "42616", "nom": "Montchat Place Ronde", "desserte": "C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "685", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.891016460424201, 45.753520348399498 ] } }, +{ "type": "Feature", "properties": { "id": "46358", "nom": "La Petite Gare", "desserte": "R1B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5492", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.084374749655819, 45.80071222049925 ] } }, +{ "type": "Feature", "properties": { "id": "709", "nom": "Decomberousse", "desserte": "448A:A,C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1304", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.9150319398865, 45.762755893286631 ] } }, +{ "type": "Feature", "properties": { "id": "771", "nom": "Duchere Capucines", "desserte": "66A:A,89A:A,C14A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1330", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.794219064035942, 45.789438084658471 ] } }, +{ "type": "Feature", "properties": { "id": "823", "nom": "Dardilly Les Gorges", "desserte": "6A:A,89A:A,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1366", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.764028665822281, 45.807445591256418 ] } }, +{ "type": "Feature", "properties": { "id": "874", "nom": "Etats-Unis Viviani", "desserte": "26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "626", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.871257809947651, 45.724876139123182 ] } }, +{ "type": "Feature", "properties": { "id": "1077", "nom": "Grandclement", "desserte": "C11A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1500", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.890087704483754, 45.759275341895346 ] } }, +{ "type": "Feature", "properties": { "id": "1095", "nom": "Grange Blanche", "desserte": "C26A:A,C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "77", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.879136293725776, 45.742970495017154 ] } }, +{ "type": "Feature", "properties": { "id": "1138", "nom": "Harmonie", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1535", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.875261392446782, 45.747315820275944 ] } }, +{ "type": "Feature", "properties": { "id": "1159", "nom": "Herbepin", "desserte": "26A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1550", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.967324223875111, 45.71380721451613 ] } }, +{ "type": "Feature", "properties": { "id": "1553", "nom": "Le Peage", "desserte": "15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1864", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.822597713312393, 45.690356562310427 ] } }, +{ "type": "Feature", "properties": { "id": "1565", "nom": "Le Quincieux", "desserte": "72B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1875", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.698669085204365, 45.765122044621897 ] } }, +{ "type": "Feature", "properties": { "id": "3014", "nom": "Trois Renards", "desserte": "55A:R,72B:R,86A:R,98A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2864", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.773951477657779, 45.763602972836253 ] } }, +{ "type": "Feature", "properties": { "id": "3486", "nom": "Les Longes", "desserte": "50A:A,ZI8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3069", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.956198152901886, 45.697099639967931 ] } }, +{ "type": "Feature", "properties": { "id": "10310", "nom": "Brosset", "desserte": "14B:R,72B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3374", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.778919193592185, 45.757311343397468 ] } }, +{ "type": "Feature", "properties": { "id": "10311", "nom": "Brosset", "desserte": "14B:A,72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3375", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.779005925656822, 45.757237448589258 ] } }, +{ "type": "Feature", "properties": { "id": "10363", "nom": "Decines Verlaine", "desserte": "79A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3402", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.940984012105143, 45.750778978064311 ] } }, +{ "type": "Feature", "properties": { "id": "10378", "nom": "Aynard - La Fontaine", "desserte": "69A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3414", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.876439558020705, 45.761142173214381 ] } }, +{ "type": "Feature", "properties": { "id": "10651", "nom": "8 Mai 1945", "desserte": "67A:A,85A:R,95A:A,95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3505", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.002059361857923, 45.767466011661028 ] } }, +{ "type": "Feature", "properties": { "id": "10680", "nom": "Ste Helene", "desserte": "S1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3511", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.832005986777013, 45.753731516394502 ] } }, +{ "type": "Feature", "properties": { "id": "10687", "nom": "Tupin", "desserte": "27A:A,S1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3515", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.834222515999147, 45.763187451309406 ] } }, +{ "type": "Feature", "properties": { "id": "10740", "nom": "George Sand", "desserte": "C2A:A,ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3522", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.898578862059701, 45.815804462879264 ] } }, +{ "type": "Feature", "properties": { "id": "12026", "nom": "Chemin des Fonts", "desserte": "49A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3195", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.796947431776093, 45.73919464243243 ] } }, +{ "type": "Feature", "properties": { "id": "42535", "nom": "Constant", "desserte": "C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3598", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.888119796334328, 45.74540401102022 ] } }, +{ "type": "Feature", "properties": { "id": "42536", "nom": "Hop.Desgenettes Vinatier", "desserte": "C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3725", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.895219149048373, 45.744351259535719 ] } }, +{ "type": "Feature", "properties": { "id": "42634", "nom": "Meyzieu Ch.De Gaulle", "desserte": "67A:R,85A:A,95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3727", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.003768055674599, 45.766894338931984 ] } }, +{ "type": "Feature", "properties": { "id": "42635", "nom": "Vacher", "desserte": "67A:R,85A:A,95A:A,95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4753", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.002732937188246, 45.768890314683851 ] } }, +{ "type": "Feature", "properties": { "id": "42964", "nom": "Sathonay Gare", "desserte": "33A:R,77A:A,ZI4A:A,ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2627", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.875110276772277, 45.820410119118904 ] } }, +{ "type": "Feature", "properties": { "id": "43119", "nom": "Montchat Place Ronde", "desserte": "C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "688", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.891565255768091, 45.752877763760559 ] } }, +{ "type": "Feature", "properties": { "id": "43121", "nom": "Verlaine - 4 aout", "desserte": "C26A:R,C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4019", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.881520084572958, 45.764771674336409 ] } }, +{ "type": "Feature", "properties": { "id": "576", "nom": "Coli", "desserte": "67A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1220", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.945854375269191, 45.769155116356671 ] } }, +{ "type": "Feature", "properties": { "id": "852", "nom": "Emile Chanel", "desserte": "S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1392", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.816118961904549, 45.777828493922442 ] } }, +{ "type": "Feature", "properties": { "id": "912", "nom": "Feuillat - Lacassagne", "desserte": "25A:R,C13A:A,C16A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1409", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.875108669638037, 45.750136679022489 ] } }, +{ "type": "Feature", "properties": { "id": "1004", "nom": "Gare de Collonges-Fontaines", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1458", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.848170884670078, 45.830403770485781 ] } }, +{ "type": "Feature", "properties": { "id": "1634", "nom": "Les Bruyeres", "desserte": "33A:A,9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1931", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.866536599907011, 45.817903050137502 ] } }, +{ "type": "Feature", "properties": { "id": "1873", "nom": "Centre Hospitalier Mont d'Or", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2117", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.835189439878033, 45.860379309973744 ] } }, +{ "type": "Feature", "properties": { "id": "3130", "nom": "Vieux Crepieux", "desserte": "171:R,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2958", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.877644554873581, 45.800594785827833 ] } }, +{ "type": "Feature", "properties": { "id": "3150", "nom": "Viviani", "desserte": "35A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2975", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.862721377005315, 45.726370415192179 ] } }, +{ "type": "Feature", "properties": { "id": "3204", "nom": "Z.I. Terray - De Lattre", "desserte": "ZI2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2999", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.025975438300385, 45.770721678471716 ] } }, +{ "type": "Feature", "properties": { "id": "10383", "nom": "Choulans - Tourelles", "desserte": "46A:A,49A:A,55A:A,C19A:A,C20A:A,C21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3416", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.819101080809001, 45.753837626480156 ] } }, +{ "type": "Feature", "properties": { "id": "10802", "nom": "Sept Chemins", "desserte": "28A:A,68B:R,ZI5B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2650", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.933134345158333, 45.744380712345794 ] } }, +{ "type": "Feature", "properties": { "id": "10889", "nom": "Pont De Lattre RD", "desserte": "9A:R,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2536", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.838298653483032, 45.773637093288059 ] } }, +{ "type": "Feature", "properties": { "id": "10906", "nom": "Chemin Bressan", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1127", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.834114312408177, 45.882636406435957 ] } }, +{ "type": "Feature", "properties": { "id": "10917", "nom": "Z.I. Jacquard", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3542", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.816671705604068, 45.888242996438237 ] } }, +{ "type": "Feature", "properties": { "id": "10933", "nom": "Grosso - Roosevelt", "desserte": "16A:A,ZI3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3548", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.93629905645283, 45.763471716169079 ] } }, +{ "type": "Feature", "properties": { "id": "10942", "nom": "Mermoz - Californie", "desserte": "C15A:A,C22A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1012", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.8798433648538, 45.733512115704947 ] } }, +{ "type": "Feature", "properties": { "id": "11029", "nom": "La Fouillouse", "desserte": "50A:A,50A:R,ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3578", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.983600800742002, 45.686734301292901 ] } }, +{ "type": "Feature", "properties": { "id": "11036", "nom": "Jules Verne", "desserte": "50A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3585", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.974247216476088, 45.702212584651107 ] } }, +{ "type": "Feature", "properties": { "id": "36260", "nom": "Givors Centre Commercial", "desserte": "80A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4156", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.751736758665296, 45.58539895430259 ] } }, +{ "type": "Feature", "properties": { "id": "42744", "nom": "Cordeliers", "desserte": "301A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "34", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.835894117360568, 45.763464663221356 ] } }, +{ "type": "Feature", "properties": { "id": "43015", "nom": "Berliet Porte C", "desserte": "93A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3661", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.897774666461241, 45.70672137394989 ] } }, +{ "type": "Feature", "properties": { "id": "43222", "nom": "Cordeliers", "desserte": "C13A:R,C14A:R,C3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "29", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.835847267132964, 45.763928096599869 ] } }, +{ "type": "Feature", "properties": { "id": "43224", "nom": "Cordeliers", "desserte": "C13A:A,C13A:R,C3A:A,C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "25", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.836650282945152, 45.763059156785005 ] } }, +{ "type": "Feature", "properties": { "id": "43226", "nom": "Cordeliers", "desserte": "9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "32", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.83810509355991, 45.762875982008531 ] } }, +{ "type": "Feature", "properties": { "id": "43355", "nom": "College Christiane Bernardin", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4841", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.775764289926276, 45.741062471866421 ] } }, +{ "type": "Feature", "properties": { "id": "43648", "nom": "Verdun - Victor Hugo", "desserte": "95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2933", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.996815403697694, 45.779778793506068 ] } }, +{ "type": "Feature", "properties": { "id": "43697", "nom": "Albigny Centre Hospitalier", "desserte": "R2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4883", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.833997291671727, 45.863628253021339 ] } }, +{ "type": "Feature", "properties": { "id": "43737", "nom": "Rillieux - Les Alagniers", "desserte": "C2A:R,S8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4749", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.894190216095194, 45.814054546157131 ] } }, +{ "type": "Feature", "properties": { "id": "519", "nom": "Cite Ampere", "desserte": "C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1162", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.812301469100935, 45.708451448496277 ] } }, +{ "type": "Feature", "properties": { "id": "814", "nom": "Emile Vial", "desserte": "24A:R,25A:R,68B:R,ZI5B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1362", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.929308122916439, 45.745306297247794 ] } }, +{ "type": "Feature", "properties": { "id": "955", "nom": "Foucaud - Picasso", "desserte": "57A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1436", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.921028478992012, 45.774599011250089 ] } }, +{ "type": "Feature", "properties": { "id": "987", "nom": "Gabriel Rosset", "desserte": "C22A:A,C22A:R,ZI6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1446", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.841558284386672, 45.729692668166265 ] } }, +{ "type": "Feature", "properties": { "id": "1042", "nom": "General Frere", "desserte": "26A:R,79A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1478", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.886886388322841, 45.726835321609485 ] } }, +{ "type": "Feature", "properties": { "id": "1084", "nom": "Grandvaux", "desserte": "55A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1505", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.77766971576575, 45.772334150925204 ] } }, +{ "type": "Feature", "properties": { "id": "1160", "nom": "Herbepin", "desserte": "26A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1549", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.967061987051009, 45.713966391287244 ] } }, +{ "type": "Feature", "properties": { "id": "1209", "nom": "Ile Roy", "desserte": "40A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1576", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858697728537069, 45.824380191438173 ] } }, +{ "type": "Feature", "properties": { "id": "1386", "nom": "La Forestiere", "desserte": "55A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5162", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.768505410800344, 45.765791290790631 ] } }, +{ "type": "Feature", "properties": { "id": "1566", "nom": "Le Rafour", "desserte": "3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1878", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.764181936211731, 45.791096509074592 ] } }, +{ "type": "Feature", "properties": { "id": "1590", "nom": "Le Vernay - Ombrosa", "desserte": "40A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1894", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.843005685403008, 45.804388356341484 ] } }, +{ "type": "Feature", "properties": { "id": "2991", "nom": "Terreaux Tobie Robatel", "desserte": "C13A:A,C13A:R,C18A:A,C18A:R,S12A:R,S6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2843", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.83170438157157, 45.767212955505471 ] } }, +{ "type": "Feature", "properties": { "id": "3016", "nom": "Tupinier", "desserte": "C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2869", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.707727361025581, 45.747325693307246 ] } }, +{ "type": "Feature", "properties": { "id": "10312", "nom": "Les Croisettes", "desserte": "5A:A,72B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3372", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.767931962834512, 45.758926991294672 ] } }, +{ "type": "Feature", "properties": { "id": "10444", "nom": "Dardilly Le Paillet", "desserte": "3A:A,3A:R,GE4A:A,GE4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1284", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.748890802790251, 45.822650170285492 ] } }, +{ "type": "Feature", "properties": { "id": "11096", "nom": "Parc Lyder", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3605", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.908674394650101, 45.707102053464091 ] } }, +{ "type": "Feature", "properties": { "id": "11109", "nom": "Balme Baron", "desserte": "S5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3611", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.875398877815591, 45.80045652946616 ] } }, +{ "type": "Feature", "properties": { "id": "11195", "nom": "Marius Grosso", "desserte": "16A:R,28A:A,ZI3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2150", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.930322459216976, 45.763006829310584 ] } }, +{ "type": "Feature", "properties": { "id": "11196", "nom": "Corneille", "desserte": "52A:A,68B:A,ZI5B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3624", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.928284072131342, 45.755501634269933 ] } }, +{ "type": "Feature", "properties": { "id": "11197", "nom": "Corneille", "desserte": "52A:R,68B:R,ZI5B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3623", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.928290140001367, 45.755357470195484 ] } }, +{ "type": "Feature", "properties": { "id": "11205", "nom": "La Doua", "desserte": "C17A:R,C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1700", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.871798447134441, 45.779033657788801 ] } }, +{ "type": "Feature", "properties": { "id": "11210", "nom": "Pierre Gay", "desserte": "76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3613", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.973412956903111, 45.760715927876127 ] } }, +{ "type": "Feature", "properties": { "id": "39734", "nom": "Blanqui-Ctre Memoires et Ste", "desserte": "C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6130", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.884746151957618, 45.761395009050815 ] } }, +{ "type": "Feature", "properties": { "id": "43774", "nom": "Parc de la Mairie", "desserte": "46A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4888", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.800199603047406, 45.756711321797276 ] } }, +{ "type": "Feature", "properties": { "id": "43815", "nom": "Robert Reynier", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3913", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861398289216715, 45.708014155434043 ] } }, +{ "type": "Feature", "properties": { "id": "43832", "nom": "Lycee Agroalimentaire", "desserte": "78B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4890", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.79178853876443, 45.666489700236717 ] } }, +{ "type": "Feature", "properties": { "id": "43834", "nom": "Lycee Rosa Parks", "desserte": "84A:A,84A:R,96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4891", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.84703673120628, 45.876893970959031 ] } }, +{ "type": "Feature", "properties": { "id": "43842", "nom": "Champagne De Gaulle", "desserte": "21A:R,61A:R,GE4A:A,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4892", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.784915131409224, 45.801897810089635 ] } }, +{ "type": "Feature", "properties": { "id": "1", "nom": "24 Aout", "desserte": "87A:A,ZI1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "792", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.909327661397976, 45.682864269962238 ] } }, +{ "type": "Feature", "properties": { "id": "134", "nom": "Bastero - Aquarium", "desserte": "17B:A,8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "881", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.813583848369907, 45.725822151935887 ] } }, +{ "type": "Feature", "properties": { "id": "242", "nom": "Boutarey", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "963", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.877840227482328, 45.826550390337424 ] } }, +{ "type": "Feature", "properties": { "id": "596", "nom": "Corbas Rue du Midi", "desserte": "112A:A,54A:A,76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1235", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.899696463236537, 45.659690305755348 ] } }, +{ "type": "Feature", "properties": { "id": "900", "nom": "Felix Faure - Vivier Merle", "desserte": "C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "767", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.859417040106321, 45.753946932621083 ] } }, +{ "type": "Feature", "properties": { "id": "914", "nom": "Feyzin Chateau de l'Isle", "desserte": "60A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1412", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.850346776156129, 45.672221585641488 ] } }, +{ "type": "Feature", "properties": { "id": "1102", "nom": "Grange Rouge", "desserte": "296:A,C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1512", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.874145448494758, 45.731201765231795 ] } }, +{ "type": "Feature", "properties": { "id": "1115", "nom": "Gros Platane", "desserte": "40A:R,70A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1521", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.838998152409977, 45.837368321678809 ] } }, +{ "type": "Feature", "properties": { "id": "1264", "nom": "Joannes Carret", "desserte": "31A:A,43A:A,S10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1617", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.821399031102428, 45.793049755220203 ] } }, +{ "type": "Feature", "properties": { "id": "1527", "nom": "Le Cantin", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1838", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.850452795452036, 45.842288514584133 ] } }, +{ "type": "Feature", "properties": { "id": "1535", "nom": "Le Creuzet", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1848", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.83206013389879, 45.885931460902363 ] } }, +{ "type": "Feature", "properties": { "id": "1567", "nom": "Le Rafour", "desserte": "3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1877", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.763888116244889, 45.791435894298431 ] } }, +{ "type": "Feature", "properties": { "id": "1618", "nom": "Les Balmones", "desserte": "21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1915", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.771797983284411, 45.829429000892638 ] } }, +{ "type": "Feature", "properties": { "id": "2992", "nom": "Tonkin", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2844", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.865187682670939, 45.778507604277877 ] } }, +{ "type": "Feature", "properties": { "id": "3316", "nom": "Grand Chassagnon", "desserte": "93A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1489", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.863470138320555, 45.701927698843257 ] } }, +{ "type": "Feature", "properties": { "id": "10445", "nom": "Le Bouquis", "desserte": "3A:A,GE4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3438", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.755221995364417, 45.823756236576074 ] } }, +{ "type": "Feature", "properties": { "id": "11268", "nom": "Kruger - Voillot", "desserte": "C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1645", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.909832245990486, 45.75356598654691 ] } }, +{ "type": "Feature", "properties": { "id": "11721", "nom": "Cimetiere de St Priest", "desserte": "R5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5329", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.946379803497887, 45.693214840250917 ] } }, +{ "type": "Feature", "properties": { "id": "11722", "nom": "Cimetiere de St Priest", "desserte": "R5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5330", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.946182989362809, 45.693669499747948 ] } }, +{ "type": "Feature", "properties": { "id": "11925", "nom": "Parc de Champvert", "desserte": "45A:R,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3162", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.795745426181343, 45.762065590559523 ] } }, +{ "type": "Feature", "properties": { "id": "42540", "nom": "Carre de Soie", "desserte": "83A:A,C15A:A,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4556", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.918331035799036, 45.764543390617618 ] } }, +{ "type": "Feature", "properties": { "id": "43018", "nom": "Mendes France - Alsace", "desserte": "93A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4780", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.910243891068895, 45.718416782797412 ] } }, +{ "type": "Feature", "properties": { "id": "43021", "nom": "Porte des Alpes", "desserte": "52A:A,52A:R,93A:A,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "347", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.923551582388722, 45.720217047218533 ] } }, +{ "type": "Feature", "properties": { "id": "43634", "nom": "St Genis Centre", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2728", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.792108182513018, 45.695555892322766 ] } }, +{ "type": "Feature", "properties": { "id": "43831", "nom": "Lycee Agroalimentaire", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4889", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.791621409852162, 45.666484360556872 ] } }, +{ "type": "Feature", "properties": { "id": "43855", "nom": "Bois de l'Etoile Liberte", "desserte": "GE6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4897", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.723838252155229, 45.784418474449886 ] } }, +{ "type": "Feature", "properties": { "id": "46551", "nom": "Mayer", "desserte": "78B:A,80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5541", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.789534308983784, 45.609168674274045 ] } }, +{ "type": "Feature", "properties": { "id": "192", "nom": "Berliet Venissieux", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "922", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.8985135241465, 45.713271415310643 ] } }, +{ "type": "Feature", "properties": { "id": "599", "nom": "Cordeliers", "desserte": "171:R,27A:A,27A:R,C3A:R,C5A:A,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "30", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.838114261130031, 45.762794767094761 ] } }, +{ "type": "Feature", "properties": { "id": "772", "nom": "Duchere Chateau", "desserte": "448A:A,66A:A,C14A:A,S11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1331", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.793071163924965, 45.781089331299384 ] } }, +{ "type": "Feature", "properties": { "id": "1120", "nom": "Saxe - Préfecture", "desserte": "C14A:R,C4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "420", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.845842604451864, 45.759111834552947 ] } }, +{ "type": "Feature", "properties": { "id": "1161", "nom": "Herriot - Cagne", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "655", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.875645196302763, 45.693776595714631 ] } }, +{ "type": "Feature", "properties": { "id": "1554", "nom": "Le Pelet", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1868", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.7937645489069, 45.654664129185463 ] } }, +{ "type": "Feature", "properties": { "id": "1941", "nom": "Massard", "desserte": "28A:R,29A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5435", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.018138800889339, 45.727925149221967 ] } }, +{ "type": "Feature", "properties": { "id": "3125", "nom": "Victor Hugo", "desserte": "62A:R,87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2953", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.949454079704033, 45.662987983242367 ] } }, +{ "type": "Feature", "properties": { "id": "10292", "nom": "Gorge de Loup", "desserte": "C21A:A,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "54", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.80409264843353, 45.765815909451433 ] } }, +{ "type": "Feature", "properties": { "id": "11726", "nom": "Dardilly Le Jubin", "desserte": "89A:A,89A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3442", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.761581975487397, 45.817921564200333 ] } }, +{ "type": "Feature", "properties": { "id": "11841", "nom": "Le Molard", "desserte": "79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1860", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.965908742341459, 45.771342844034208 ] } }, +{ "type": "Feature", "properties": { "id": "11926", "nom": "Parc de Champvert", "desserte": "45A:A,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3163", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.795720520703315, 45.761796104930824 ] } }, +{ "type": "Feature", "properties": { "id": "11988", "nom": "Henri Germain", "desserte": "62A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3177", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.903754838714308, 45.704370333558359 ] } }, +{ "type": "Feature", "properties": { "id": "40034", "nom": "Commune de Paris", "desserte": "93A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4577", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.869635340306875, 45.702742755523175 ] } }, +{ "type": "Feature", "properties": { "id": "40236", "nom": "St Genis Collonges", "desserte": "88B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2729", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.805741443307863, 45.692520207489828 ] } }, +{ "type": "Feature", "properties": { "id": "42541", "nom": "Carre de Soie", "desserte": "83A:R,C8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4557", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.918222348704727, 45.764419868908163 ] } }, +{ "type": "Feature", "properties": { "id": "43025", "nom": "3eme Millenaire", "desserte": "93A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4782", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.928325753403473, 45.71653328577424 ] } }, +{ "type": "Feature", "properties": { "id": "43030", "nom": "Parc Technologique", "desserte": "93A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4786", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.935595881842275, 45.712386440744609 ] } }, +{ "type": "Feature", "properties": { "id": "43056", "nom": "Clinique du Parc", "desserte": "27A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4800", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.858835125517656, 45.771827498805997 ] } }, +{ "type": "Feature", "properties": { "id": "43114", "nom": "Place Croix-Luizet", "desserte": "C17A:R,C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2438", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.882521963028476, 45.780861372632089 ] } }, +{ "type": "Feature", "properties": { "id": "43215", "nom": "Parilly Universite Hippodrome", "desserte": "93A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4817", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.91436829440539, 45.722246702416975 ] } }, +{ "type": "Feature", "properties": { "id": "43217", "nom": "Vaulx-en-Velin Marcel Cachin", "desserte": "37A:A,37A:R,57A:A,57A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4821", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.932885300675281, 45.78433525965211 ] } }, +{ "type": "Feature", "properties": { "id": "43220", "nom": "Vaulx-en-Velin Le Bourg", "desserte": "7A:A,7A:R,83A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4823", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.925685841603674, 45.78718388450676 ] } }, +{ "type": "Feature", "properties": { "id": "43225", "nom": "Cordeliers", "desserte": "9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "24", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.836687378169017, 45.762808548035878 ] } }, +{ "type": "Feature", "properties": { "id": "43274", "nom": "Carrefour Liberation", "desserte": "5A:A,73A:A,C21A:A,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1037", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.774946455921706, 45.758486821910601 ] } }, +{ "type": "Feature", "properties": { "id": "43304", "nom": "Bron Droits de l'Homme", "desserte": "52A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3058", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.931392404370863, 45.734159294183513 ] } }, +{ "type": "Feature", "properties": { "id": "43875", "nom": "College Jean Renoir", "desserte": "96A:A,96A:R,97A:A,97A:R,S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1612", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.845031206046116, 45.869665625704847 ] } }, +{ "type": "Feature", "properties": { "id": "99", "nom": "Ayasse - Yves Farge", "desserte": "C22A:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "863", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.827924689186625, 45.736008939535978 ] } }, +{ "type": "Feature", "properties": { "id": "504", "nom": "Cimetiere de Corbas", "desserte": "111A:R,112A:R,54A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1154", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.899596552053648, 45.67548098386861 ] } }, +{ "type": "Feature", "properties": { "id": "567", "nom": "Clos Rival", "desserte": "C10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1214", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.794201077555262, 45.685176881402697 ] } }, +{ "type": "Feature", "properties": { "id": "577", "nom": "Coli", "desserte": "67A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1221", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.946711751039678, 45.769333226653693 ] } }, +{ "type": "Feature", "properties": { "id": "773", "nom": "Duchere Chateau", "desserte": "66A:R,C14A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1332", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.794352341332815, 45.780971289833886 ] } }, +{ "type": "Feature", "properties": { "id": "815", "nom": "Echangeur du Perollier", "desserte": "19A:A,89A:A,C6B:A,S15A:A,S15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1363", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.782720854343092, 45.787867991522319 ] } }, +{ "type": "Feature", "properties": { "id": "1021", "nom": "Genas - Bonnevay", "desserte": "C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1466", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.907118136152928, 45.750551391523153 ] } }, +{ "type": "Feature", "properties": { "id": "1043", "nom": "General Frere", "desserte": "26A:A,448A:A,79A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1479", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.886986598861602, 45.726779036000806 ] } }, +{ "type": "Feature", "properties": { "id": "1059", "nom": "Gorge de Loup", "desserte": "73A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "68", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804635504828506, 45.76587598656932 ] } }, +{ "type": "Feature", "properties": { "id": "1067", "nom": "Meyzieu Grand Large", "desserte": "67A:R,95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1491", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.99279790150605, 45.77730836546106 ] } }, +{ "type": "Feature", "properties": { "id": "1235", "nom": "Jamen Grand", "desserte": "33A:A,38A:A,S5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1599", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.840668695832627, 45.794899150733045 ] } }, +{ "type": "Feature", "properties": { "id": "1400", "nom": "La Grande Charriere", "desserte": "97A:A,97A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1729", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.863749660481306, 45.876573758803559 ] } }, +{ "type": "Feature", "properties": { "id": "1651", "nom": "Les Cigales", "desserte": "15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1947", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.824179366630122, 45.683858685199112 ] } }, +{ "type": "Feature", "properties": { "id": "1685", "nom": "Les Gaulnes", "desserte": "95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1975", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.03426850296851, 45.791623427558335 ] } }, +{ "type": "Feature", "properties": { "id": "1942", "nom": "Massard", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5436", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.018257411653634, 45.727985327718969 ] } }, +{ "type": "Feature", "properties": { "id": "2235", "nom": "La Boutasse", "desserte": "28A:R,29A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5437", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.018222227889678, 45.733594315047156 ] } }, +{ "type": "Feature", "properties": { "id": "3503", "nom": "Hôtel de Ville - Louis Pradel", "desserte": "S1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "114", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.834464355672332, 45.767097581719383 ] } }, +{ "type": "Feature", "properties": { "id": "10169", "nom": "Austerlitz", "desserte": "448A:A,C13A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5513", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.834923505851132, 45.775791510231002 ] } }, +{ "type": "Feature", "properties": { "id": "10594", "nom": "Meyzieu Gadelles", "desserte": "85A:A,85A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2181", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.01797716022197, 45.778690544424052 ] } }, +{ "type": "Feature", "properties": { "id": "11273", "nom": "Bron Jules Ferry", "desserte": "24A:A,C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3635", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.896404320660203, 45.731965377459979 ] } }, +{ "type": "Feature", "properties": { "id": "11310", "nom": "Place Sublet-Marcel Paul", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3646", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.881965432176395, 45.699628206340329 ] } }, +{ "type": "Feature", "properties": { "id": "11315", "nom": "Gare de Vénissieux", "desserte": "87A:A,87A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "273", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.888316628015826, 45.70639686506312 ] } }, +{ "type": "Feature", "properties": { "id": "12027", "nom": "La Fucharniere", "desserte": "22A:A,23A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3197", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.802050085244145, 45.804610471706184 ] } }, +{ "type": "Feature", "properties": { "id": "12028", "nom": "La Fucharniere", "desserte": "20A:R,22A:R,23A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3198", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.801976569464611, 45.804693095011672 ] } }, +{ "type": "Feature", "properties": { "id": "12042", "nom": "Lycee François Cevert", "desserte": "19A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3203", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.788992548283542, 45.782807657982111 ] } }, +{ "type": "Feature", "properties": { "id": "40314", "nom": "Cite St Jean", "desserte": "7A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1175", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.903023473813958, 45.776614143185405 ] } }, +{ "type": "Feature", "properties": { "id": "42745", "nom": "Ampère Victor Hugo", "desserte": "301A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.829257117442078, 45.753100852119658 ] } }, +{ "type": "Feature", "properties": { "id": "50", "nom": "Alsace", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "824", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.868679092802577, 45.763252748171979 ] } }, +{ "type": "Feature", "properties": { "id": "568", "nom": "Clos Savaron", "desserte": "C18A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1215", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.824144029578984, 45.782619656895001 ] } }, +{ "type": "Feature", "properties": { "id": "700", "nom": "Decines Eglise", "desserte": "16A:R,57A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1298", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.963806060205105, 45.763677633984997 ] } }, +{ "type": "Feature", "properties": { "id": "824", "nom": "Dardilly Les Gorges", "desserte": "89A:R,GE4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1365", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.76364490246179, 45.807498886460316 ] } }, +{ "type": "Feature", "properties": { "id": "901", "nom": "Felix Faure - Vivier Merle", "desserte": "C11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "769", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858989502981674, 45.753596490629299 ] } }, +{ "type": "Feature", "properties": { "id": "1464", "nom": "La Tourette", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "713", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.736036940440917, 45.747327114276558 ] } }, +{ "type": "Feature", "properties": { "id": "1528", "nom": "Le Cantin", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1837", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.850516713872601, 45.842278083983906 ] } }, +{ "type": "Feature", "properties": { "id": "1529", "nom": "RN6 - A. Pare", "desserte": "1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1841", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.976702166524976, 45.710613383626679 ] } }, +{ "type": "Feature", "properties": { "id": "1701", "nom": "Les Hautpres", "desserte": "72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1993", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.734115820136599, 45.758709190136194 ] } }, +{ "type": "Feature", "properties": { "id": "2236", "nom": "La Boutasse", "desserte": "28A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5438", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.018065256129503, 45.734066161448006 ] } }, +{ "type": "Feature", "properties": { "id": "3128", "nom": "Route de Vienne", "desserte": "35A:R,C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "382", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.85044708171538, 45.743085682077506 ] } }, +{ "type": "Feature", "properties": { "id": "3205", "nom": "Zac des Marronniers", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3002", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.873441239422498, 45.816883258544934 ] } }, +{ "type": "Feature", "properties": { "id": "3493", "nom": "St Irenee - Croix Blanche", "desserte": "46A:R,49A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3072", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.809314460696618, 45.755520804316866 ] } }, +{ "type": "Feature", "properties": { "id": "12109", "nom": "St Genis Centre", "desserte": "88B:A,C10A:R,S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2727", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.793245811348658, 45.694855898156291 ] } }, +{ "type": "Feature", "properties": { "id": "12185", "nom": "Chalin", "desserte": "19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3252", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.784086072903357, 45.778360173580857 ] } }, +{ "type": "Feature", "properties": { "id": "12222", "nom": "Jusseaud", "desserte": "49A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3740", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805574795625157, 45.747259133148738 ] } }, +{ "type": "Feature", "properties": { "id": "43022", "nom": "Porte des Alpes", "desserte": "52A:A,52A:R,93A:R,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "348", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.923757819216961, 45.720230294476785 ] } }, +{ "type": "Feature", "properties": { "id": "43023", "nom": "Andre Boulloche", "desserte": "93A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "834", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.929899448765146, 45.718297210154034 ] } }, +{ "type": "Feature", "properties": { "id": "43024", "nom": "Andre Boulloche", "desserte": "93A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "835", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.930526786230806, 45.719065834274069 ] } }, +{ "type": "Feature", "properties": { "id": "43031", "nom": "Campus Lyon Ouest", "desserte": "55A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4788", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.766383939828861, 45.782477278849463 ] } }, +{ "type": "Feature", "properties": { "id": "43033", "nom": "Pavillon Medical", "desserte": "88B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4795", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.810030381389426, 45.70165177927489 ] } }, +{ "type": "Feature", "properties": { "id": "43034", "nom": "Chemin de Montluzin", "desserte": "21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4797", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.750138168407131, 45.868942426712827 ] } }, +{ "type": "Feature", "properties": { "id": "43054", "nom": "Parc Tete d'Or - Verguin", "desserte": "27A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4798", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.855884529866841, 45.772559830000098 ] } }, +{ "type": "Feature", "properties": { "id": "43055", "nom": "Parc Tete d'Or - Verguin", "desserte": "27A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4799", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.855707106107194, 45.772617818020073 ] } }, +{ "type": "Feature", "properties": { "id": "43057", "nom": "Clinique du Parc", "desserte": "27A:A,27A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4801", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.860079214497815, 45.77287069794717 ] } }, +{ "type": "Feature", "properties": { "id": "43058", "nom": "Charpennes", "desserte": "27A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "240", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.862940194126396, 45.76990795499907 ] } }, +{ "type": "Feature", "properties": { "id": "43062", "nom": "Villeurbanne Centre", "desserte": "27A:A,27A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4803", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.877648260511343, 45.767820805969563 ] } }, +{ "type": "Feature", "properties": { "id": "43195", "nom": "La Tour de Salvagny Chambettes", "desserte": "86A:A,86A:R,S2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4815", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.704878707262292, 45.817060616684103 ] } }, +{ "type": "Feature", "properties": { "id": "117", "nom": "Baraillon", "desserte": "5A:R,72B:R,98A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "869", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.759943364126277, 45.764113230907356 ] } }, +{ "type": "Feature", "properties": { "id": "1465", "nom": "La Tuilerie", "desserte": "21A:A,GE4A:A,GE4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1785", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.781692512974219, 45.801778970757567 ] } }, +{ "type": "Feature", "properties": { "id": "1654", "nom": "Les Coquelicots", "desserte": "98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1948", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.748033296597669, 45.765548787679236 ] } }, +{ "type": "Feature", "properties": { "id": "1957", "nom": "Merlo", "desserte": "63A:A,63A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2173", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.787626371660786, 45.718957412603231 ] } }, +{ "type": "Feature", "properties": { "id": "2936", "nom": "Surville Route de Vienne", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2803", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.854407141040275, 45.718648670604139 ] } }, +{ "type": "Feature", "properties": { "id": "3207", "nom": "Zephyrs", "desserte": "28A:R,29A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5448", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.015731776685247, 45.728117668467576 ] } }, +{ "type": "Feature", "properties": { "id": "10340", "nom": "Maison de l'Aqueduc", "desserte": "14B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3391", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.778487904939388, 45.727311547856388 ] } }, +{ "type": "Feature", "properties": { "id": "10369", "nom": "Decines Acacias", "desserte": "79A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3407", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.948845073611201, 45.759273849917193 ] } }, +{ "type": "Feature", "properties": { "id": "10446", "nom": "Le Bouquis", "desserte": "3A:R,GE4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3439", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.754365579725302, 45.823603644424104 ] } }, +{ "type": "Feature", "properties": { "id": "10974", "nom": "Montee des Forts", "desserte": "S5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3557", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833474160314632, 45.793736121554105 ] } }, +{ "type": "Feature", "properties": { "id": "11713", "nom": "Boutasse - Camille Rousset", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "407", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.903885282381324, 45.734449879866979 ] } }, +{ "type": "Feature", "properties": { "id": "12007", "nom": "Grande Rue St Rambert", "desserte": "S10A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3185", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833926950246555, 45.799738863816707 ] } }, +{ "type": "Feature", "properties": { "id": "12235", "nom": "Theatre Eglise Notre Dame", "desserte": "46A:A,90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3723", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.794541269289942, 45.75842854032215 ] } }, +{ "type": "Feature", "properties": { "id": "12238", "nom": "Espace Baudelaire", "desserte": "C2A:A,C5A:A,ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.904995035086446, 45.818560916242667 ] } }, +{ "type": "Feature", "properties": { "id": "12239", "nom": "Espace Baudelaire", "desserte": "C2A:R,C5A:R,ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.90537848298356, 45.818777191454508 ] } }, +{ "type": "Feature", "properties": { "id": "12264", "nom": "Centre Social Sauvegarde", "desserte": "19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1047", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.790425822556483, 45.786385771412924 ] } }, +{ "type": "Feature", "properties": { "id": "30034", "nom": "Bron Aviation", "desserte": "52A:R,ZI7A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3268", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.930617465995018, 45.736535598265711 ] } }, +{ "type": "Feature", "properties": { "id": "40622", "nom": "Les Mesanges", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4006", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.797729328407303, 45.640265583092997 ] } }, +{ "type": "Feature", "properties": { "id": "42546", "nom": "Grange Blanche - Viala", "desserte": "C26A:A,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1507", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.88547377318044, 45.744068927677688 ] } }, +{ "type": "Feature", "properties": { "id": "42561", "nom": "Parc Tete d'Or - Stalingrad", "desserte": "70A:A,C26A:R,C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4745", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.860859618349706, 45.779505101101556 ] } }, +{ "type": "Feature", "properties": { "id": "42562", "nom": "Parc Tete d'Or - Stalingrad", "desserte": "70A:R,C26A:A,C2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4744", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.860214168775911, 45.779456598336367 ] } }, +{ "type": "Feature", "properties": { "id": "42614", "nom": "99 chemin du Charbonnier", "desserte": "ZI1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4751", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.909881652811634, 45.689224568679137 ] } }, +{ "type": "Feature", "properties": { "id": "42615", "nom": "99 chemin du Charbonnier", "desserte": "ZI1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4752", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.909960312310388, 45.689258769176881 ] } }, +{ "type": "Feature", "properties": { "id": "42751", "nom": "Piscine Loup Pendu", "desserte": "C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4772", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.887459871244666, 45.815453512438971 ] } }, +{ "type": "Feature", "properties": { "id": "42958", "nom": "Sathonay Mairie", "desserte": "33A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2631", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.874327741520451, 45.823624457929625 ] } }, +{ "type": "Feature", "properties": { "id": "43755", "nom": "Bd de Parilly", "desserte": "93A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4886", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.906529653722561, 45.715378453206554 ] } }, +{ "type": "Feature", "properties": { "id": "43917", "nom": "Hopital Feyzin Venissieux", "desserte": "C12A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "676", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.864942473470795, 45.68950878005483 ] } }, +{ "type": "Feature", "properties": { "id": "43920", "nom": "Saint Denis", "desserte": "S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4915", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.830332710797617, 45.779512023279679 ] } }, +{ "type": "Feature", "properties": { "id": "586", "nom": "Condorcet", "desserte": "C17A:A,C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "356", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.867106587352474, 45.778833434453006 ] } }, +{ "type": "Feature", "properties": { "id": "710", "nom": "Decomberousse", "desserte": "C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1305", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.915210954585349, 45.762733779444488 ] } }, +{ "type": "Feature", "properties": { "id": "962", "nom": "Francheville Bel Air", "desserte": "73A:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "708", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.756785207134827, 45.747396577133848 ] } }, +{ "type": "Feature", "properties": { "id": "1236", "nom": "Jamen Grand", "desserte": "33A:R,38A:R,S5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1600", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.840872168489828, 45.795128646792662 ] } }, +{ "type": "Feature", "properties": { "id": "1540", "nom": "Oullins Le Golf", "desserte": "63A:A,63A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1849", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.782641600267313, 45.720137325922302 ] } }, +{ "type": "Feature", "properties": { "id": "1619", "nom": "Les Balmones", "desserte": "21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1914", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.771721599988173, 45.829448657770989 ] } }, +{ "type": "Feature", "properties": { "id": "1643", "nom": "Les Chaux", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1940", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.752153772563105, 45.736081368142543 ] } }, +{ "type": "Feature", "properties": { "id": "1687", "nom": "Les Geraniums", "desserte": "60A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1977", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.862568489911067, 45.666591113913306 ] } }, +{ "type": "Feature", "properties": { "id": "10370", "nom": "Decines Acacias", "desserte": "79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3408", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.94867729670864, 45.758719655010665 ] } }, +{ "type": "Feature", "properties": { "id": "10976", "nom": "Place du Capot", "desserte": "S5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3347", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.836810499817648, 45.791834664922497 ] } }, +{ "type": "Feature", "properties": { "id": "11997", "nom": "Domer - Garibaldi", "desserte": "C7B:A,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3179", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.851568491455475, 45.747651174576433 ] } }, +{ "type": "Feature", "properties": { "id": "40623", "nom": "Flacheres", "desserte": "78B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4003", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.795301789935563, 45.641939063306374 ] } }, +{ "type": "Feature", "properties": { "id": "41056", "nom": "Cimetiere de St Genis", "desserte": "S9A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4628", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.787906891857231, 45.700436342534218 ] } }, +{ "type": "Feature", "properties": { "id": "42377", "nom": "Margnolles - Pasteur", "desserte": "C13A:R,S5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2147", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.838089490894643, 45.785442330771495 ] } }, +{ "type": "Feature", "properties": { "id": "42378", "nom": "Jean Monnet", "desserte": "S5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4727", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.841351331574765, 45.789546202496865 ] } }, +{ "type": "Feature", "properties": { "id": "42515", "nom": "Mairie de Sainte Foy", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2109", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.799074358669826, 45.735016522904772 ] } }, +{ "type": "Feature", "properties": { "id": "42516", "nom": "La Graviere de Beaunant", "desserte": "14B:R,C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1737", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.779629013381379, 45.733911400050566 ] } }, +{ "type": "Feature", "properties": { "id": "42547", "nom": "Hop.Desgenettes Vinatier", "desserte": "C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3724", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.894926389461493, 45.743947111356128 ] } }, +{ "type": "Feature", "properties": { "id": "42548", "nom": "Vaulx Picasso", "desserte": "57A:A,83A:A,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2916", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.915192211668701, 45.776460813961904 ] } }, +{ "type": "Feature", "properties": { "id": "42549", "nom": "Vaulx Picasso", "desserte": "57A:R,83A:R,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2914", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.91508752347645, 45.77656286373449 ] } }, +{ "type": "Feature", "properties": { "id": "42554", "nom": "Lycee de l'Automobile", "desserte": "25A:A,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3853", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.904697379515217, 45.751578947565335 ] } }, +{ "type": "Feature", "properties": { "id": "42557", "nom": "Tonkin", "desserte": "70A:A,C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2847", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861934139451706, 45.775480953584378 ] } }, +{ "type": "Feature", "properties": { "id": "42558", "nom": "Tonkin", "desserte": "70A:R,C2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2846", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861580160026126, 45.775248939408669 ] } }, +{ "type": "Feature", "properties": { "id": "42559", "nom": "Rossellini", "desserte": "70A:A,C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4742", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.862454137129129, 45.778694868437739 ] } }, +{ "type": "Feature", "properties": { "id": "42560", "nom": "Rossellini", "desserte": "70A:R,C2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4743", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.862429239067943, 45.778530884941766 ] } }, +{ "type": "Feature", "properties": { "id": "43120", "nom": "Montchat Place Ronde", "desserte": "C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "687", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.891801991746133, 45.75326843476244 ] } }, +{ "type": "Feature", "properties": { "id": "43934", "nom": "Hopital Croix-Rousse", "desserte": "33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1561", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.829238902685156, 45.779788339263924 ] } }, +{ "type": "Feature", "properties": { "id": "43936", "nom": "Vaulx-en-Velin Marcel Cachin", "desserte": "57A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4822", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.933067350722889, 45.784376059546773 ] } }, +{ "type": "Feature", "properties": { "id": "118", "nom": "Barbesi", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "870", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.864500700317042, 45.668131769169449 ] } }, +{ "type": "Feature", "properties": { "id": "166", "nom": "Bellecour Charite", "desserte": "35A:A,35A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "901", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.833235930650308, 45.755900450392836 ] } }, +{ "type": "Feature", "properties": { "id": "1000", "nom": "Garanjou", "desserte": "C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1454", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.816407270923217, 45.70519238882386 ] } }, +{ "type": "Feature", "properties": { "id": "1085", "nom": "Grandvaux", "desserte": "55A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1504", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.776656018395423, 45.771519092112179 ] } }, +{ "type": "Feature", "properties": { "id": "1265", "nom": "Joannes Carret", "desserte": "31A:R,43A:R,S10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1616", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.82034736650029, 45.792271910789431 ] } }, +{ "type": "Feature", "properties": { "id": "1512", "nom": "Laurent Bonnevay", "desserte": "448A:A,67A:A,67A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5164", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.909093734082594, 45.764755394098749 ] } }, +{ "type": "Feature", "properties": { "id": "2259", "nom": "Pensionnat", "desserte": "28A:R,29A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5439", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.016867559830656, 45.735868132954586 ] } }, +{ "type": "Feature", "properties": { "id": "2260", "nom": "Pensionnat", "desserte": "28A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5440", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.016790816924883, 45.736140020811959 ] } }, +{ "type": "Feature", "properties": { "id": "10739", "nom": "Grandclement", "desserte": "C26A:R,C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1501", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.890585977834675, 45.759759082031387 ] } }, +{ "type": "Feature", "properties": { "id": "12111", "nom": "Barolles Gendarmerie", "desserte": "17B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3228", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.786113443872677, 45.686686026208598 ] } }, +{ "type": "Feature", "properties": { "id": "30225", "nom": "Croix-Rousse", "desserte": "33A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "340", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.832173286996554, 45.774430476390485 ] } }, +{ "type": "Feature", "properties": { "id": "40846", "nom": "St Fons Sembat", "desserte": "60A:R,ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4239", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.849665578977585, 45.709924846032685 ] } }, +{ "type": "Feature", "properties": { "id": "42317", "nom": "Combattants", "desserte": "C7B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4719", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.814787104100875, 45.706587352787501 ] } }, +{ "type": "Feature", "properties": { "id": "42360", "nom": "MJC - Centre Choregraphique", "desserte": "C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4725", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.901572591142443, 45.813913286032509 ] } }, +{ "type": "Feature", "properties": { "id": "42394", "nom": "Plasson et Chaize", "desserte": "31A:A,31A:R,43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4729", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.818849215215999, 45.791008861470196 ] } }, +{ "type": "Feature", "properties": { "id": "42475", "nom": "Companet", "desserte": "C2A:R,ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4731", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.87683668283484, 45.811522735777146 ] } }, +{ "type": "Feature", "properties": { "id": "42477", "nom": "Caluire Chemin Petit", "desserte": "ZI4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1140", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861889012162721, 45.80389672877822 ] } }, +{ "type": "Feature", "properties": { "id": "42478", "nom": "Caluire Chemin Petit", "desserte": "ZI4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1142", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.862508575472634, 45.803924567095997 ] } }, +{ "type": "Feature", "properties": { "id": "42480", "nom": "Charles De Gaulle", "desserte": "33A:A,S8A:R,ZI4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1100", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.891836290746837, 45.816862542941408 ] } }, +{ "type": "Feature", "properties": { "id": "42496", "nom": "Chateau Sans Souci", "desserte": "6A:A,GE4A:A,GE4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4733", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.778317640948492, 45.808954188347649 ] } }, +{ "type": "Feature", "properties": { "id": "42499", "nom": "La Bruyere", "desserte": "6A:A,GE4A:A,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4736", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.771137112917906, 45.806661722309059 ] } }, +{ "type": "Feature", "properties": { "id": "42514", "nom": "Mairie de Sainte Foy", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2108", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.799059103805661, 45.734962851568945 ] } }, +{ "type": "Feature", "properties": { "id": "42959", "nom": "Sathonay Mairie", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2632", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.87384252346536, 45.823625241725487 ] } }, +{ "type": "Feature", "properties": { "id": "43295", "nom": "Bergeron", "desserte": "C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4826", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.721957371807388, 45.745800068461435 ] } }, +{ "type": "Feature", "properties": { "id": "43302", "nom": "Parilly Universite Hippodrome", "desserte": "52A:A,52A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4819", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.914913989962647, 45.722099142538525 ] } }, +{ "type": "Feature", "properties": { "id": "43303", "nom": "Bron Droits de l'Homme", "desserte": "52A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3059", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.931258915507325, 45.734054362801274 ] } }, +{ "type": "Feature", "properties": { "id": "2", "nom": "24 Aout", "desserte": "87A:R,ZI1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "791", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.90941871978548, 45.682889184636451 ] } }, +{ "type": "Feature", "properties": { "id": "91", "nom": "Austerlitz", "desserte": "S6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "855", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.835106647289287, 45.775292370227127 ] } }, +{ "type": "Feature", "properties": { "id": "195", "nom": "Bernard Vallot", "desserte": "24A:A,C15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "927", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.893121280828456, 45.73378648223742 ] } }, +{ "type": "Feature", "properties": { "id": "196", "nom": "Bernard Vallot", "desserte": "24A:R,C15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "926", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.893773939827708, 45.733447563031156 ] } }, +{ "type": "Feature", "properties": { "id": "825", "nom": "Ecole de Sante", "desserte": "26A:A,26A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1367", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.924847439979155, 45.728099430683407 ] } }, +{ "type": "Feature", "properties": { "id": "976", "nom": "Francis Poulenc", "desserte": "68B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1438", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.961336186216568, 45.746956352967359 ] } }, +{ "type": "Feature", "properties": { "id": "1001", "nom": "Garanteze", "desserte": "15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1455", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.825552848296098, 45.678445538992847 ] } }, +{ "type": "Feature", "properties": { "id": "1007", "nom": "Archives Departementales", "desserte": "C11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1460", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.862700005612496, 45.754035125058209 ] } }, +{ "type": "Feature", "properties": { "id": "1044", "nom": "Genevrey", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1481", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.880407294476305, 45.820812423685595 ] } }, +{ "type": "Feature", "properties": { "id": "1471", "nom": "La Vigie", "desserte": "90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1794", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.810083587075312, 45.765765098458481 ] } }, +{ "type": "Feature", "properties": { "id": "2579", "nom": "Republique - Reaux", "desserte": "28A:R,R4B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5441", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.006860918881103, 45.730192471758066 ] } }, +{ "type": "Feature", "properties": { "id": "3184", "nom": "Z.I. Lionel Terray", "desserte": "ZI2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2991", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.01947967964266, 45.771516162475237 ] } }, +{ "type": "Feature", "properties": { "id": "3400", "nom": "Montee Castellane", "desserte": "S8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3034", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.898751433041661, 45.808621764986036 ] } }, +{ "type": "Feature", "properties": { "id": "10218", "nom": "Andre Lassagne", "desserte": "33A:A,77A:A,9A:A,S5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3331", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.853697359003442, 45.805436512611834 ] } }, +{ "type": "Feature", "properties": { "id": "10475", "nom": "Girondins - Yves Farge", "desserte": "C22A:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3453", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.830699946295259, 45.739385724437071 ] } }, +{ "type": "Feature", "properties": { "id": "11038", "nom": "Boris Vian", "desserte": "50A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3586", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.962858060355773, 45.696952869134904 ] } }, +{ "type": "Feature", "properties": { "id": "11335", "nom": "Berliet Porte E", "desserte": "54A:A,62A:A,87A:A,93A:A,ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3658", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.891704515080679, 45.704375460063709 ] } }, +{ "type": "Feature", "properties": { "id": "11998", "nom": "Domer - Garibaldi", "desserte": "C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3180", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.850010281162948, 45.747596065917534 ] } }, +{ "type": "Feature", "properties": { "id": "12105", "nom": "Oullins Mairie", "desserte": "63A:A,78B:A,C10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2334", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.807208532468234, 45.714636542542237 ] } }, +{ "type": "Feature", "properties": { "id": "30228", "nom": "Decines Esplanade", "desserte": "79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3101", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.97407791525436, 45.772438524037348 ] } }, +{ "type": "Feature", "properties": { "id": "31402", "nom": "Cazeneuve - Berthelot", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3848", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.865838961861601, 45.737843192381177 ] } }, +{ "type": "Feature", "properties": { "id": "31482", "nom": "Les Oiseaux", "desserte": "15A:A,15A:R,18B:A,18B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2021", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.802856600713527, 45.640431852122575 ] } }, +{ "type": "Feature", "properties": { "id": "42319", "nom": "Emile Zola", "desserte": "C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4720", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.819074325792845, 45.705079385265257 ] } }, +{ "type": "Feature", "properties": { "id": "42361", "nom": "MJC - Centre Choregraphique", "desserte": "C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4724", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.901094433774977, 45.81414923423614 ] } }, +{ "type": "Feature", "properties": { "id": "44018", "nom": "Tonkin", "desserte": "C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2848", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.864751502469759, 45.77909350742101 ] } }, +{ "type": "Feature", "properties": { "id": "44618", "nom": "Charbonnieres Les Verrieres", "desserte": "5A:A,5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4813", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.74425168882798, 45.789338253957901 ] } }, +{ "type": "Feature", "properties": { "id": "44799", "nom": "Porcher", "desserte": "S10A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4933", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.837247929249567, 45.802302352527192 ] } }, +{ "type": "Feature", "properties": { "id": "51", "nom": "Alsace", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "821", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.86887175526848, 45.764085522775638 ] } }, +{ "type": "Feature", "properties": { "id": "92", "nom": "Avenue de l'Industrie", "desserte": "76A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "857", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.922312026617804, 45.68042320773948 ] } }, +{ "type": "Feature", "properties": { "id": "122", "nom": "Bas des Chassagnes", "desserte": "17B:A,63A:A,C10A:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "873", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.811029436486279, 45.720929561251609 ] } }, +{ "type": "Feature", "properties": { "id": "198", "nom": "Berthaudiere", "desserte": "67A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "929", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.969058110048704, 45.775598874248153 ] } }, +{ "type": "Feature", "properties": { "id": "578", "nom": "Colin", "desserte": "37A:A,69A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1224", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.874449800255841, 45.776552415283682 ] } }, +{ "type": "Feature", "properties": { "id": "918", "nom": "Feyzin Les Razes", "desserte": "60A:A,60A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1415", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.849288497467978, 45.66620155988344 ] } }, +{ "type": "Feature", "properties": { "id": "1139", "nom": "Hauteclair", "desserte": "S9A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1537", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.789681085218659, 45.69239565922711 ] } }, +{ "type": "Feature", "properties": { "id": "1266", "nom": "Joannes Masset", "desserte": "19A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1619", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.800852584972841, 45.769568503541478 ] } }, +{ "type": "Feature", "properties": { "id": "1572", "nom": "Le Rontey", "desserte": "85A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1881", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.00537505687661, 45.781457143746273 ] } }, +{ "type": "Feature", "properties": { "id": "3411", "nom": "Z.I. Rillieux Mercieres", "desserte": "ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3044", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.87829506355242, 45.81522533654099 ] } }, +{ "type": "Feature", "properties": { "id": "3496", "nom": "Langevin - Blanqui", "desserte": "93A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3075", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.875774868369706, 45.700767676233333 ] } }, +{ "type": "Feature", "properties": { "id": "10300", "nom": "Mas du Taureau", "desserte": "52A:A,C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2166", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.911284987664556, 45.785192485599929 ] } }, +{ "type": "Feature", "properties": { "id": "10427", "nom": "Croix-Rousse Deleuvre", "desserte": "C18A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3420", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.825283664042389, 45.783638544287754 ] } }, +{ "type": "Feature", "properties": { "id": "10448", "nom": "Les Marsaults", "desserte": "3A:R,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3441", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.757498964158331, 45.823131151576895 ] } }, +{ "type": "Feature", "properties": { "id": "10891", "nom": "Cours Aristide Briand", "desserte": "9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1239", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.843964048524107, 45.782790992871931 ] } }, +{ "type": "Feature", "properties": { "id": "11728", "nom": "Decines Esplanade", "desserte": "323A:R,57A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3100", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.974626537131096, 45.7723446226859 ] } }, +{ "type": "Feature", "properties": { "id": "12000", "nom": "Beaunant", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3181", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.777943945030012, 45.728376494553025 ] } }, +{ "type": "Feature", "properties": { "id": "12126", "nom": "Porte de Lyon", "desserte": "118A:R,61A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2476", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.763630585164895, 45.821644978463709 ] } }, +{ "type": "Feature", "properties": { "id": "30390", "nom": "Duchere Les Erables", "desserte": "66A:A,C14A:A,S11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3785", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.793872026467774, 45.782601990513129 ] } }, +{ "type": "Feature", "properties": { "id": "31502", "nom": "Point du Jour", "desserte": "45A:A,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2461", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.79677405610011, 45.756597425201271 ] } }, +{ "type": "Feature", "properties": { "id": "32105", "nom": "Quai Claude Bernard", "desserte": "T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "468", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.83521295914954, 45.749648002736933 ] } }, +{ "type": "Feature", "properties": { "id": "32110", "nom": "Guillotière - Gabriel Péri", "desserte": "T1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "95", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.842549812177606, 45.75489757670541 ] } }, +{ "type": "Feature", "properties": { "id": "45402", "nom": "Thurins Mairie", "desserte": "11B:A,11B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4947", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.6406501779263, 45.682983256498083 ] } }, +{ "type": "Feature", "properties": { "id": "45420", "nom": "Joanna", "desserte": "11B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4952", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.691265495336918, 45.71653903495428 ] } }, +{ "type": "Feature", "properties": { "id": "46033", "nom": "Stade de Gerland", "desserte": "302A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "311", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.831337682020671, 45.727364050309333 ] } }, +{ "type": "Feature", "properties": { "id": "46058", "nom": "Flachet", "desserte": "301A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "49", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.890050658958257, 45.767620447582352 ] } }, +{ "type": "Feature", "properties": { "id": "183", "nom": "Benoit Bernard", "desserte": "35A:A,C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "917", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.852192942250558, 45.738248922575551 ] } }, +{ "type": "Feature", "properties": { "id": "351", "nom": "Carrefour Liberation", "desserte": "5A:R,73A:R,C21A:A,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1035", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.7753121443416, 45.75861389278456 ] } }, +{ "type": "Feature", "properties": { "id": "603", "nom": "Cordeliers", "desserte": "171:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "28", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.838178112171089, 45.764764603905505 ] } }, +{ "type": "Feature", "properties": { "id": "641", "nom": "Croix des Rameaux", "desserte": "22A:A,23A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1259", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.79663372556169, 45.815872570270685 ] } }, +{ "type": "Feature", "properties": { "id": "688", "nom": "De Gaulle - Pont SNCF", "desserte": "73A:R,C21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1288", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.770753942672788, 45.75469840043808 ] } }, +{ "type": "Feature", "properties": { "id": "693", "nom": "Debrousse", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1290", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.812658687050715, 45.748399242364599 ] } }, +{ "type": "Feature", "properties": { "id": "778", "nom": "Duchere Piscine", "desserte": "66A:A,C14A:A,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1339", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.799843346217369, 45.787529787821583 ] } }, +{ "type": "Feature", "properties": { "id": "853", "nom": "Entree de Decines", "desserte": "67A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1395", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.934557157331896, 45.767436702568794 ] } }, +{ "type": "Feature", "properties": { "id": "877", "nom": "Etoile d'Alai", "desserte": "73A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1397", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.769140352440663, 45.753392239671889 ] } }, +{ "type": "Feature", "properties": { "id": "919", "nom": "Filature", "desserte": "69A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1418", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.884539769185354, 45.77776414904649 ] } }, +{ "type": "Feature", "properties": { "id": "1087", "nom": "Grange Blanche", "desserte": "24A:A,24A:R,C8A:A,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "79", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.878844618278547, 45.742779073753567 ] } }, +{ "type": "Feature", "properties": { "id": "1472", "nom": "La Vigie", "desserte": "90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1793", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.809915031124079, 45.766020842209095 ] } }, +{ "type": "Feature", "properties": { "id": "1848", "nom": "Maçonniere", "desserte": "15A:A,15A:R,18B:A,18B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2107", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.80417573849998, 45.647828612917635 ] } }, +{ "type": "Feature", "properties": { "id": "2941", "nom": "Tache Velin", "desserte": "35A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2808", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.871419423157207, 45.716105277120725 ] } }, +{ "type": "Feature", "properties": { "id": "3017", "nom": "UFR Lyon-Sud", "desserte": "88B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2871", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.809320327777345, 45.705006810324726 ] } }, +{ "type": "Feature", "properties": { "id": "3508", "nom": "St Irenee - Croix Blanche", "desserte": "46A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3071", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.809086467406506, 45.755597834703742 ] } }, +{ "type": "Feature", "properties": { "id": "10385", "nom": "Choulans - Tourelles", "desserte": "448A:A,46A:R,49A:R,55A:R,C19A:R,C20A:R,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3415", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.818862154337854, 45.752816783887567 ] } }, +{ "type": "Feature", "properties": { "id": "10449", "nom": "Dardilly Le Jubin", "desserte": "3A:A,3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3443", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.761354220103171, 45.81771945578916 ] } }, +{ "type": "Feature", "properties": { "id": "10478", "nom": "Sept Chemins", "desserte": "79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2652", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.932538686623068, 45.744835563734277 ] } }, +{ "type": "Feature", "properties": { "id": "10601", "nom": "Chalinel", "desserte": "2A:R,S10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3495", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.824884036465376, 45.800612901590853 ] } }, +{ "type": "Feature", "properties": { "id": "10895", "nom": "Petit Versailles", "desserte": "9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2405", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.853789786858046, 45.788341006626347 ] } }, +{ "type": "Feature", "properties": { "id": "10919", "nom": "Les Lilas", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3546", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.83075145184682, 45.892811283813963 ] } }, +{ "type": "Feature", "properties": { "id": "11927", "nom": "Provinces - Chavril", "desserte": "17B:A,49A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3164", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.800057110563529, 45.747497381638517 ] } }, +{ "type": "Feature", "properties": { "id": "43557", "nom": "Les Meurieres", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2004", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.949105237438064, 45.680810205313065 ] } }, +{ "type": "Feature", "properties": { "id": "43638", "nom": "Croix Rouge", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4869", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.786292969298368, 45.701695735236569 ] } }, +{ "type": "Feature", "properties": { "id": "45423", "nom": "Parc d'activites des Lats", "desserte": "11B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4954", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.687358647076986, 45.701472969034164 ] } }, +{ "type": "Feature", "properties": { "id": "45805", "nom": "Lortet", "desserte": "C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3148", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.840071147145887, 45.742210462039466 ] } }, +{ "type": "Feature", "properties": { "id": "624", "nom": "Craponne Centre", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1245", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.723849104348762, 45.747325980977209 ] } }, +{ "type": "Feature", "properties": { "id": "886", "nom": "Evellier", "desserte": "C24B:A,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1398", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.694659528510631, 45.748987093916135 ] } }, +{ "type": "Feature", "properties": { "id": "1039", "nom": "Genay Madone", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1472", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.835301794663826, 45.895986002982234 ] } }, +{ "type": "Feature", "properties": { "id": "1484", "nom": "Garibaldi - Lafayette", "desserte": "448A:A,C13A:R,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1809", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.853828667795389, 45.763613693653141 ] } }, +{ "type": "Feature", "properties": { "id": "1636", "nom": "Fort de Vaise – Les Carriers", "desserte": "90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1934", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.80918709775821, 45.770141373211999 ] } }, +{ "type": "Feature", "properties": { "id": "1862", "nom": "Mairie de Villeurbanne", "desserte": "69A:R,C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2110", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.880237230536955, 45.766510998570197 ] } }, +{ "type": "Feature", "properties": { "id": "2948", "nom": "Tassin Combattants", "desserte": "86A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2811", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.75835067217194, 45.769125102121578 ] } }, +{ "type": "Feature", "properties": { "id": "10200", "nom": "Residence E.Charret", "desserte": "33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3326", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.829226566291483, 45.781786873924197 ] } }, +{ "type": "Feature", "properties": { "id": "10346", "nom": "Halle Tony Garnier", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "782", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.82419201736972, 45.731348163747903 ] } }, +{ "type": "Feature", "properties": { "id": "10483", "nom": "Vaulx-en-Velin La Grappiniere", "desserte": "37A:R,7A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3454", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.912088699683963, 45.788342580025891 ] } }, +{ "type": "Feature", "properties": { "id": "10689", "nom": "St Nizier", "desserte": "S1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3517", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.834279070964085, 45.764716392385502 ] } }, +{ "type": "Feature", "properties": { "id": "10728", "nom": "Parc de Lacroix-Laval", "desserte": "98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2349", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.71728705174609, 45.78464753767058 ] } }, +{ "type": "Feature", "properties": { "id": "10896", "nom": "Les Eaux", "desserte": "9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1958", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.857292856953533, 45.79009870542648 ] } }, +{ "type": "Feature", "properties": { "id": "10897", "nom": "Les Eaux", "desserte": "9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1959", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.85805796577127, 45.789667473465379 ] } }, +{ "type": "Feature", "properties": { "id": "11279", "nom": "1ere D.F.L.", "desserte": "46A:A,49A:A,C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3472", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.814218288479827, 45.751056152455952 ] } }, +{ "type": "Feature", "properties": { "id": "12018", "nom": "Schonberg", "desserte": "S10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3191", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.827057114645643, 45.799504317899867 ] } }, +{ "type": "Feature", "properties": { "id": "12127", "nom": "Maison Carree", "desserte": "61A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3230", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.761825138330319, 45.824892088241981 ] } }, +{ "type": "Feature", "properties": { "id": "30541", "nom": "Trion", "desserte": "66A:R,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2861", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.814261816048562, 45.757734002356173 ] } }, +{ "type": "Feature", "properties": { "id": "32111", "nom": "Guillotière - Gabriel Péri", "desserte": "T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "93", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.842440904729352, 45.754934392387348 ] } }, +{ "type": "Feature", "properties": { "id": "32153", "nom": "Bachut - Mairie du 8ème", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "395", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.868234847900658, 45.736882202939427 ] } }, +{ "type": "Feature", "properties": { "id": "32245", "nom": "Leclerc - Nadaud", "desserte": "C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3873", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.831459622020523, 45.744517488198056 ] } }, +{ "type": "Feature", "properties": { "id": "39337", "nom": "Billon", "desserte": "15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4534", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.820834191935378, 45.666065699325991 ] } }, +{ "type": "Feature", "properties": { "id": "43637", "nom": "Beauregard", "desserte": "S9A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4868", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.789095421565825, 45.696260897624214 ] } }, +{ "type": "Feature", "properties": { "id": "45432", "nom": "La Valotte", "desserte": "11B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4964", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.658361435521091, 45.679107689840173 ] } }, +{ "type": "Feature", "properties": { "id": "46124", "nom": "Gare d'Oullins", "desserte": "88B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6209", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.81501138934332, 45.716309820218939 ] } }, +{ "type": "Feature", "properties": { "id": "46138", "nom": "Roux Rivoire", "desserte": "80A:A,80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5124", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.797141373938948, 45.610752679145946 ] } }, +{ "type": "Feature", "properties": { "id": "46139", "nom": "Grigny Jean Moulin", "desserte": "80A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5127", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.790594320714621, 45.60661070773326 ] } }, +{ "type": "Feature", "properties": { "id": "611", "nom": "Cote Berthaud", "desserte": "18B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1237", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.828929703567308, 45.671628682819403 ] } }, +{ "type": "Feature", "properties": { "id": "887", "nom": "Falsan", "desserte": "31A:A,S10A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1400", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.834631572643572, 45.80448484932576 ] } }, +{ "type": "Feature", "properties": { "id": "988", "nom": "Gabriel Rosset", "desserte": "C22A:R,ZI6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1447", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.841704431404255, 45.729797419317329 ] } }, +{ "type": "Feature", "properties": { "id": "1131", "nom": "Guimet", "desserte": "40A:A,70A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1529", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.839616553700796, 45.8551861222589 ] } }, +{ "type": "Feature", "properties": { "id": "1141", "nom": "Hauteroche Centre", "desserte": "17B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1539", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.827735218484984, 45.699729746231057 ] } }, +{ "type": "Feature", "properties": { "id": "1155", "nom": "Henri Gorjus", "desserte": "2A:A,C18A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1546", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.823776048345358, 45.77960341800641 ] } }, +{ "type": "Feature", "properties": { "id": "1269", "nom": "Joliot Curie", "desserte": "C21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1622", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.78845624895794, 45.754907199613669 ] } }, +{ "type": "Feature", "properties": { "id": "1531", "nom": "Le Chene Rond", "desserte": "86A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1844", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.741405521253569, 45.79515979152989 ] } }, +{ "type": "Feature", "properties": { "id": "2993", "nom": "Tonkin", "desserte": "69A:A,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2845", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.865104375704993, 45.778374460600311 ] } }, +{ "type": "Feature", "properties": { "id": "3085", "nom": "Vaulx Thibaude", "desserte": "52A:R,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2924", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.929496556858053, 45.778499523216013 ] } }, +{ "type": "Feature", "properties": { "id": "3513", "nom": "Gymnase Alain Colas", "desserte": "39A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3082", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.875207754588618, 45.688466726584501 ] } }, +{ "type": "Feature", "properties": { "id": "10148", "nom": "Bron Hôtel de Ville", "desserte": "24A:R,79A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "458", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.90838900014898, 45.733176579379212 ] } }, +{ "type": "Feature", "properties": { "id": "10487", "nom": "Cachin - De Gaulle", "desserte": "57A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3460", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.940899146950401, 45.783213584131495 ] } }, +{ "type": "Feature", "properties": { "id": "10488", "nom": "Pont de Decines", "desserte": "57A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3461", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.949884282230905, 45.77790098733437 ] } }, +{ "type": "Feature", "properties": { "id": "10903", "nom": "Leclerc - Girondins", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3534", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.826745772361463, 45.740067604466709 ] } }, +{ "type": "Feature", "properties": { "id": "10913", "nom": "Z.I. Thimonnier", "desserte": "43A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3539", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.821735573281579, 45.8882032736499 ] } }, +{ "type": "Feature", "properties": { "id": "10954", "nom": "Place des Tapis", "desserte": "2A:A,33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3553", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.830388725413805, 45.775073200268267 ] } }, +{ "type": "Feature", "properties": { "id": "11360", "nom": "Jean Jacques Rousseau", "desserte": "62A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3665", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.942212448234044, 45.700152944833114 ] } }, +{ "type": "Feature", "properties": { "id": "12163", "nom": "Les Bles d'Or", "desserte": "87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3240", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.94527108313965, 45.667370159730417 ] } }, +{ "type": "Feature", "properties": { "id": "32296", "nom": "Marne - Montferrat", "desserte": "24A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3876", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.916932068138459, 45.739929575299762 ] } }, +{ "type": "Feature", "properties": { "id": "32302", "nom": "Bel Air - Les Brosses", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "554", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.909932610941341, 45.758219134240584 ] } }, +{ "type": "Feature", "properties": { "id": "33212", "nom": "St Priest Hôtel de Ville", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "442", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.936856950119291, 45.695093073173823 ] } }, +{ "type": "Feature", "properties": { "id": "33213", "nom": "Esplanade des Arts", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "431", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.940622164244387, 45.694453276034096 ] } }, +{ "type": "Feature", "properties": { "id": "33264", "nom": "Vieux Lyon", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "218", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.826539572086002, 45.760128223905106 ] } }, +{ "type": "Feature", "properties": { "id": "33469", "nom": "Vaulx HDV Campus", "desserte": "C3A:A,C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2900", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.919988935187883, 45.776567250176583 ] } }, +{ "type": "Feature", "properties": { "id": "41057", "nom": "Putet", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4630", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.785778928699162, 45.704002198970358 ] } }, +{ "type": "Feature", "properties": { "id": "45833", "nom": "Rue de Sete", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4571", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.841491622156411, 45.713258070753909 ] } }, +{ "type": "Feature", "properties": { "id": "46169", "nom": "Garibaldi Paul Bert", "desserte": "C25B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5135", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.852593241658708, 45.756808102573338 ] } }, +{ "type": "Feature", "properties": { "id": "46170", "nom": "Part-Dieu - Servient", "desserte": "C25B:A,C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "428", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.852214214635634, 45.760322124380302 ] } }, +{ "type": "Feature", "properties": { "id": "52", "nom": "Alsace", "desserte": "27A:A,448A:A,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "822", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.870372443689232, 45.763718617285129 ] } }, +{ "type": "Feature", "properties": { "id": "123", "nom": "Bas des Chassagnes", "desserte": "17B:R,63A:R,C10A:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "874", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.81101982680129, 45.720472700471568 ] } }, +{ "type": "Feature", "properties": { "id": "808", "nom": "Duquesne - Foch", "desserte": "C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1356", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.842685177776138, 45.772513143802406 ] } }, +{ "type": "Feature", "properties": { "id": "840", "nom": "Ecully Le Trouillat", "desserte": "3A:R,55A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1378", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.774397772429782, 45.775996623854788 ] } }, +{ "type": "Feature", "properties": { "id": "920", "nom": "Filature", "desserte": "69A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1417", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.884537269658559, 45.77771019759458 ] } }, +{ "type": "Feature", "properties": { "id": "977", "nom": "Francis Poulenc", "desserte": "68B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1437", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.962321696125084, 45.747131339973578 ] } }, +{ "type": "Feature", "properties": { "id": "1166", "nom": "Hippodrome Loup Pendu", "desserte": "ZI4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1552", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.885382705761698, 45.815109804103244 ] } }, +{ "type": "Feature", "properties": { "id": "1555", "nom": "Le Pelet", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1867", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.794661343498504, 45.655202518187515 ] } }, +{ "type": "Feature", "properties": { "id": "1637", "nom": "Fort de Vaise – Les Carriers", "desserte": "90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1933", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.809375143364171, 45.77035316848815 ] } }, +{ "type": "Feature", "properties": { "id": "1805", "nom": "Longefer", "desserte": "24A:R,C22A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2080", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.881756099531395, 45.74012971114346 ] } }, +{ "type": "Feature", "properties": { "id": "2994", "nom": "Tourvielle", "desserte": "45A:A,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2849", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.795589280270534, 45.754256113347999 ] } }, +{ "type": "Feature", "properties": { "id": "3131", "nom": "Alfred de Vigny", "desserte": "62A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "444", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.93675564040264, 45.699397442962088 ] } }, +{ "type": "Feature", "properties": { "id": "10435", "nom": "Piscine de Vaise", "desserte": "19A:A,3A:A,66A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3425", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.796806759700158, 45.770845362772924 ] } }, +{ "type": "Feature", "properties": { "id": "10489", "nom": "Pont de Decines", "desserte": "57A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3462", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.950262954550169, 45.777748150136595 ] } }, +{ "type": "Feature", "properties": { "id": "10691", "nom": "Terreaux", "desserte": "S1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2829", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.832921305101115, 45.766537821857725 ] } }, +{ "type": "Feature", "properties": { "id": "12180", "nom": "Place de Paris", "desserte": "2A:A,31A:A,448A:A,C14A:A,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3247", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.803589849734254, 45.779841638641287 ] } }, +{ "type": "Feature", "properties": { "id": "30048", "nom": "Le Morlet", "desserte": "83A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6313", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.93578930694839, 45.801677150553779 ] } }, +{ "type": "Feature", "properties": { "id": "30049", "nom": "Le Morlet", "desserte": "83A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6314", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.935953034246295, 45.801601350388601 ] } }, +{ "type": "Feature", "properties": { "id": "30542", "nom": "St Rambert Les Rivieres", "desserte": "S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2770", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.8367275589714, 45.807840697045506 ] } }, +{ "type": "Feature", "properties": { "id": "33767", "nom": "Perrache", "desserte": "60A:A,60A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "168", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.827136763445613, 45.749276079034601 ] } }, +{ "type": "Feature", "properties": { "id": "34231", "nom": "La Vernique", "desserte": "5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1791", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.782739242679796, 45.77324094114536 ] } }, +{ "type": "Feature", "properties": { "id": "34434", "nom": "Esplanade des Arts", "desserte": "62A:R,C25B:A,ZI8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "435", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.941143010359984, 45.694110732405868 ] } }, +{ "type": "Feature", "properties": { "id": "35256", "nom": "BioMerieux", "desserte": "98A:A,GE6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4011", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.708483018061756, 45.780190316857016 ] } }, +{ "type": "Feature", "properties": { "id": "35534", "nom": "La Ferriere", "desserte": "97A:A,97A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4039", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.868557026533779, 45.88189351861763 ] } }, +{ "type": "Feature", "properties": { "id": "35934", "nom": "Place Ambroise Courtois", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4054", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.870684997503943, 45.743980749217066 ] } }, +{ "type": "Feature", "properties": { "id": "36094", "nom": "Décines Grand Large", "desserte": "16A:A,57A:A,76A:A,79A:A,85A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "583", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.97573067797058, 45.77471313629826 ] } }, +{ "type": "Feature", "properties": { "id": "36145", "nom": "Grenoble", "desserte": "67A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4080", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.009172392167411, 45.760851654247389 ] } }, +{ "type": "Feature", "properties": { "id": "46173", "nom": "Lardillet", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1824", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.791149441982155, 45.686638890047661 ] } }, +{ "type": "Feature", "properties": { "id": "73", "nom": "Aqueducs de Beaunant", "desserte": "11B:R,12B:R,14B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "842", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.779962332848506, 45.724336141861244 ] } }, +{ "type": "Feature", "properties": { "id": "657", "nom": "Curis la Planche", "desserte": "84A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1268", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.821605986354629, 45.871670810935086 ] } }, +{ "type": "Feature", "properties": { "id": "1122", "nom": "Saxe - Préfecture", "desserte": "C9A:A,C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "421", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.845211759352695, 45.760224079826259 ] } }, +{ "type": "Feature", "properties": { "id": "1135", "nom": "Hameau du Puy d'Or", "desserte": "21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1534", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.775217592480991, 45.819732744939685 ] } }, +{ "type": "Feature", "properties": { "id": "1638", "nom": "Les Cedres", "desserte": "68B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1935", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.955440895150731, 45.740333851655642 ] } }, +{ "type": "Feature", "properties": { "id": "2580", "nom": "Republique - Reaux", "desserte": "28A:A,R4B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5442", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.007551160471777, 45.730113033446507 ] } }, +{ "type": "Feature", "properties": { "id": "2995", "nom": "Tourvielle", "desserte": "45A:R,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2850", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.795918043350118, 45.754131897504116 ] } }, +{ "type": "Feature", "properties": { "id": "3087", "nom": "Velten", "desserte": "31A:A,43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2925", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833522268269477, 45.799045764662019 ] } }, +{ "type": "Feature", "properties": { "id": "3413", "nom": "Z.I. Rillieux Hippodrome", "desserte": "ZI4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3048", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.880788260089342, 45.815970040643982 ] } }, +{ "type": "Feature", "properties": { "id": "10386", "nom": "Vieux Lyon", "desserte": "31A:A,448A:A,C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "216", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.82771398229793, 45.759470560399926 ] } }, +{ "type": "Feature", "properties": { "id": "10653", "nom": "Place Burignat", "desserte": "85A:R,95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3506", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.00044383450216, 45.766775194765394 ] } }, +{ "type": "Feature", "properties": { "id": "10844", "nom": "Craponne Val d'Yzeron", "desserte": "C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "715", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.71610159173941, 45.737922715117207 ] } }, +{ "type": "Feature", "properties": { "id": "36207", "nom": "Grigny Bel Air", "desserte": "80A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4102", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.786141134459656, 45.609628568496305 ] } }, +{ "type": "Feature", "properties": { "id": "36246", "nom": "Givors Leclerc", "desserte": "78B:A,80A:A,81A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4145", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.771004132463338, 45.588032728535225 ] } }, +{ "type": "Feature", "properties": { "id": "36266", "nom": "Gare de Grigny Le Sablon", "desserte": "80A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4163", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.794430861265934, 45.608303762315025 ] } }, +{ "type": "Feature", "properties": { "id": "36458", "nom": "Le Jayon", "desserte": "80A:A,80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5410", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.781207095006769, 45.604785961500617 ] } }, +{ "type": "Feature", "properties": { "id": "36876", "nom": "Corbas Chateau d'Eau", "desserte": "87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4235", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.905121493481462, 45.685472105202507 ] } }, +{ "type": "Feature", "properties": { "id": "41976", "nom": "Parc de Parilly", "desserte": "39A:A,39A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4672", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.892442753188429, 45.723603434474981 ] } }, +{ "type": "Feature", "properties": { "id": "41978", "nom": "Clos Verger", "desserte": "39A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4674", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.892548696526679, 45.718965342558214 ] } }, +{ "type": "Feature", "properties": { "id": "41980", "nom": "Anatole France", "desserte": "39A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "829", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.893857386101696, 45.721410882192885 ] } }, +{ "type": "Feature", "properties": { "id": "41994", "nom": "Cuire", "desserte": "33A:A,38A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "44", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.833687111363294, 45.785932927664192 ] } }, +{ "type": "Feature", "properties": { "id": "42102", "nom": "Pagere Vivaldi", "desserte": "24A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4699", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.915621214463668, 45.746521750023817 ] } }, +{ "type": "Feature", "properties": { "id": "42114", "nom": "Augagneur Servient", "desserte": "C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4701", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.840945704600899, 45.759734247273741 ] } }, +{ "type": "Feature", "properties": { "id": "42115", "nom": "Eiffel", "desserte": "ZI2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4702", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.029273057244557, 45.781850093892558 ] } }, +{ "type": "Feature", "properties": { "id": "42296", "nom": "Crepet", "desserte": "C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4714", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.832798374211156, 45.739986341793703 ] } }, +{ "type": "Feature", "properties": { "id": "42297", "nom": "Crepet", "desserte": "C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4715", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.833414315208221, 45.739684333788894 ] } }, +{ "type": "Feature", "properties": { "id": "43816", "nom": "St Fons 4 Chemins", "desserte": "60A:R,93A:R,C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2704", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.856090138968882, 45.708250527234618 ] } }, +{ "type": "Feature", "properties": { "id": "43847", "nom": "Chemin de Crecy", "desserte": "23A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4895", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.804100548326909, 45.800974007910789 ] } }, +{ "type": "Feature", "properties": { "id": "46029", "nom": "Jean Macé", "desserte": "302A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "300", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.842361161084219, 45.746200884656417 ] } }, +{ "type": "Feature", "properties": { "id": "506", "nom": "Cimetiere de Cusset", "desserte": "448A:A,67A:A,83A:R,C15A:R,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1155", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.911667728451899, 45.762320014278266 ] } }, +{ "type": "Feature", "properties": { "id": "579", "nom": "Colin", "desserte": "37A:R,69A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1223", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.874402962530857, 45.776652488357179 ] } }, +{ "type": "Feature", "properties": { "id": "580", "nom": "Colin", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1222", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.874070509400296, 45.776696006329573 ] } }, +{ "type": "Feature", "properties": { "id": "612", "nom": "Cote Berthaud", "desserte": "18B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1238", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.829311620160037, 45.672124252856648 ] } }, +{ "type": "Feature", "properties": { "id": "810", "nom": "Duroc", "desserte": "448A:A,C13A:A,C18A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1358", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.817712180555431, 45.769086154723034 ] } }, +{ "type": "Feature", "properties": { "id": "828", "nom": "Ecole Veterinaire", "desserte": "98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1369", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.708517463671036, 45.790116529884877 ] } }, +{ "type": "Feature", "properties": { "id": "902", "nom": "Felix Faure - Vivier Merle", "desserte": "C11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "768", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858759526439687, 45.753628661818283 ] } }, +{ "type": "Feature", "properties": { "id": "980", "nom": "Frere Benoit", "desserte": "45A:R,55A:A,90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1439", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.795024020345261, 45.763764584395844 ] } }, +{ "type": "Feature", "properties": { "id": "1022", "nom": "Genas - Bonnevay", "desserte": "C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1467", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.908081340127888, 45.751627504263709 ] } }, +{ "type": "Feature", "properties": { "id": "1485", "nom": "Garibaldi - Lafayette", "desserte": "C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1808", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.852958736529468, 45.763714205914113 ] } }, +{ "type": "Feature", "properties": { "id": "2636", "nom": "Rouget de l'Isle", "desserte": "C11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2600", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.867225199957056, 45.754572291525108 ] } }, +{ "type": "Feature", "properties": { "id": "2997", "nom": "Treve Oray", "desserte": "77A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2852", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.859991649739642, 45.850041025988951 ] } }, +{ "type": "Feature", "properties": { "id": "10450", "nom": "Dardilly Peupliers", "desserte": "89A:A,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3445", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.758352353094901, 45.814156791356481 ] } }, +{ "type": "Feature", "properties": { "id": "10476", "nom": "Halle Tony Garnier", "desserte": "C22A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "780", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.826435396716727, 45.73161839796613 ] } }, +{ "type": "Feature", "properties": { "id": "10855", "nom": "Pont Gallieni RG", "desserte": "60A:R,C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3531", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833124194209637, 45.746919785241595 ] } }, +{ "type": "Feature", "properties": { "id": "11039", "nom": "Boris Vian", "desserte": "50A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3587", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.961293467371918, 45.696737453883941 ] } }, +{ "type": "Feature", "properties": { "id": "11215", "nom": "Maisons Neuves", "desserte": "69A:R,C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2120", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.87619261825687, 45.75635006192428 ] } }, +{ "type": "Feature", "properties": { "id": "11274", "nom": "Bron Jules Ferry", "desserte": "24A:R,C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3634", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.89615504882839, 45.732133087860561 ] } }, +{ "type": "Feature", "properties": { "id": "11284", "nom": "College Jean Vilar", "desserte": "7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3639", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.903012984310554, 45.778594696654984 ] } }, +{ "type": "Feature", "properties": { "id": "11361", "nom": "Jean Jacques Rousseau", "desserte": "62A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3666", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.941994300943104, 45.700158012936242 ] } }, +{ "type": "Feature", "properties": { "id": "36877", "nom": "Corbas Chateau d'Eau", "desserte": "87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4236", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.904762870225466, 45.68576836540219 ] } }, +{ "type": "Feature", "properties": { "id": "36940", "nom": "Freres Perret", "desserte": "ZI6A:A,ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4241", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.845960507995696, 45.690367240117432 ] } }, +{ "type": "Feature", "properties": { "id": "40847", "nom": "Belle Etoile", "desserte": "ZI6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3140", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.846434092223693, 45.684694888222303 ] } }, +{ "type": "Feature", "properties": { "id": "40856", "nom": "19 Mars 1962", "desserte": "60A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4606", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.859801954756459, 45.700093032308871 ] } }, +{ "type": "Feature", "properties": { "id": "40857", "nom": "19 Mars 1962", "desserte": "60A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4607", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.859895491171833, 45.700171938472899 ] } }, +{ "type": "Feature", "properties": { "id": "40898", "nom": "Ramboz Bitumes", "desserte": "ZI6A:A,ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4613", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.846160182979435, 45.680092410921127 ] } }, +{ "type": "Feature", "properties": { "id": "41014", "nom": "Gambetta - Picasso", "desserte": "85A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4616", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.995496591933514, 45.763147705304249 ] } }, +{ "type": "Feature", "properties": { "id": "41055", "nom": "Cimetiere de St Genis", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4629", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.787922926726909, 45.70050799947628 ] } }, +{ "type": "Feature", "properties": { "id": "106", "nom": "Bachut - Mairie du 8ème", "desserte": "296:A,C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "390", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.86859328720053, 45.737078984793861 ] } }, +{ "type": "Feature", "properties": { "id": "108", "nom": "Badel", "desserte": "72B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "865", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.702766115390267, 45.770976253383708 ] } }, +{ "type": "Feature", "properties": { "id": "581", "nom": "Colin", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1225", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.874210631225505, 45.776944877088006 ] } }, +{ "type": "Feature", "properties": { "id": "813", "nom": "Emile Vial", "desserte": "24A:A,25A:A,68B:A,ZI5B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1361", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.929389972620697, 45.745133378284969 ] } }, +{ "type": "Feature", "properties": { "id": "1097", "nom": "Grange Blanche - Viala", "desserte": "C26A:R,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1506", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.885599354558432, 45.744282107370992 ] } }, +{ "type": "Feature", "properties": { "id": "1132", "nom": "Guimet", "desserte": "40A:R,70A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1530", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.839907944403111, 45.855926744239774 ] } }, +{ "type": "Feature", "properties": { "id": "1136", "nom": "Hameau du Puy d'Or", "desserte": "21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1533", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.775143617340975, 45.819806358435777 ] } }, +{ "type": "Feature", "properties": { "id": "1473", "nom": "La Villette", "desserte": "25A:A,C13A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1796", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.862975122134194, 45.756666302570046 ] } }, +{ "type": "Feature", "properties": { "id": "1591", "nom": "Le Vernay - Ombrosa", "desserte": "40A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1895", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.842910357085335, 45.804273466551081 ] } }, +{ "type": "Feature", "properties": { "id": "10201", "nom": "Residence E.Charret", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3325", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.829162116995032, 45.781500266713792 ] } }, +{ "type": "Feature", "properties": { "id": "10220", "nom": "Chemin de Montgay", "desserte": "33A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3335", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.861528901857062, 45.824631668823912 ] } }, +{ "type": "Feature", "properties": { "id": "10387", "nom": "Vieux Lyon", "desserte": "27A:A,27A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "217", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.826918655900514, 45.760082280867209 ] } }, +{ "type": "Feature", "properties": { "id": "10845", "nom": "Craponne Val d'Yzeron", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "714", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.71650203526616, 45.737968227846075 ] } }, +{ "type": "Feature", "properties": { "id": "10898", "nom": "St Clair - Square Brosset", "desserte": "9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2692", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.860197140873352, 45.791140649797363 ] } }, +{ "type": "Feature", "properties": { "id": "10955", "nom": "Place des Tapis", "desserte": "2A:R,33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3552", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.830634525847816, 45.774536672183409 ] } }, +{ "type": "Feature", "properties": { "id": "10983", "nom": "Cedres", "desserte": "70A:R,S5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3559", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.856514926551529, 45.807659686771025 ] } }, +{ "type": "Feature", "properties": { "id": "11286", "nom": "Clinique du Grand Large", "desserte": "57A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3642", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.970860295858533, 45.771595872563076 ] } }, +{ "type": "Feature", "properties": { "id": "11317", "nom": "Leclerc - Girard", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3647", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.823699199847247, 45.734095421116599 ] } }, +{ "type": "Feature", "properties": { "id": "11717", "nom": "Francheville Doulline", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3274", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.761643936924953, 45.73763185345117 ] } }, +{ "type": "Feature", "properties": { "id": "11738", "nom": "Gare Part-Dieu Villette", "desserte": "296:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "538", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.862930110446558, 45.760726885212179 ] } }, +{ "type": "Feature", "properties": { "id": "11844", "nom": "Paul Marcellin", "desserte": "C8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3131", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.92924216321279, 45.784779735975178 ] } }, +{ "type": "Feature", "properties": { "id": "37014", "nom": "Hopital Lyon Sud", "desserte": "C7B:A,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1569", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.806342292789196, 45.699617815891706 ] } }, +{ "type": "Feature", "properties": { "id": "37098", "nom": "Champagne Lanessan", "desserte": "21A:R,61A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4254", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.794711369444838, 45.793033860636434 ] } }, +{ "type": "Feature", "properties": { "id": "37166", "nom": "Vaulx Thibaude", "desserte": "ZI3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2922", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.93119695217572, 45.778820317597948 ] } }, +{ "type": "Feature", "properties": { "id": "43059", "nom": "Collège Bellecombe", "desserte": "27A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "358", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.863725608979924, 45.764606531528862 ] } }, +{ "type": "Feature", "properties": { "id": "43301", "nom": "Centre commercial Sept Chemins", "desserte": "52A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4833", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.931426876583826, 45.746886609083425 ] } }, +{ "type": "Feature", "properties": { "id": "44320", "nom": "Marcy l'Orme", "desserte": "GE6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2143", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.706500101064652, 45.779430211659751 ] } }, +{ "type": "Feature", "properties": { "id": "46175", "nom": "Part-Dieu - Servient", "desserte": "C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "427", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.851363503632514, 45.76060851995603 ] } }, +{ "type": "Feature", "properties": { "id": "75", "nom": "Arago", "desserte": "C11A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "844", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.884821204092145, 45.758017803122705 ] } }, +{ "type": "Feature", "properties": { "id": "146", "nom": "Bechevelin", "desserte": "35A:A,35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "892", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.838912910779881, 45.748969163057851 ] } }, +{ "type": "Feature", "properties": { "id": "184", "nom": "Benoit Bernard", "desserte": "C12A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "916", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.852188320536156, 45.738429050187044 ] } }, +{ "type": "Feature", "properties": { "id": "542", "nom": "Claudius Collonge", "desserte": "63A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1185", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.820836354234928, 45.74812853819801 ] } }, +{ "type": "Feature", "properties": { "id": "701", "nom": "Decines Gare", "desserte": "67A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1300", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.952193218806345, 45.769916814780721 ] } }, +{ "type": "Feature", "properties": { "id": "725", "nom": "Demi-Lune Vauboin", "desserte": "5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1312", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.781938268466317, 45.764482413345753 ] } }, +{ "type": "Feature", "properties": { "id": "779", "nom": "Duchere Piscine", "desserte": "66A:R,C14A:R,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1340", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.799517545975093, 45.787149885830402 ] } }, +{ "type": "Feature", "properties": { "id": "789", "nom": "Duclos", "desserte": "111A:R,112A:R,39A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1343", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.887770438490438, 45.697380983680034 ] } }, +{ "type": "Feature", "properties": { "id": "829", "nom": "Ecole Veterinaire", "desserte": "72B:R,98A:R,GE6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1368", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.70867016599678, 45.790077302171753 ] } }, +{ "type": "Feature", "properties": { "id": "925", "nom": "Fleurieu", "desserte": "40A:A,70A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1419", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.840541010647728, 45.863032687849355 ] } }, +{ "type": "Feature", "properties": { "id": "1040", "nom": "General Andre", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1475", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.877945680102463, 45.727767285500256 ] } }, +{ "type": "Feature", "properties": { "id": "1644", "nom": "Les Chavannes", "desserte": "84A:A,84A:R,R2A:A,R2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1941", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.796515804748113, 45.856389262022546 ] } }, +{ "type": "Feature", "properties": { "id": "1809", "nom": "Lorette", "desserte": "78B:A,C10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2085", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.798123111823041, 45.707134309108724 ] } }, +{ "type": "Feature", "properties": { "id": "1813", "nom": "Louis Braille", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2087", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.949489173414761, 45.69594192616195 ] } }, +{ "type": "Feature", "properties": { "id": "2660", "nom": "Rue du Sablon", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2618", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.85657142281346, 45.719329173455669 ] } }, +{ "type": "Feature", "properties": { "id": "3401", "nom": "Castellane - Mont Blanc", "desserte": "S8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3037", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.896973501482647, 45.811902821100247 ] } }, +{ "type": "Feature", "properties": { "id": "3414", "nom": "Z.I. Rillieux Hippodrome", "desserte": "ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3047", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.88060660052129, 45.816217191519328 ] } }, +{ "type": "Feature", "properties": { "id": "10530", "nom": "Dupuy", "desserte": "21A:A,GE4A:A,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3477", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.776887943026821, 45.802261476937055 ] } }, +{ "type": "Feature", "properties": { "id": "10599", "nom": "Plateaux de St Rambert", "desserte": "2A:A,2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3493", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.826302991487713, 45.801800856962643 ] } }, +{ "type": "Feature", "properties": { "id": "10673", "nom": "Perrache", "desserte": "S1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "171", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.826395572332919, 45.750228639541874 ] } }, +{ "type": "Feature", "properties": { "id": "11194", "nom": "Marius Grosso", "desserte": "16A:A,28A:R,ZI3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2151", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.931037523381005, 45.763170339738409 ] } }, +{ "type": "Feature", "properties": { "id": "11318", "nom": "Leclerc - Girard", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3648", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.823805176781812, 45.734165081071026 ] } }, +{ "type": "Feature", "properties": { "id": "11321", "nom": "Parilly", "desserte": "448A:A,C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "144", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.888193057653042, 45.719811600145682 ] } }, +{ "type": "Feature", "properties": { "id": "37155", "nom": "10 Rue Saillant", "desserte": "ZI3A:R,ZI4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4257", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.937730263457223, 45.774699515407065 ] } }, +{ "type": "Feature", "properties": { "id": "37408", "nom": "Manufacture Montluc", "desserte": "C25B:A,C7B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5865", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.858916250169342, 45.74975460689344 ] } }, +{ "type": "Feature", "properties": { "id": "37444", "nom": "Garibaldi - Gambetta", "desserte": "C25B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5866", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.853567306970801, 45.751897161560812 ] } }, +{ "type": "Feature", "properties": { "id": "43935", "nom": "Hopital Croix-Rousse", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1558", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.829131200690523, 45.779682715637009 ] } }, +{ "type": "Feature", "properties": { "id": "46179", "nom": "Confluence Rambaud", "desserte": "S1A:A,S1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5138", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.816178389996681, 45.733347434776149 ] } }, +{ "type": "Feature", "properties": { "id": "76", "nom": "Arago", "desserte": "C11A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "843", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.884174736714521, 45.757942462160244 ] } }, +{ "type": "Feature", "properties": { "id": "587", "nom": "Condorcet", "desserte": "C17A:R,C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "355", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.866177147078411, 45.779043401274109 ] } }, +{ "type": "Feature", "properties": { "id": "658", "nom": "Curis la Planche", "desserte": "84A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1267", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.823242795819041, 45.872246723778268 ] } }, +{ "type": "Feature", "properties": { "id": "989", "nom": "St Genis Gadagne", "desserte": "88B:A,88B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1452", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.795612413213594, 45.700681687945803 ] } }, +{ "type": "Feature", "properties": { "id": "1068", "nom": "Grand Trou", "desserte": "35A:A,C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1493", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.853163599933882, 45.735580806957749 ] } }, +{ "type": "Feature", "properties": { "id": "1089", "nom": "Grange Blanche", "desserte": "C22A:A,C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "70", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.878640832642492, 45.743098735060819 ] } }, +{ "type": "Feature", "properties": { "id": "1404", "nom": "La Grande Serve", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5163", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.850111632604441, 45.670444623525398 ] } }, +{ "type": "Feature", "properties": { "id": "3101", "nom": "Venissieux St Exupery", "desserte": "35A:R,54A:R,87A:R,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2930", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.894512638787739, 45.698451591870203 ] } }, +{ "type": "Feature", "properties": { "id": "3119", "nom": "Viabert - Anatole France", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2949", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.868008300936279, 45.766562346191535 ] } }, +{ "type": "Feature", "properties": { "id": "3136", "nom": "Gare d'Albigny-Neuville", "desserte": "43A:A,R2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2967", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.835483683064621, 45.876476104052344 ] } }, +{ "type": "Feature", "properties": { "id": "3317", "nom": "Grand Chassagnon", "desserte": "93A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1486", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.86342045624843, 45.701964822931743 ] } }, +{ "type": "Feature", "properties": { "id": "10364", "nom": "Decines Verlaine", "desserte": "79A:R,ZI3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3401", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.941506640710735, 45.75122593074061 ] } }, +{ "type": "Feature", "properties": { "id": "10486", "nom": "Cachin - De Gaulle", "desserte": "57A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3459", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.939892462351546, 45.783146903732515 ] } }, +{ "type": "Feature", "properties": { "id": "12005", "nom": "Mairie de St Rambert", "desserte": "S10A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3182", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.830150567913019, 45.798193531724571 ] } }, +{ "type": "Feature", "properties": { "id": "32154", "nom": "Jean XXIII - Maryse Bastié", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "483", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.874555518878215, 45.740187374112701 ] } }, +{ "type": "Feature", "properties": { "id": "37445", "nom": "Garibaldi - Gambetta", "desserte": "C7B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5867", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.85322020884216, 45.751718708681302 ] } }, +{ "type": "Feature", "properties": { "id": "37455", "nom": "Ecully Le Trouillat", "desserte": "S15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5848", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.774418292975284, 45.775879165628325 ] } }, +{ "type": "Feature", "properties": { "id": "37484", "nom": "Grandvaux - Prieure", "desserte": "S15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5849", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.774470665167716, 45.772997715418839 ] } }, +{ "type": "Feature", "properties": { "id": "37496", "nom": "Dardilly Les Longes", "desserte": "61A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3249", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.74796343838314, 45.834965373746606 ] } }, +{ "type": "Feature", "properties": { "id": "37597", "nom": "Mairie St Cyr", "desserte": "S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4357", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.817797004833223, 45.815884340284363 ] } }, +{ "type": "Feature", "properties": { "id": "37627", "nom": "Grandvaux - Prieure", "desserte": "S15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5850", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.774308793620538, 45.773118242343834 ] } }, +{ "type": "Feature", "properties": { "id": "37675", "nom": "Terres Plates", "desserte": "2EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4381", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.727293968490959, 45.743760355940779 ] } }, +{ "type": "Feature", "properties": { "id": "37685", "nom": "St Cyr Eglise", "desserte": "S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4387", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.819816952049282, 45.814435535222231 ] } }, +{ "type": "Feature", "properties": { "id": "37764", "nom": "St Priest Les Alpes", "desserte": "ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4406", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.932506084096317, 45.69345586145058 ] } }, +{ "type": "Feature", "properties": { "id": "37835", "nom": "La Fouillouse Acacias", "desserte": "50A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4035", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.976782224050549, 45.685688846223691 ] } }, +{ "type": "Feature", "properties": { "id": "37846", "nom": "Esplanade des Arts", "desserte": "50A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "433", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.940548391975876, 45.694574619884882 ] } }, +{ "type": "Feature", "properties": { "id": "37847", "nom": "Esplanade des Arts", "desserte": "50A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "434", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.940694708819778, 45.694409194032673 ] } }, +{ "type": "Feature", "properties": { "id": "38116", "nom": "Fauconnet", "desserte": "45A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4497", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.789092054807881, 45.750131779278249 ] } }, +{ "type": "Feature", "properties": { "id": "93", "nom": "Avenue de l'Industrie", "desserte": "76A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "856", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.921505906436699, 45.679937715413757 ] } }, +{ "type": "Feature", "properties": { "id": "94", "nom": "Avenue de la Paix", "desserte": "5A:A,86A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "859", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.748590097089035, 45.785581808040838 ] } }, +{ "type": "Feature", "properties": { "id": "109", "nom": "Badel", "desserte": "72B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "864", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.702477612645909, 45.770847321609189 ] } }, +{ "type": "Feature", "properties": { "id": "124", "nom": "Barolles Centre", "desserte": "12B:R,17B:A,78B:A,C10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "875", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.785441858512065, 45.680535034384043 ] } }, +{ "type": "Feature", "properties": { "id": "1406", "nom": "La Grange", "desserte": "68B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1736", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.966083844222194, 45.744603828270328 ] } }, +{ "type": "Feature", "properties": { "id": "1622", "nom": "Les Battieres", "desserte": "65A:R,73A:R,C21A:A,C21A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1918", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.782226438911747, 45.754764070104073 ] } }, +{ "type": "Feature", "properties": { "id": "1702", "nom": "Les Hautpres", "desserte": "72B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1992", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.733898595896234, 45.75874083153743 ] } }, +{ "type": "Feature", "properties": { "id": "2063", "nom": "Montfort", "desserte": "21A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2264", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.752403919841379, 45.862746101510993 ] } }, +{ "type": "Feature", "properties": { "id": "2663", "nom": "Sablons", "desserte": "67A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2621", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.962976919596271, 45.773517837368921 ] } }, +{ "type": "Feature", "properties": { "id": "3402", "nom": "Castellane - Mont Blanc", "desserte": "S8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3036", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.89736344808142, 45.811983949484542 ] } }, +{ "type": "Feature", "properties": { "id": "10477", "nom": "Halle Tony Garnier", "desserte": "C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "779", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.826225000912757, 45.73168112325601 ] } }, +{ "type": "Feature", "properties": { "id": "11099", "nom": "Lycee Branly", "desserte": "90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3607", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.792732321231175, 45.753049518660383 ] } }, +{ "type": "Feature", "properties": { "id": "11374", "nom": "Albert Ferrus", "desserte": "87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3669", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.942394858006749, 45.66437654792891 ] } }, +{ "type": "Feature", "properties": { "id": "11928", "nom": "Provinces - Chavril", "desserte": "17B:R,49A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3165", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.800271471856185, 45.747690699573489 ] } }, +{ "type": "Feature", "properties": { "id": "12139", "nom": "St Abdon", "desserte": "78B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2685", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.793646476774477, 45.66094038819638 ] } }, +{ "type": "Feature", "properties": { "id": "12183", "nom": "Dardilly Les Longes", "desserte": "61A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3250", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.747747324906142, 45.834491968317685 ] } }, +{ "type": "Feature", "properties": { "id": "12221", "nom": "Chavril - Brulet", "desserte": "49A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3743", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.80248020161897, 45.747345163361871 ] } }, +{ "type": "Feature", "properties": { "id": "38374", "nom": "Genay Proulieu", "desserte": "43A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3751", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.845105683652617, 45.904022167747847 ] } }, +{ "type": "Feature", "properties": { "id": "38834", "nom": "Manufacture Montluc", "desserte": "C7B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5868", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.858845779261892, 45.74990021025566 ] } }, +{ "type": "Feature", "properties": { "id": "39214", "nom": "Brindas Salle des Fetes", "desserte": "73A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4530", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.697083928451875, 45.722483192510268 ] } }, +{ "type": "Feature", "properties": { "id": "39235", "nom": "Bois Comtal", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2937", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.805832179776894, 45.635244754430047 ] } }, +{ "type": "Feature", "properties": { "id": "39338", "nom": "Irigny Venieres", "desserte": "15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1586", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.819724928456234, 45.667089398217314 ] } }, +{ "type": "Feature", "properties": { "id": "39386", "nom": "La Borelle", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "637", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.88212228114106, 45.711109447416156 ] } }, +{ "type": "Feature", "properties": { "id": "39388", "nom": "Gare de Vénissieux", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "277", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.887672799668912, 45.705666654418465 ] } }, +{ "type": "Feature", "properties": { "id": "39400", "nom": "Division Leclerc", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "663", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.868245717935836, 45.69843922508953 ] } }, +{ "type": "Feature", "properties": { "id": "39404", "nom": "Lenine - Corsiere", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "670", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861707977590443, 45.696803197459943 ] } }, +{ "type": "Feature", "properties": { "id": "39405", "nom": "Lenine - Corsiere", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "671", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861778670422998, 45.696862994315893 ] } }, +{ "type": "Feature", "properties": { "id": "39413", "nom": "Hopital Feyzin Venissieux", "desserte": "T4A:A,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "677", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.865112356337211, 45.688235140570598 ] } }, +{ "type": "Feature", "properties": { "id": "77", "nom": "Assomption", "desserte": "8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "846", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.812864339634078, 45.733254904774888 ] } }, +{ "type": "Feature", "properties": { "id": "140", "nom": "Batterie", "desserte": "24A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "887", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.915743877214211, 45.744475605398883 ] } }, +{ "type": "Feature", "properties": { "id": "355", "nom": "Castellane", "desserte": "171:A,S8A:A,S8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "17", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.898696805060113, 45.808001909501328 ] } }, +{ "type": "Feature", "properties": { "id": "694", "nom": "Debrousse", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1291", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.813146062694086, 45.748658522516223 ] } }, +{ "type": "Feature", "properties": { "id": "714", "nom": "Demi-Lune Clemenceau", "desserte": "55A:R,72B:R,86A:R,98A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1307", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.777315567378852, 45.763772915222674 ] } }, +{ "type": "Feature", "properties": { "id": "795", "nom": "Dumas", "desserte": "69A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1345", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.88749836773232, 45.776373780664017 ] } }, +{ "type": "Feature", "properties": { "id": "796", "nom": "Dumas", "desserte": "69A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1344", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.887282830985214, 45.776441686169115 ] } }, +{ "type": "Feature", "properties": { "id": "1008", "nom": "Archives Departementales", "desserte": "C11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1461", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.862521823261966, 45.754075139658816 ] } }, +{ "type": "Feature", "properties": { "id": "1559", "nom": "Le Plat", "desserte": "55A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1869", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.7740603508552, 45.770414342319206 ] } }, +{ "type": "Feature", "properties": { "id": "1610", "nom": "Les Anzieux", "desserte": "40A:A,70A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1906", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.837815032518979, 45.850419515638499 ] } }, +{ "type": "Feature", "properties": { "id": "1688", "nom": "Les Glaieuls", "desserte": "62A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1980", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.942508146301888, 45.685500528335581 ] } }, +{ "type": "Feature", "properties": { "id": "1704", "nom": "Les Ifs", "desserte": "63A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1994", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.796567078834072, 45.71601640928656 ] } }, +{ "type": "Feature", "properties": { "id": "2637", "nom": "Rouget de l'Isle", "desserte": "C11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2598", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.86588349519816, 45.75447651258586 ] } }, +{ "type": "Feature", "properties": { "id": "2664", "nom": "Sablons", "desserte": "67A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2620", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.963544075539896, 45.774080678919361 ] } }, +{ "type": "Feature", "properties": { "id": "2666", "nom": "Sala", "desserte": "31A:R,C20A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2622", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.826727086800378, 45.756702101677682 ] } }, +{ "type": "Feature", "properties": { "id": "2668", "nom": "Salle Polyvalente (D)", "desserte": "28A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5443", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.012195073562729, 45.728868182583945 ] } }, +{ "type": "Feature", "properties": { "id": "2835", "nom": "St Leonard", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2746", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.833518802773226, 45.85225224975369 ] } }, +{ "type": "Feature", "properties": { "id": "10248", "nom": "Eglise Demi-Lune", "desserte": "45A:A,55A:R,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "727", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.786180987551624, 45.764164898983644 ] } }, +{ "type": "Feature", "properties": { "id": "10436", "nom": "Piscine de Vaise", "desserte": "19A:R,3A:R,66A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3424", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.79697939290464, 45.770391527439436 ] } }, +{ "type": "Feature", "properties": { "id": "10533", "nom": "Echangeur Sans-Souci", "desserte": "21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3478", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.772490364887492, 45.804670170471127 ] } }, +{ "type": "Feature", "properties": { "id": "10618", "nom": "Chassieu College", "desserte": "68B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3498", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.977004797682436, 45.741502923304019 ] } }, +{ "type": "Feature", "properties": { "id": "11217", "nom": "Albon", "desserte": "31A:R,40A:A,40A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "819", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.8318245080714, 45.764473931534987 ] } }, +{ "type": "Feature", "properties": { "id": "11323", "nom": "Parilly", "desserte": "296:R,C25B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "151", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.887720761830637, 45.719048229308243 ] } }, +{ "type": "Feature", "properties": { "id": "39408", "nom": "Herriot - Cagne", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "657", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.875529778897453, 45.693786139964686 ] } }, +{ "type": "Feature", "properties": { "id": "39434", "nom": "Hopital Feyzin Venissieux", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "674", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.865217209104602, 45.688236286544097 ] } }, +{ "type": "Feature", "properties": { "id": "39454", "nom": "Jet d'Eau - Mendes France", "desserte": "T4A:A,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "388", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.859213452134834, 45.740096985886133 ] } }, +{ "type": "Feature", "properties": { "id": "39534", "nom": "Lycée Jacques Brel", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "653", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.879823358247647, 45.694969105243452 ] } }, +{ "type": "Feature", "properties": { "id": "39575", "nom": "Corbas Rue du Midi", "desserte": "112A:R,54A:R,76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1233", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.898387948885331, 45.660260305853704 ] } }, +{ "type": "Feature", "properties": { "id": "46415", "nom": "Rue Neuve", "desserte": "1EX:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5384", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.023733766540914, 45.694805382224892 ] } }, +{ "type": "Feature", "properties": { "id": "926", "nom": "Fleurieu", "desserte": "40A:R,70A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1420", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.840495839423632, 45.862889672490681 ] } }, +{ "type": "Feature", "properties": { "id": "1560", "nom": "Le Plat", "desserte": "55A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1870", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.774874656534919, 45.770504674078097 ] } }, +{ "type": "Feature", "properties": { "id": "1623", "nom": "Les Battieres", "desserte": "73A:A,C21A:A,C21A:R,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1917", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.781163488611917, 45.754571200010382 ] } }, +{ "type": "Feature", "properties": { "id": "1639", "nom": "Les Cedres", "desserte": "68B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1936", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.955387817477535, 45.740299083779419 ] } }, +{ "type": "Feature", "properties": { "id": "2669", "nom": "Salle Polyvalente (D)", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5444", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.012020142765112, 45.728971373110099 ] } }, +{ "type": "Feature", "properties": { "id": "2702", "nom": "Saxe - Gambetta", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "199", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.846288303299103, 45.754223219321936 ] } }, +{ "type": "Feature", "properties": { "id": "2998", "nom": "Treve Oray", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2851", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.859990410726096, 45.850014049679139 ] } }, +{ "type": "Feature", "properties": { "id": "3364", "nom": "Neuville", "desserte": "40A:A,40A:R,70A:A,S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "601", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.838479644886034, 45.876328499686863 ] } }, +{ "type": "Feature", "properties": { "id": "10170", "nom": "Bienvenus - Pressense", "desserte": "C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3314", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.885249663262516, 45.771708127695803 ] } }, +{ "type": "Feature", "properties": { "id": "10532", "nom": "Echangeur Sans-Souci", "desserte": "21A:A,GE4A:A,GE4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3479", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.772278557815504, 45.80482777965107 ] } }, +{ "type": "Feature", "properties": { "id": "10600", "nom": "Chalinel", "desserte": "2A:A,S7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3494", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.824919944646756, 45.800595904100163 ] } }, +{ "type": "Feature", "properties": { "id": "10737", "nom": "Grandes Bruyeres", "desserte": "98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1502", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.733676385709278, 45.77607216992493 ] } }, +{ "type": "Feature", "properties": { "id": "10747", "nom": "Maintenue", "desserte": "21A:R,96A:A,96A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3523", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.800961553491564, 45.88685995385238 ] } }, +{ "type": "Feature", "properties": { "id": "10890", "nom": "Cours Aristide Briand", "desserte": "9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1240", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.843615137132803, 45.782474737865044 ] } }, +{ "type": "Feature", "properties": { "id": "11337", "nom": "Berliet Porte C", "desserte": "62A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3659", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.898617244219158, 45.706882157493915 ] } }, +{ "type": "Feature", "properties": { "id": "11740", "nom": "Mions Poste", "desserte": "87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2214", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.949813309783473, 45.669208683835542 ] } }, +{ "type": "Feature", "properties": { "id": "11749", "nom": "Leon Blum", "desserte": "C11A:R,C17A:A,C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3108", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.907995119121359, 45.761062967618663 ] } }, +{ "type": "Feature", "properties": { "id": "32291", "nom": "Lacouture", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3874", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.911701478960324, 45.747655905521 ] } }, +{ "type": "Feature", "properties": { "id": "39389", "nom": "Gare de Vénissieux", "desserte": "T4A:A,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "275", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.887818506811456, 45.705669821201177 ] } }, +{ "type": "Feature", "properties": { "id": "39391", "nom": "Croizat - Paul Bert", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "641", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.887686445945228, 45.700070881191614 ] } }, +{ "type": "Feature", "properties": { "id": "39392", "nom": "Marcel Houël - Hôtel de Ville", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "649", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.884576332796594, 45.696543293892354 ] } }, +{ "type": "Feature", "properties": { "id": "39393", "nom": "Marcel Houël - Hôtel de Ville", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "648", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.884594172439484, 45.69647078774608 ] } }, +{ "type": "Feature", "properties": { "id": "39394", "nom": "Lycée Jacques Brel", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "651", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.879848898016211, 45.694949173164808 ] } }, +{ "type": "Feature", "properties": { "id": "39395", "nom": "Lycée Jacques Brel", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "652", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.879931151397499, 45.694894559896447 ] } }, +{ "type": "Feature", "properties": { "id": "39398", "nom": "Venissy", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "659", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.872056751784402, 45.696006759026567 ] } }, +{ "type": "Feature", "properties": { "id": "39399", "nom": "Venissy", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "660", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.871985755012224, 45.695948955587703 ] } }, +{ "type": "Feature", "properties": { "id": "39455", "nom": "Jet d'Eau - Mendes France", "desserte": "T4A:A,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "389", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.859113384931621, 45.740059359681581 ] } }, +{ "type": "Feature", "properties": { "id": "39674", "nom": "Jean Sebastien Bach", "desserte": "87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4546", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.897683804483438, 45.693995535917942 ] } }, +{ "type": "Feature", "properties": { "id": "520", "nom": "Cite Ampere", "desserte": "C7B:A,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1161", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.812317133732634, 45.708514109943124 ] } }, +{ "type": "Feature", "properties": { "id": "659", "nom": "Curis Lavoir", "desserte": "84A:R,R2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1270", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.82049061496623, 45.870372262449997 ] } }, +{ "type": "Feature", "properties": { "id": "1142", "nom": "Hauteroche Centre", "desserte": "17B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1540", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.827776748478806, 45.700079867743661 ] } }, +{ "type": "Feature", "properties": { "id": "1513", "nom": "Laurent Bonnevay", "desserte": "C3A:A,C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "227", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.9087539998154, 45.764916201126368 ] } }, +{ "type": "Feature", "properties": { "id": "3515", "nom": "Leclerc - Thimonnier", "desserte": "C2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3083", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.864089019096715, 45.804708144842678 ] } }, +{ "type": "Feature", "properties": { "id": "10177", "nom": "Abondance", "desserte": "C11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3318", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.849868503182569, 45.752936956920585 ] } }, +{ "type": "Feature", "properties": { "id": "10202", "nom": "Le Parc Brunier", "desserte": "33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3327", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.829617113548833, 45.784442554158474 ] } }, +{ "type": "Feature", "properties": { "id": "10301", "nom": "Gorge de Loup", "desserte": "14B:A,14B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5167", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805340209561521, 45.76610352299064 ] } }, +{ "type": "Feature", "properties": { "id": "10313", "nom": "Les Croisettes", "desserte": "5A:R,72B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3373", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.768029572161821, 45.758807865055573 ] } }, +{ "type": "Feature", "properties": { "id": "10315", "nom": "Croix Muriat", "desserte": "72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3377", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.725284871774253, 45.759374482535605 ] } }, +{ "type": "Feature", "properties": { "id": "10508", "nom": "Bellecour Charite", "desserte": "S1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "903", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833221255576372, 45.756143808047199 ] } }, +{ "type": "Feature", "properties": { "id": "10675", "nom": "Gensoul", "desserte": "S1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3322", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.824818725137781, 45.752036826284751 ] } }, +{ "type": "Feature", "properties": { "id": "10984", "nom": "Cedres", "desserte": "70A:A,S5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3560", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.856542702837475, 45.807704070377589 ] } }, +{ "type": "Feature", "properties": { "id": "11529", "nom": "Hôtel de Ville - Louis Pradel", "desserte": "171:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "108", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.83804936968466, 45.767872882031646 ] } }, +{ "type": "Feature", "properties": { "id": "11751", "nom": "Place Jean Jaurès", "desserte": "ZI6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "325", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.840375089277575, 45.739566340895266 ] } }, +{ "type": "Feature", "properties": { "id": "11759", "nom": "Domremy - Lacassagne", "desserte": "25A:A,C13A:R,C16A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3113", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.872780552786748, 45.751233455794434 ] } }, +{ "type": "Feature", "properties": { "id": "12150", "nom": "L'Avenir", "desserte": "73A:R,C24B:A,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3233", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.709835010430505, 45.746380716051348 ] } }, +{ "type": "Feature", "properties": { "id": "12181", "nom": "Place de Paris", "desserte": "2A:R,31A:R,C14A:R,C6B:R,S11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3246", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.803077696300259, 45.779321823889902 ] } }, +{ "type": "Feature", "properties": { "id": "30218", "nom": "Champvert - Les Massues", "desserte": "46A:R,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1998", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.79627364438007, 45.759785756898921 ] } }, +{ "type": "Feature", "properties": { "id": "36247", "nom": "Givors Leclerc", "desserte": "78B:R,80A:R,81A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4146", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.771004702003307, 45.588626772524691 ] } }, +{ "type": "Feature", "properties": { "id": "36249", "nom": "Givors Salengro", "desserte": "80A:A,80A:R,81A:A,81A:R,R3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4148", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.771550700483036, 45.584150470340823 ] } }, +{ "type": "Feature", "properties": { "id": "36331", "nom": "Cimetiere de Givors", "desserte": "R3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5334", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.777126720969536, 45.57632425321507 ] } }, +{ "type": "Feature", "properties": { "id": "36356", "nom": "Denfert Rochereau", "desserte": "81A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4196", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.777185810840813, 45.582587563941942 ] } }, +{ "type": "Feature", "properties": { "id": "37157", "nom": "30 Rue Saillant", "desserte": "ZI3A:R,ZI4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4260", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.941731105385928, 45.7782344191032 ] } }, +{ "type": "Feature", "properties": { "id": "37159", "nom": "Fromont - Karl Marx", "desserte": "ZI3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4261", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.941416925147986, 45.780564114000775 ] } }, +{ "type": "Feature", "properties": { "id": "37275", "nom": "Gare de Vénissieux", "desserte": "ZI1A:A,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "276", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.888197788933197, 45.706327558335218 ] } }, +{ "type": "Feature", "properties": { "id": "37686", "nom": "St Cyr Eglise", "desserte": "S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4388", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.819904126014152, 45.814370600408161 ] } }, +{ "type": "Feature", "properties": { "id": "46191", "nom": "Part-Dieu Jules Favre", "desserte": "C13A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5729", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.857006283238644, 45.763633046630353 ] } }, +{ "type": "Feature", "properties": { "id": "53", "nom": "Alsace", "desserte": "C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "823", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.869385671484122, 45.763794890344869 ] } }, +{ "type": "Feature", "properties": { "id": "716", "nom": "Demi-Lune Mairie", "desserte": "5A:A,73A:A,C21A:A,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1309", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.77748388241183, 45.760609913871079 ] } }, +{ "type": "Feature", "properties": { "id": "981", "nom": "Frere Benoit", "desserte": "55A:R,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1441", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.795799703514811, 45.763567575366302 ] } }, +{ "type": "Feature", "properties": { "id": "1003", "nom": "Gare de Collonges-Fontaines", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1457", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.847991907167323, 45.830713814107156 ] } }, +{ "type": "Feature", "properties": { "id": "1143", "nom": "Hauts de Solaize", "desserte": "39A:A,GE2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1541", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.842173817369159, 45.645527164492506 ] } }, +{ "type": "Feature", "properties": { "id": "1646", "nom": "Les Chenes", "desserte": "68B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1943", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.955874917005021, 45.743240239819826 ] } }, +{ "type": "Feature", "properties": { "id": "1689", "nom": "Les Glaieuls", "desserte": "62A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1979", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.942535080188235, 45.685526906985565 ] } }, +{ "type": "Feature", "properties": { "id": "2732", "nom": "Soeur Vially", "desserte": "C13A:A,S5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2671", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.842837509321874, 45.787712805080318 ] } }, +{ "type": "Feature", "properties": { "id": "2836", "nom": "St Leonard", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2747", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.83339195319702, 45.852012031928091 ] } }, +{ "type": "Feature", "properties": { "id": "3466", "nom": "Etats-Unis Tony Garnier", "desserte": "26A:A,35A:A,448A:A,C16A:A,C22A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "617", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.864628373632676, 45.733036803950633 ] } }, +{ "type": "Feature", "properties": { "id": "10179", "nom": "Abondance", "desserte": "C11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3319", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.851448960638672, 45.752631523667326 ] } }, +{ "type": "Feature", "properties": { "id": "10569", "nom": "Trois Renards", "desserte": "55A:A,86A:A,98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2867", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.774587005908191, 45.763724188382014 ] } }, +{ "type": "Feature", "properties": { "id": "10748", "nom": "St Germain Village", "desserte": "96A:A,96A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3524", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804570005239442, 45.879678905684877 ] } }, +{ "type": "Feature", "properties": { "id": "32263", "nom": "Rue de l'Université", "desserte": "35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "373", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.839031424502941, 45.751009786678686 ] } }, +{ "type": "Feature", "properties": { "id": "34543", "nom": "Route de Toussieu", "desserte": "50A:A,ZI8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3977", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.98367943566449, 45.689171910801839 ] } }, +{ "type": "Feature", "properties": { "id": "34593", "nom": "Route d'Heyrieux", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3959", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.94273295376399, 45.687808703381315 ] } }, +{ "type": "Feature", "properties": { "id": "34614", "nom": "St Priest Salengro", "desserte": "62A:R,76A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3956", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.936918065500223, 45.689780025156907 ] } }, +{ "type": "Feature", "properties": { "id": "34654", "nom": "Centre Val Rosay", "desserte": "23A:A,84A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3986", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.809394757002453, 45.799939485740261 ] } }, +{ "type": "Feature", "properties": { "id": "34656", "nom": "Moulin d'Arche", "desserte": "23A:R,84A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3987", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.807919869550012, 45.802915312421987 ] } }, +{ "type": "Feature", "properties": { "id": "35662", "nom": "Reconnaissance - Balzac", "desserte": "T3:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "541", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.885153860110866, 45.754491809137114 ] } }, +{ "type": "Feature", "properties": { "id": "35663", "nom": "Reconnaissance - Balzac", "desserte": "T3:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "540", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.885063400800481, 45.754582075915124 ] } }, +{ "type": "Feature", "properties": { "id": "35665", "nom": "Gare de Villeurbanne", "desserte": "T3:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "550", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.891620767003994, 45.755900686084928 ] } }, +{ "type": "Feature", "properties": { "id": "36137", "nom": "Z.I. Schweitzer - Meyzieu", "desserte": "ZI2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2996", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.028814622502047, 45.765918641728646 ] } }, +{ "type": "Feature", "properties": { "id": "39411", "nom": "Darnaise", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "673", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.864356092078062, 45.6926747844674 ] } }, +{ "type": "Feature", "properties": { "id": "39675", "nom": "Jean Sebastien Bach", "desserte": "87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4545", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.897725643144952, 45.694066591531552 ] } }, +{ "type": "Feature", "properties": { "id": "39774", "nom": "Ancienne Gare", "desserte": "11B:A,2EX:A,73A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4547", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.69696220104883, 45.718894497322879 ] } }, +{ "type": "Feature", "properties": { "id": "46192", "nom": "Sacuny SPA", "desserte": "12B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5144", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.771090465534062, 45.677912787298091 ] } }, +{ "type": "Feature", "properties": { "id": "46193", "nom": "Sacuny SPA", "desserte": "12B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5143", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.770659479467591, 45.677832857729364 ] } }, +{ "type": "Feature", "properties": { "id": "78", "nom": "Assomption", "desserte": "8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "845", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.812828753216712, 45.733606731428232 ] } }, +{ "type": "Feature", "properties": { "id": "147", "nom": "Bechevelin", "desserte": "35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "891", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.840671517826235, 45.750037088718024 ] } }, +{ "type": "Feature", "properties": { "id": "702", "nom": "Decines Gare", "desserte": "67A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1301", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.952221909033787, 45.769979157835358 ] } }, +{ "type": "Feature", "properties": { "id": "984", "nom": "Fromentin", "desserte": "21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1442", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.763849477385748, 45.872481842222534 ] } }, +{ "type": "Feature", "properties": { "id": "1010", "nom": "Gare de Vaise", "desserte": "448A:A,C14A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "257", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804890531323841, 45.781019205452544 ] } }, +{ "type": "Feature", "properties": { "id": "1065", "nom": "Grand Chassagnon", "desserte": "60A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1487", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.863791874114781, 45.701380378190152 ] } }, +{ "type": "Feature", "properties": { "id": "2705", "nom": "Saxe - Lafayette", "desserte": "C14A:R,C4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2646", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.845049940205664, 45.763162088656564 ] } }, +{ "type": "Feature", "properties": { "id": "2733", "nom": "Soeur Vially", "desserte": "C13A:R,S5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2672", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.842087257005621, 45.787342490781036 ] } }, +{ "type": "Feature", "properties": { "id": "3145", "nom": "Vincent Serre", "desserte": "5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2971", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.786328165566966, 45.768914221639079 ] } }, +{ "type": "Feature", "properties": { "id": "3322", "nom": "Marcy Sources", "desserte": "72B:R,98A:R,GE6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3030", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.707084395481572, 45.78821161828386 ] } }, +{ "type": "Feature", "properties": { "id": "10987", "nom": "La Cle des Champs", "desserte": "S5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3562", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.863928197793846, 45.801489284174316 ] } }, +{ "type": "Feature", "properties": { "id": "11743", "nom": "23 Aout 1944", "desserte": "296:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3103", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.951589416670138, 45.665512625149788 ] } }, +{ "type": "Feature", "properties": { "id": "11845", "nom": "Paul Marcellin", "desserte": "C8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3130", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.92918973914674, 45.784816682039008 ] } }, +{ "type": "Feature", "properties": { "id": "30227", "nom": "Dupeuble", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3354", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.892334994744385, 45.777199951717648 ] } }, +{ "type": "Feature", "properties": { "id": "32292", "nom": "Lacouture", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3875", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.911658082067866, 45.748377014997558 ] } }, +{ "type": "Feature", "properties": { "id": "32295", "nom": "Marne - Montferrat", "desserte": "24A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3877", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.914606046517771, 45.739947021521338 ] } }, +{ "type": "Feature", "properties": { "id": "40175", "nom": "Europa", "desserte": "C25B:A,C25B:R,ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4579", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.933508238580256, 45.681177533505469 ] } }, +{ "type": "Feature", "properties": { "id": "40178", "nom": "Croizat - Paul Bert", "desserte": "35A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "644", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.88835014056168, 45.700743299619994 ] } }, +{ "type": "Feature", "properties": { "id": "40195", "nom": "Vaulx Salengro", "desserte": "68B:R,ZI5B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4584", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.927562342915827, 45.750279423445285 ] } }, +{ "type": "Feature", "properties": { "id": "40196", "nom": "Joliot-Curie - Marcel Sembat", "desserte": "79A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "632", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.880198040003203, 45.71476341432318 ] } }, +{ "type": "Feature", "properties": { "id": "40222", "nom": "Croizat - Paul Bert", "desserte": "39A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "645", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.88750945075525, 45.699511242403752 ] } }, +{ "type": "Feature", "properties": { "id": "42288", "nom": "Chasselay", "desserte": "21A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1113", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.772221536968332, 45.873561038025827 ] } }, +{ "type": "Feature", "properties": { "id": "43294", "nom": "Bergeron", "desserte": "C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4827", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.721830879668292, 45.745847760536499 ] } }, +{ "type": "Feature", "properties": { "id": "43754", "nom": "Bd de Parilly", "desserte": "93A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4887", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.906389543009147, 45.715129624725982 ] } }, +{ "type": "Feature", "properties": { "id": "44538", "nom": "Le Monteiller", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4927", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.841172896358811, 45.879716077670246 ] } }, +{ "type": "Feature", "properties": { "id": "46143", "nom": "Andre Sabatier", "desserte": "80A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5131", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.773594235471363, 45.609652808298122 ] } }, +{ "type": "Feature", "properties": { "id": "46197", "nom": "Poumeyrol", "desserte": "171:A,C5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5145", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.863146126379133, 45.791388771290684 ] } }, +{ "type": "Feature", "properties": { "id": "46198", "nom": "Poumeyrol", "desserte": "171:R,C5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5146", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.863210114939925, 45.791512810124004 ] } }, +{ "type": "Feature", "properties": { "id": "125", "nom": "Barolles Centre", "desserte": "12B:A,17B:R,78B:R,C10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "876", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.786325029035998, 45.680470733015888 ] } }, +{ "type": "Feature", "properties": { "id": "521", "nom": "Cite Berliet", "desserte": "296:A,C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1164", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.902361214687913, 45.710856179253717 ] } }, +{ "type": "Feature", "properties": { "id": "927", "nom": "Florian", "desserte": "C11A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1422", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.88128464601136, 45.757179889013067 ] } }, +{ "type": "Feature", "properties": { "id": "948", "nom": "Fort de Montessuy", "desserte": "C13A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1432", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.848857498062988, 45.792186956062878 ] } }, +{ "type": "Feature", "properties": { "id": "1071", "nom": "Grand Vire", "desserte": "52A:A,C3A:R,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1494", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.917183061253875, 45.778180009361684 ] } }, +{ "type": "Feature", "properties": { "id": "1103", "nom": "Grange Rouge", "desserte": "296:R,C25B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1515", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.873513831283974, 45.731999157001518 ] } }, +{ "type": "Feature", "properties": { "id": "1105", "nom": "Gratte Ciel", "desserte": "69A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "90", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.882176036653411, 45.768663385085972 ] } }, +{ "type": "Feature", "properties": { "id": "1126", "nom": "Guillermin - Terraillon", "desserte": "52A:R,C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1526", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.918629364385085, 45.745417428363446 ] } }, +{ "type": "Feature", "properties": { "id": "1133", "nom": "Guynemer", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1532", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.934469984415952, 45.683625718524119 ] } }, +{ "type": "Feature", "properties": { "id": "1191", "nom": "Hôtel de Ville - Louis Pradel", "desserte": "171:R,9A:R,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "116", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.837761740903628, 45.769184462051712 ] } }, +{ "type": "Feature", "properties": { "id": "1294", "nom": "Kruger - Voillot", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1644", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.910703196575177, 45.753250683214503 ] } }, +{ "type": "Feature", "properties": { "id": "1624", "nom": "Les Biesses", "desserte": "95A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1921", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.037964231837826, 45.792722903996989 ] } }, +{ "type": "Feature", "properties": { "id": "2738", "nom": "Sous Genas", "desserte": "28A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5445", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.986350809597906, 45.734819434635043 ] } }, +{ "type": "Feature", "properties": { "id": "3088", "nom": "Velten", "desserte": "31A:R,43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2926", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833667359340613, 45.799123550596683 ] } }, +{ "type": "Feature", "properties": { "id": "3151", "nom": "Viviani", "desserte": "35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2976", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.861646236254107, 45.727991252008984 ] } }, +{ "type": "Feature", "properties": { "id": "10372", "nom": "Georges Brassens", "desserte": "76A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3410", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.975214893753889, 45.768253026950838 ] } }, +{ "type": "Feature", "properties": { "id": "10451", "nom": "Dardilly Peupliers", "desserte": "3A:R,89A:R,GE4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3444", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.758501490550418, 45.813451501116589 ] } }, +{ "type": "Feature", "properties": { "id": "10458", "nom": "Museum", "desserte": "38A:R,C1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3447", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.848329727971033, 45.774718344959503 ] } }, +{ "type": "Feature", "properties": { "id": "10606", "nom": "Tissot", "desserte": "2A:R,31A:R,C14A:R,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2836", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.803840081319937, 45.777003139459488 ] } }, +{ "type": "Feature", "properties": { "id": "12223", "nom": "Berthet", "desserte": "49A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3738", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.807829600773855, 45.746795463356619 ] } }, +{ "type": "Feature", "properties": { "id": "39474", "nom": "Gorge de Loup", "desserte": "86A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "61", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.804176712350133, 45.766543148910955 ] } }, +{ "type": "Feature", "properties": { "id": "39894", "nom": "Lycée Lumière", "desserte": "35A:A,C16A:A,C22A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "614", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.863641973912502, 45.734229182186702 ] } }, +{ "type": "Feature", "properties": { "id": "45401", "nom": "Ancienne Gare", "desserte": "11B:R,2EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4548", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.696960139047378, 45.718696526640208 ] } }, +{ "type": "Feature", "properties": { "id": "45421", "nom": "Joanna", "desserte": "11B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4951", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.691315306893105, 45.716501986980461 ] } }, +{ "type": "Feature", "properties": { "id": "45800", "nom": "Hôtel de Région Montrochet", "desserte": "S1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "508", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.81951169931391, 45.741281009349557 ] } }, +{ "type": "Feature", "properties": { "id": "45806", "nom": "Lortet", "desserte": "C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3149", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.840411030802171, 45.742616933652862 ] } }, +{ "type": "Feature", "properties": { "id": "45807", "nom": "La Saulaie", "desserte": "15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1777", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.818117014089712, 45.718332112462484 ] } }, +{ "type": "Feature", "properties": { "id": "46204", "nom": "Pateliere - Robiniers", "desserte": "73A:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4213", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.745217189501893, 45.745882605976888 ] } }, +{ "type": "Feature", "properties": { "id": "46552", "nom": "Mayer", "desserte": "78B:R,80A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5542", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.789669324963367, 45.609277686626704 ] } }, +{ "type": "Feature", "properties": { "id": "110", "nom": "Balmont Bas", "desserte": "S11A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "866", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.800331199220892, 45.783198567809542 ] } }, +{ "type": "Feature", "properties": { "id": "129", "nom": "Basso", "desserte": "84A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "879", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.791522722400833, 45.825084453546594 ] } }, +{ "type": "Feature", "properties": { "id": "816", "nom": "Echangeur du Perollier", "desserte": "19A:R,89A:R,C6B:R,S15A:A,S15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1364", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.78279042915753, 45.787407424056717 ] } }, +{ "type": "Feature", "properties": { "id": "885", "nom": "Evellier", "desserte": "C24B:A,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1399", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.694584385130748, 45.749033675786748 ] } }, +{ "type": "Feature", "properties": { "id": "903", "nom": "Felix Jacquier", "desserte": "27A:A,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1404", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.848622710018608, 45.772965552153515 ] } }, +{ "type": "Feature", "properties": { "id": "1611", "nom": "Les Anzieux", "desserte": "40A:R,70A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1907", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.837522292598108, 45.849930956116367 ] } }, +{ "type": "Feature", "properties": { "id": "1690", "nom": "Les Grandes Terres", "desserte": "28A:R,68B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1981", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.978349164849695, 45.73576422287568 ] } }, +{ "type": "Feature", "properties": { "id": "2708", "nom": "Saxe - Lafayette", "desserte": "448A:A,C13A:R,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2643", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.845441380638933, 45.763567397761385 ] } }, +{ "type": "Feature", "properties": { "id": "2739", "nom": "Sous Genas", "desserte": "28A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5446", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.985862454613391, 45.734821962809001 ] } }, +{ "type": "Feature", "properties": { "id": "2823", "nom": "Parc d'activites T.Garnier", "desserte": "C22A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2744", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.845541170971798, 45.729378653856159 ] } }, +{ "type": "Feature", "properties": { "id": "2949", "nom": "Tassin Deperet", "desserte": "72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2815", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.760808915121056, 45.758072933027996 ] } }, +{ "type": "Feature", "properties": { "id": "3380", "nom": "Novy Jicin", "desserte": "87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2325", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.897253349193945, 45.695787642385241 ] } }, +{ "type": "Feature", "properties": { "id": "10571", "nom": "Tassin Centre social", "desserte": "72B:R,98A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2810", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.766525858904464, 45.763484905968326 ] } }, +{ "type": "Feature", "properties": { "id": "11223", "nom": "Carrefour Liberation", "desserte": "14B:R,72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1039", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.776299119354596, 45.757866429705253 ] } }, +{ "type": "Feature", "properties": { "id": "11543", "nom": "St Pierre de Vaise", "desserte": "90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2756", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.808235272317193, 45.772430604243638 ] } }, +{ "type": "Feature", "properties": { "id": "32107", "nom": "Rue de l'Université", "desserte": "T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "371", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.839018765481185, 45.751183791513199 ] } }, +{ "type": "Feature", "properties": { "id": "32244", "nom": "Leclerc - Nadaud", "desserte": "C22A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3872", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.831470426954093, 45.744472242329614 ] } }, +{ "type": "Feature", "properties": { "id": "39895", "nom": "Lycée Lumière", "desserte": "C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "611", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.862997007732171, 45.73445973412143 ] } }, +{ "type": "Feature", "properties": { "id": "44798", "nom": "Porcher", "desserte": "S10A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4932", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.837907124806621, 45.802647727641428 ] } }, +{ "type": "Feature", "properties": { "id": "45481", "nom": "La Source", "desserte": "12B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5013", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.74396565510137, 45.712270171709058 ] } }, +{ "type": "Feature", "properties": { "id": "45639", "nom": "St Germain Pain Beni", "desserte": "21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3528", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.799355666530069, 45.88381670799955 ] } }, +{ "type": "Feature", "properties": { "id": "45768", "nom": "De Tassigny - Curial", "desserte": "79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5021", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.917126389216664, 45.736945633019324 ] } }, +{ "type": "Feature", "properties": { "id": "46025", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "302A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "531", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.857238319547681, 45.761682937627469 ] } }, +{ "type": "Feature", "properties": { "id": "46027", "nom": "Place Guichard", "desserte": "302A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "92", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.847567607468766, 45.759433313723598 ] } }, +{ "type": "Feature", "properties": { "id": "46028", "nom": "Jean Macé", "desserte": "302A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "286", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.84247429605042, 45.746144351787635 ] } }, +{ "type": "Feature", "properties": { "id": "46206", "nom": "Meyzieu Z.i.", "desserte": "T3:A,T3:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "590", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.031640859993246, 45.767678069973151 ] } }, +{ "type": "Feature", "properties": { "id": "46207", "nom": "Meyzieu les Panettes", "desserte": "T3:A,T3:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "790", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.034977705640912, 45.766139989942509 ] } }, +{ "type": "Feature", "properties": { "id": "46212", "nom": "Pr Bernard", "desserte": "ZI6A:A,ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4610", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.845408614987453, 45.722493928962933 ] } }, +{ "type": "Feature", "properties": { "id": "356", "nom": "Castellane", "desserte": "171:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "18", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.898389896254456, 45.808044913567251 ] } }, +{ "type": "Feature", "properties": { "id": "589", "nom": "Contrebandiers", "desserte": "S11A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1229", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.804876907686303, 45.786735201283989 ] } }, +{ "type": "Feature", "properties": { "id": "1072", "nom": "Grand Vire", "desserte": "52A:R,C3A:A,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1497", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.916880553748959, 45.77831298005426 ] } }, +{ "type": "Feature", "properties": { "id": "1099", "nom": "Grange Bruyere", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1508", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.801725059664394, 45.751439223645569 ] } }, +{ "type": "Feature", "properties": { "id": "1153", "nom": "Henon - Deleuvre", "desserte": "C18A:R,S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1544", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.825320186642054, 45.780181288347379 ] } }, +{ "type": "Feature", "properties": { "id": "1169", "nom": "HLM Republique", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1554", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.870315362149965, 45.707191999647705 ] } }, +{ "type": "Feature", "properties": { "id": "1474", "nom": "La Villette", "desserte": "25A:R,C13A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1795", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.862840423605517, 45.756813354033973 ] } }, +{ "type": "Feature", "properties": { "id": "1709", "nom": "Les Lauriers", "desserte": "97A:A,97A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1996", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.86608223194194, 45.88077000296736 ] } }, +{ "type": "Feature", "properties": { "id": "2742", "nom": "Décines Centre", "desserte": "323A:A,67A:A,79A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "577", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.956658052993129, 45.770487855494359 ] } }, +{ "type": "Feature", "properties": { "id": "2743", "nom": "Décines Centre", "desserte": "323A:R,67A:R,79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "576", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.956685891885461, 45.770532214142939 ] } }, +{ "type": "Feature", "properties": { "id": "3120", "nom": "Viabert - Anatole France", "desserte": "27A:R,C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2948", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.868376344965633, 45.76645503344961 ] } }, +{ "type": "Feature", "properties": { "id": "3132", "nom": "Alfred de Vigny", "desserte": "62A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "443", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.936780030643796, 45.699369872805434 ] } }, +{ "type": "Feature", "properties": { "id": "3148", "nom": "Vitton - Belges", "desserte": "C1A:R,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2973", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.856800021366968, 45.770081943258958 ] } }, +{ "type": "Feature", "properties": { "id": "10893", "nom": "Bellevue", "desserte": "9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "913", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.847742551351035, 45.785523960373659 ] } }, +{ "type": "Feature", "properties": { "id": "11040", "nom": "Grisard", "desserte": "50A:R,ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3589", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.948388921361635, 45.697389808973142 ] } }, +{ "type": "Feature", "properties": { "id": "11226", "nom": "Neuville", "desserte": "96A:A,96A:R,97A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "602", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.838649983999819, 45.875541596104675 ] } }, +{ "type": "Feature", "properties": { "id": "11329", "nom": "Maison du Peuple", "desserte": "93A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3654", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.88217079791065, 45.704349207988713 ] } }, +{ "type": "Feature", "properties": { "id": "11937", "nom": "Ste Foy Platanes", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3168", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.776347982323861, 45.731804560365774 ] } }, +{ "type": "Feature", "properties": { "id": "12188", "nom": "Chemin des Pres", "desserte": "90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3254", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.791679656479262, 45.74213632413327 ] } }, +{ "type": "Feature", "properties": { "id": "39898", "nom": "Etats-Unis Tony Garnier", "desserte": "26A:R,C16A:R,C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "616", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.864230204292227, 45.733882888339849 ] } }, +{ "type": "Feature", "properties": { "id": "39914", "nom": "Marcel Houël - Hôtel de Ville", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "647", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.883072892983752, 45.696353579618332 ] } }, +{ "type": "Feature", "properties": { "id": "40035", "nom": "Commune de Paris", "desserte": "93A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4578", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.869352595545073, 45.702740139664549 ] } }, +{ "type": "Feature", "properties": { "id": "40036", "nom": "Gare de Vénissieux", "desserte": "111A:R,112A:R,35A:R,39A:R,54A:R,87A:R,93A:A,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "283", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.887608359455359, 45.705251810921681 ] } }, +{ "type": "Feature", "properties": { "id": "40135", "nom": "Croizat - Paul Bert", "desserte": "39A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "640", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.887752180512137, 45.700036801316813 ] } }, +{ "type": "Feature", "properties": { "id": "43848", "nom": "Chemin de Crecy", "desserte": "23A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4894", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.803708450409835, 45.801126637143035 ] } }, +{ "type": "Feature", "properties": { "id": "43854", "nom": "Bois de l'Etoile Liberte", "desserte": "GE6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4896", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.723057749564597, 45.784813095508206 ] } }, +{ "type": "Feature", "properties": { "id": "45840", "nom": "Rue de Sete", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4570", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.841494739639438, 45.713609045264477 ] } }, +{ "type": "Feature", "properties": { "id": "46216", "nom": "Pont de Fontaines", "desserte": "40A:A,70A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2516", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.848094524548524, 45.832663545656047 ] } }, +{ "type": "Feature", "properties": { "id": "396", "nom": "Champvillard", "desserte": "15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1082", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.818368844226105, 45.672610084348499 ] } }, +{ "type": "Feature", "properties": { "id": "572", "nom": "Coblod - Rosenberg", "desserte": "35A:A,54A:A,87A:A,ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1216", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.892127427513728, 45.700477267510557 ] } }, +{ "type": "Feature", "properties": { "id": "644", "nom": "Croix-Rousse", "desserte": "303:A,303:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "338", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.831829836182253, 45.774458721307809 ] } }, +{ "type": "Feature", "properties": { "id": "707", "nom": "Decines Wilson", "desserte": "67A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1303", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.942668549911437, 45.768698001934396 ] } }, +{ "type": "Feature", "properties": { "id": "750", "nom": "Descartes", "desserte": "37A:R,69A:A,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1316", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.871538135478967, 45.776177115678429 ] } }, +{ "type": "Feature", "properties": { "id": "755", "nom": "Diderot - Les Ormes", "desserte": "C25B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1321", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.929033763381728, 45.697730898751168 ] } }, +{ "type": "Feature", "properties": { "id": "963", "nom": "Francheville Bel Air", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "709", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.755836493393552, 45.747343132984966 ] } }, +{ "type": "Feature", "properties": { "id": "1206", "nom": "Ile Barbe", "desserte": "40A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1575", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.830448152789224, 45.795675591712254 ] } }, +{ "type": "Feature", "properties": { "id": "1306", "nom": "L'Oiselet", "desserte": "20A:R,22A:R,23A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5253", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.802541157472649, 45.802646451007817 ] } }, +{ "type": "Feature", "properties": { "id": "10542", "nom": "Limonest Maison Retraite", "desserte": "21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3480", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.772492424454179, 45.840449238313859 ] } }, +{ "type": "Feature", "properties": { "id": "10613", "nom": "Berlioz", "desserte": "2A:A,S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3497", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.821662276252988, 45.799443761693865 ] } }, +{ "type": "Feature", "properties": { "id": "10738", "nom": "Grandes Bruyeres", "desserte": "72B:R,98A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1503", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.734290801214954, 45.775708020174392 ] } }, +{ "type": "Feature", "properties": { "id": "10910", "nom": "Z.I. Ampere", "desserte": "43A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3536", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.823850369381027, 45.889929796168886 ] } }, +{ "type": "Feature", "properties": { "id": "10988", "nom": "La Cle des Champs", "desserte": "S5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3563", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.864124762943414, 45.80156587399857 ] } }, +{ "type": "Feature", "properties": { "id": "30219", "nom": "Theatre Eglise Notre Dame", "desserte": "45A:A,90A:A,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3721", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.79528234545225, 45.758034268418939 ] } }, +{ "type": "Feature", "properties": { "id": "39918", "nom": "Minguettes Darnaise", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2205", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.866484882160252, 45.69065315753506 ] } }, +{ "type": "Feature", "properties": { "id": "39919", "nom": "Hopital Feyzin Venissieux", "desserte": "93A:R,C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "678", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.865298510079536, 45.688591623356317 ] } }, +{ "type": "Feature", "properties": { "id": "39921", "nom": "Lamothe - Madeleine", "desserte": "35A:R,C12A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1811", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.84911102979332, 45.745077860512374 ] } }, +{ "type": "Feature", "properties": { "id": "39922", "nom": "Domer - Chevreul", "desserte": "C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4553", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.844832987683747, 45.746838765005165 ] } }, +{ "type": "Feature", "properties": { "id": "39955", "nom": "Port Edouard Herriot", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3111", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.838321571141869, 45.725498337936379 ] } }, +{ "type": "Feature", "properties": { "id": "40015", "nom": "Professeur Beauvisage - C.I.S.L.", "desserte": "26A:A,35A:A,448A:A,C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "625", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.867270462809266, 45.729556777879758 ] } }, +{ "type": "Feature", "properties": { "id": "40016", "nom": "Professeur Beauvisage - C.I.S.L.", "desserte": "26A:R,C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "624", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.867474631501782, 45.72980420774968 ] } }, +{ "type": "Feature", "properties": { "id": "43715", "nom": "Parilly Jean Zay", "desserte": "93A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4885", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.903173118624364, 45.712286821728064 ] } }, +{ "type": "Feature", "properties": { "id": "43856", "nom": "L'Etang", "desserte": "6A:A,GE4A:A,GE4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4898", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.778959349327141, 45.807464070636549 ] } }, +{ "type": "Feature", "properties": { "id": "46059", "nom": "Cusset", "desserte": "301A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "47", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.900278247177153, 45.765740128294709 ] } }, +{ "type": "Feature", "properties": { "id": "46233", "nom": "Quincieux Mairie", "desserte": "96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5195", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.779116622816272, 45.914726814833735 ] } }, +{ "type": "Feature", "properties": { "id": "46234", "nom": "Jerusalem", "desserte": "96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5196", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.787668208611802, 45.911300508919794 ] } }, +{ "type": "Feature", "properties": { "id": "46235", "nom": "Jerusalem", "desserte": "96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5197", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.787130359212445, 45.911384228344964 ] } }, +{ "type": "Feature", "properties": { "id": "54", "nom": "Ampere", "desserte": "71A:R,S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "826", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.838358454105206, 45.817093691781736 ] } }, +{ "type": "Feature", "properties": { "id": "71", "nom": "Antonins", "desserte": "37A:R,69A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "839", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.878935228196203, 45.778134207178724 ] } }, +{ "type": "Feature", "properties": { "id": "80", "nom": "Ateliers SNCF", "desserte": "15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "848", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.818164969134886, 45.719681210719187 ] } }, +{ "type": "Feature", "properties": { "id": "95", "nom": "Avenue de la Paix", "desserte": "5A:R,86A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "858", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.748816790022462, 45.784883870105268 ] } }, +{ "type": "Feature", "properties": { "id": "142", "nom": "Foch - Provinces", "desserte": "90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "890", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.798505359710687, 45.747297402188643 ] } }, +{ "type": "Feature", "properties": { "id": "148", "nom": "Bellecombe", "desserte": "39A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "893", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.845410098385139, 45.64839811572493 ] } }, +{ "type": "Feature", "properties": { "id": "180", "nom": "Bellegarde", "desserte": "40A:R,70A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "912", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.839733410821522, 45.870755792885234 ] } }, +{ "type": "Feature", "properties": { "id": "397", "nom": "Chantabeau", "desserte": "39A:A,GE2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1084", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.837576849762247, 45.641507367819251 ] } }, +{ "type": "Feature", "properties": { "id": "1134", "nom": "Guynemer", "desserte": "C25B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1531", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.934552148727047, 45.683461787220956 ] } }, +{ "type": "Feature", "properties": { "id": "1156", "nom": "Henri Gorjus", "desserte": "2A:R,C18A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1545", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.823259957875202, 45.779569840881798 ] } }, +{ "type": "Feature", "properties": { "id": "1625", "nom": "Les Biesses", "desserte": "95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1920", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.036929299022901, 45.792873807458712 ] } }, +{ "type": "Feature", "properties": { "id": "2999", "nom": "Treves Paques", "desserte": "S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2853", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.839440777041443, 45.815701398930244 ] } }, +{ "type": "Feature", "properties": { "id": "3000", "nom": "Treves Paques", "desserte": "71A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2854", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.839694362688102, 45.816181818885923 ] } }, +{ "type": "Feature", "properties": { "id": "3121", "nom": "Viala - Lacassagne", "desserte": "C26A:R,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2950", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.885835944992475, 45.746058996210884 ] } }, +{ "type": "Feature", "properties": { "id": "11389", "nom": "Tissot", "desserte": "2A:A,31A:A,448A:A,C14A:A,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2837", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804058727286182, 45.776815973537637 ] } }, +{ "type": "Feature", "properties": { "id": "11544", "nom": "Croix-Rousse", "desserte": "S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "336", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.832434179595711, 45.774757091608542 ] } }, +{ "type": "Feature", "properties": { "id": "11629", "nom": "Georges Levy", "desserte": "35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3088", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.868005490995837, 45.720106900392935 ] } }, +{ "type": "Feature", "properties": { "id": "11736", "nom": "Stade Jean Bouin", "desserte": "C25B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5220", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.92435725539563, 45.697442842268202 ] } }, +{ "type": "Feature", "properties": { "id": "11744", "nom": "23 Aout 1944", "desserte": "296:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3102", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.951445321575378, 45.665993069861663 ] } }, +{ "type": "Feature", "properties": { "id": "11836", "nom": "Clinique du Grand Large", "desserte": "16A:A,79A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3641", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.970332705173445, 45.771860294401812 ] } }, +{ "type": "Feature", "properties": { "id": "34653", "nom": "Val Rosay", "desserte": "23A:A,84A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2886", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.812295715599416, 45.793772823851292 ] } }, +{ "type": "Feature", "properties": { "id": "43891", "nom": "Avoraux", "desserte": "R2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4912", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.827077737517798, 45.868156312274017 ] } }, +{ "type": "Feature", "properties": { "id": "45828", "nom": "Louis Renault", "desserte": "ZI2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5029", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.031190947044966, 45.777005974503801 ] } }, +{ "type": "Feature", "properties": { "id": "46146", "nom": "Grigny Pasteur", "desserte": "80A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4201", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.776722235554816, 45.609704743091868 ] } }, +{ "type": "Feature", "properties": { "id": "46147", "nom": "Grigny Pasteur", "desserte": "80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4200", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.776857352632474, 45.609668764899325 ] } }, +{ "type": "Feature", "properties": { "id": "46148", "nom": "Peroniere", "desserte": "84A:A,84A:R,R2A:A,R2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5132", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.800378776965482, 45.860373225286622 ] } }, +{ "type": "Feature", "properties": { "id": "46151", "nom": "Part-Dieu - Servient", "desserte": "38A:A,C13A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "429", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.852213257821029, 45.760872120899016 ] } }, +{ "type": "Feature", "properties": { "id": "46236", "nom": "Port Maçon", "desserte": "96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5198", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.801099466996008, 45.897685383155178 ] } }, +{ "type": "Feature", "properties": { "id": "46237", "nom": "Port Maçon", "desserte": "96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5199", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.80081022328842, 45.898708853936888 ] } }, +{ "type": "Feature", "properties": { "id": "190", "nom": "Paul Berliet", "desserte": "296:R,C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "920", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.911935751191706, 45.705136931811964 ] } }, +{ "type": "Feature", "properties": { "id": "832", "nom": "La Mulatiere Mairie", "desserte": "17B:A,8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1370", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.810414848033147, 45.729087437129522 ] } }, +{ "type": "Feature", "properties": { "id": "1797", "nom": "Limonest Cimetiere", "desserte": "21A:A,21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2074", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.768586235988755, 45.84268505276453 ] } }, +{ "type": "Feature", "properties": { "id": "2118", "nom": "Neuville", "desserte": "84A:A,84A:R,96A:A,96A:R,97A:R,R2A:A,S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "599", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.838456702879217, 45.875824935954213 ] } }, +{ "type": "Feature", "properties": { "id": "2958", "nom": "Terraillon - Lessivas", "desserte": "52A:R,C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2823", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.919482905293732, 45.743606502283683 ] } }, +{ "type": "Feature", "properties": { "id": "11330", "nom": "Langevin", "desserte": "93A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1816", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.881673589357108, 45.70193015266068 ] } }, +{ "type": "Feature", "properties": { "id": "11940", "nom": "Grande Rue de St Clair", "desserte": "9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3170", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.859489412079694, 45.790859505631147 ] } }, +{ "type": "Feature", "properties": { "id": "12037", "nom": "Dardilly St Joseph", "desserte": "3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3199", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.755379190740667, 45.803923729795841 ] } }, +{ "type": "Feature", "properties": { "id": "12038", "nom": "Edouard Aynard", "desserte": "19A:A,S15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3201", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.778931904778807, 45.776717191910151 ] } }, +{ "type": "Feature", "properties": { "id": "12039", "nom": "Edouard Aynard", "desserte": "19A:R,S15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3202", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.778875709267091, 45.776610402127858 ] } }, +{ "type": "Feature", "properties": { "id": "12045", "nom": "Gare de Vaise", "desserte": "118A:R,20A:R,21A:R,22A:R,23A:R,2A:R,31A:R,40A:R,43A:R,4A:R,61A:R,6A:R,71A:R,84A:R,89A:R,942A:R,C14A:A,C14A:R,S11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "258", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805236320803305, 45.780984601822652 ] } }, +{ "type": "Feature", "properties": { "id": "12063", "nom": "Paul Chevrel", "desserte": "20A:A,23A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3216", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.800183958800172, 45.819548265585759 ] } }, +{ "type": "Feature", "properties": { "id": "12076", "nom": "Pont Masaryk", "desserte": "40A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3223", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.810793062959216, 45.7778911432206 ] } }, +{ "type": "Feature", "properties": { "id": "12079", "nom": "Les Malandieres", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3226", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.812219889366514, 45.892994678503591 ] } }, +{ "type": "Feature", "properties": { "id": "12082", "nom": "Clinique Charcot", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1187", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.79849561993239, 45.750240953455176 ] } }, +{ "type": "Feature", "properties": { "id": "12151", "nom": "L'Avenir", "desserte": "C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3234", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.709973031707883, 45.746653759615334 ] } }, +{ "type": "Feature", "properties": { "id": "12169", "nom": "J. Ambre Hopital entree pieton", "desserte": "C13A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3242", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.832547241100462, 45.780686988072908 ] } }, +{ "type": "Feature", "properties": { "id": "12190", "nom": "Centre Communal du Vallon", "desserte": "90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3256", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.793107622462236, 45.741583018370036 ] } }, +{ "type": "Feature", "properties": { "id": "12199", "nom": "Pont des Razes", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "175", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.850617306313084, 45.668020965604107 ] } }, +{ "type": "Feature", "properties": { "id": "12203", "nom": "11 Novembre 1918", "desserte": "93A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3145", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.863197695634485, 45.688710991102639 ] } }, +{ "type": "Feature", "properties": { "id": "12211", "nom": "Charcot - La Source", "desserte": "C20A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3734", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.792337381019334, 45.748233616814211 ] } }, +{ "type": "Feature", "properties": { "id": "12217", "nom": "Berthet", "desserte": "49A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3739", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.807717640178909, 45.746878937883864 ] } }, +{ "type": "Feature", "properties": { "id": "12219", "nom": "Chavril - Brulet", "desserte": "49A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3742", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.803518146835635, 45.747268349570497 ] } }, +{ "type": "Feature", "properties": { "id": "12229", "nom": "Charcot - La Source", "desserte": "45A:R,C20A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3735", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.792204122917919, 45.748128520260394 ] } }, +{ "type": "Feature", "properties": { "id": "12230", "nom": "Domremy - Lacassagne", "desserte": "25A:R,C13A:A,C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3114", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.872870050127154, 45.751222432333336 ] } }, +{ "type": "Feature", "properties": { "id": "12231", "nom": "Rue du Parc", "desserte": "26A:A,79A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3730", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.891795648493291, 45.729874093575212 ] } }, +{ "type": "Feature", "properties": { "id": "46050", "nom": "Cordeliers", "desserte": "301A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "31", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.835737932298324, 45.763423764143496 ] } }, +{ "type": "Feature", "properties": { "id": "619", "nom": "Couzon", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1241", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.832426424691574, 45.845786583215393 ] } }, +{ "type": "Feature", "properties": { "id": "985", "nom": "Fromentin", "desserte": "21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1443", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.763760555518024, 45.872510764014031 ] } }, +{ "type": "Feature", "properties": { "id": "1012", "nom": "Gare de Vaise", "desserte": "C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "264", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.805092592184905, 45.781221789513104 ] } }, +{ "type": "Feature", "properties": { "id": "1061", "nom": "Gorge de Loup", "desserte": "3A:A,3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "59", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804952525489962, 45.766922143449278 ] } }, +{ "type": "Feature", "properties": { "id": "1207", "nom": "Ile Barbe", "desserte": "40A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1574", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.830518954628356, 45.795818039006946 ] } }, +{ "type": "Feature", "properties": { "id": "1307", "nom": "Gare de Francheville", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1656", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.768326358252179, 45.73526402182101 ] } }, +{ "type": "Feature", "properties": { "id": "1588", "nom": "Le Vernay", "desserte": "33A:A,70A:A,77A:A,9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1893", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.857122480148283, 45.80940131599575 ] } }, +{ "type": "Feature", "properties": { "id": "1640", "nom": "Les Selettes", "desserte": "15A:A,18B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1938", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.820385832817388, 45.658397727468646 ] } }, +{ "type": "Feature", "properties": { "id": "1798", "nom": "Limonest Place", "desserte": "21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2077", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.771474154023887, 45.836069783911235 ] } }, +{ "type": "Feature", "properties": { "id": "1814", "nom": "Louise Michel", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2089", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.894402675710549, 45.774083399955217 ] } }, +{ "type": "Feature", "properties": { "id": "2744", "nom": "Square des Monts d'Or", "desserte": "84A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2677", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.827119648026905, 45.874195240971503 ] } }, +{ "type": "Feature", "properties": { "id": "3104", "nom": "Verdun - Victor Hugo", "desserte": "67A:R,95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2932", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.996375481567338, 45.779195093007061 ] } }, +{ "type": "Feature", "properties": { "id": "3516", "nom": "Leclerc - Drevet", "desserte": "C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3086", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.871238687736524, 45.808480670483831 ] } }, +{ "type": "Feature", "properties": { "id": "10224", "nom": "Camp Militaire", "desserte": "33A:A,77A:A,9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3339", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.86924075784553, 45.819455544099682 ] } }, +{ "type": "Feature", "properties": { "id": "10366", "nom": "Decines Beauregard", "desserte": "79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3404", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.944036571754426, 45.752787476881871 ] } }, +{ "type": "Feature", "properties": { "id": "11392", "nom": "Parilly", "desserte": "26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "150", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.886883253915748, 45.719832381098733 ] } }, +{ "type": "Feature", "properties": { "id": "11426", "nom": "St Germain Four a Chaux", "desserte": "96A:A,96A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3687", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.806174694140989, 45.888995954111962 ] } }, +{ "type": "Feature", "properties": { "id": "11949", "nom": "St Fons Gabriel Peri", "desserte": "93A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3651", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.855733982875259, 45.705801206841095 ] } }, +{ "type": "Feature", "properties": { "id": "11987", "nom": "Henri Germain", "desserte": "62A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3178", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.903746455274344, 45.704190498740815 ] } }, +{ "type": "Feature", "properties": { "id": "34212", "nom": "Guilloux", "desserte": "17B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3938", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.807554128309593, 45.689122884295678 ] } }, +{ "type": "Feature", "properties": { "id": "40434", "nom": "Route de Mions", "desserte": "62A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2607", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.947003069072398, 45.684414793059602 ] } }, +{ "type": "Feature", "properties": { "id": "40574", "nom": "Pays Bas", "desserte": "67A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4593", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.028414444525938, 45.759581875853002 ] } }, +{ "type": "Feature", "properties": { "id": "40619", "nom": "Z.A Barolles", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4596", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.782100565005273, 45.675558444280782 ] } }, +{ "type": "Feature", "properties": { "id": "46166", "nom": "Kellermann", "desserte": "15A:A,17B:A,18B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1636", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.817336532548766, 45.7137665771697 ] } }, +{ "type": "Feature", "properties": { "id": "46264", "nom": "Ste Foy Place Saint Luc", "desserte": "17B:A,17B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5212", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.800624266306289, 45.748661368386024 ] } }, +{ "type": "Feature", "properties": { "id": "46297", "nom": "Gare d'Ecully", "desserte": "S15A:A,S15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5852", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.779085098174573, 45.764956315716915 ] } }, +{ "type": "Feature", "properties": { "id": "46329", "nom": "Rond-Point d'Italie", "desserte": "ZI5B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5465", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.992756018658906, 45.713342307421271 ] } }, +{ "type": "Feature", "properties": { "id": "46337", "nom": "ZI du Mariage", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5473", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.075131642187483, 45.76602222505317 ] } }, +{ "type": "Feature", "properties": { "id": "185", "nom": "Benoit Bernard", "desserte": "35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "915", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.852474536443439, 45.738503644931498 ] } }, +{ "type": "Feature", "properties": { "id": "1573", "nom": "Le Rontey", "desserte": "85A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1882", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.005422337866303, 45.781636057475616 ] } }, +{ "type": "Feature", "properties": { "id": "2745", "nom": "Square des Monts d'Or", "desserte": "84A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2676", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.826897943176723, 45.874137140469131 ] } }, +{ "type": "Feature", "properties": { "id": "3091", "nom": "Venissieux Marronniers", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2929", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.877889869845659, 45.705400417831591 ] } }, +{ "type": "Feature", "properties": { "id": "3324", "nom": "Pont des Razes", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "174", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.850564272682428, 45.667140039170356 ] } }, +{ "type": "Feature", "properties": { "id": "11331", "nom": "Venissieux Emile Zola", "desserte": "93A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3655", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.886627823168335, 45.702942778247284 ] } }, +{ "type": "Feature", "properties": { "id": "11427", "nom": "St Germain Four a Chaux", "desserte": "96A:A,96A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3686", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.806324298196329, 45.88859661671767 ] } }, +{ "type": "Feature", "properties": { "id": "11739", "nom": "Gare Part-Dieu Villette", "desserte": "296:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "539", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.86308385930074, 45.760714424033765 ] } }, +{ "type": "Feature", "properties": { "id": "11745", "nom": "Mions Liberation", "desserte": "296:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3104", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.953674439844034, 45.658865810670882 ] } }, +{ "type": "Feature", "properties": { "id": "11746", "nom": "Mions Liberation", "desserte": "296:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3105", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.953843267813983, 45.658906875589352 ] } }, +{ "type": "Feature", "properties": { "id": "11760", "nom": "Roger Salengro", "desserte": "26A:A,C15A:A,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3115", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.90554868086898, 45.726850657713747 ] } }, +{ "type": "Feature", "properties": { "id": "11761", "nom": "Roger Salengro", "desserte": "26A:R,C15A:R,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3116", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.904991165568631, 45.726746402575444 ] } }, +{ "type": "Feature", "properties": { "id": "11847", "nom": "Clinique de Vaulx", "desserte": "7A:R,83A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3132", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.924565208365068, 45.790711300166684 ] } }, +{ "type": "Feature", "properties": { "id": "11862", "nom": "Belle Etoile", "desserte": "ZI6A:A,ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3141", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.845430141848118, 45.684645347734936 ] } }, +{ "type": "Feature", "properties": { "id": "11868", "nom": "St Fons Semard", "desserte": "ZI6A:A,ZI6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3143", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.845005214965558, 45.694772197909224 ] } }, +{ "type": "Feature", "properties": { "id": "11872", "nom": "St Fons Recherche", "desserte": "ZI6A:A,ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3144", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.847671670687401, 45.684235120614012 ] } }, +{ "type": "Feature", "properties": { "id": "11879", "nom": "Lortet", "desserte": "ZI6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3147", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.840446927646095, 45.741427978994913 ] } }, +{ "type": "Feature", "properties": { "id": "11880", "nom": "Interpol", "desserte": "C1A:A,C4A:A,C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3152", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.850220529085771, 45.782597130883993 ] } }, +{ "type": "Feature", "properties": { "id": "11881", "nom": "Interpol", "desserte": "171:R,C1A:R,C4A:R,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3151", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.84968044760211, 45.782321177510276 ] } }, +{ "type": "Feature", "properties": { "id": "11883", "nom": "Musee d'Art Contemporain", "desserte": "171:R,C1A:R,C4A:R,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3154", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.852433552422236, 45.783726742965122 ] } }, +{ "type": "Feature", "properties": { "id": "11898", "nom": "Charlemagne - C.-Perier", "desserte": "S1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3158", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.821998064315379, 45.742252101171715 ] } }, +{ "type": "Feature", "properties": { "id": "41077", "nom": "Chemin de la Poterie", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4638", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.761125221178383, 45.749402549378537 ] } }, +{ "type": "Feature", "properties": { "id": "41094", "nom": "Brunier - Guyot", "desserte": "S5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4640", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.831246456629997, 45.79058119157969 ] } }, +{ "type": "Feature", "properties": { "id": "41095", "nom": "Brunier - Guyot", "desserte": "S5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4639", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.831643497709464, 45.791391481572347 ] } }, +{ "type": "Feature", "properties": { "id": "41096", "nom": "Pierre Brunier", "desserte": "S5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4642", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.83059358853775, 45.789236509773481 ] } }, +{ "type": "Feature", "properties": { "id": "41100", "nom": "Place du Capot", "desserte": "S5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3346", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.835605470720135, 45.791933490289303 ] } }, +{ "type": "Feature", "properties": { "id": "45767", "nom": "De Tassigny - Curial", "desserte": "C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5022", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.91678835485946, 45.73632420510139 ] } }, +{ "type": "Feature", "properties": { "id": "46339", "nom": "L'Odyssee", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5475", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.063148760672544, 45.764016185577631 ] } }, +{ "type": "Feature", "properties": { "id": "159", "nom": "Bellecour Chambonnet", "desserte": "27A:R,40A:A,C20A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "899", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.830443202589592, 45.758968910533767 ] } }, +{ "type": "Feature", "properties": { "id": "1514", "nom": "Laurent Bonnevay", "desserte": "C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "228", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.909268741521394, 45.764922411893913 ] } }, +{ "type": "Feature", "properties": { "id": "1631", "nom": "Les Brosses de Marcy", "desserte": "72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1926", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.705187035936052, 45.775524588876102 ] } }, +{ "type": "Feature", "properties": { "id": "11275", "nom": "Parc du Chene", "desserte": "52A:A,79A:A,ZI7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3638", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.926863270728561, 45.73898069512623 ] } }, +{ "type": "Feature", "properties": { "id": "11332", "nom": "Venissieux Emile Zola", "desserte": "93A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3656", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.886287082884202, 45.702797503291222 ] } }, +{ "type": "Feature", "properties": { "id": "11440", "nom": "Ecole N.D. Bellegarde", "desserte": "84A:A,84A:R,96A:A,96A:R,97A:A,97A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3699", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.842011209161111, 45.87040803560555 ] } }, +{ "type": "Feature", "properties": { "id": "11443", "nom": "Garibaldi - Tronchet", "desserte": "38A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3701", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.850340967234949, 45.769470625766274 ] } }, +{ "type": "Feature", "properties": { "id": "11444", "nom": "Garibaldi - Gambetta", "desserte": "C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1464", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.853559296115194, 45.751261044791569 ] } }, +{ "type": "Feature", "properties": { "id": "11452", "nom": "St Germain Pain Beni", "desserte": "21A:A,96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3529", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.799467919665995, 45.883733240090635 ] } }, +{ "type": "Feature", "properties": { "id": "11498", "nom": "Villebois Mareuil", "desserte": "69A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3706", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.874573563743269, 45.754703434912862 ] } }, +{ "type": "Feature", "properties": { "id": "11499", "nom": "Villebois Mareuil", "desserte": "69A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3705", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.874510581318989, 45.754731862762128 ] } }, +{ "type": "Feature", "properties": { "id": "11500", "nom": "Dauphiné -Lacassagne", "desserte": "69A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "546", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.869025724747239, 45.752623415891826 ] } }, +{ "type": "Feature", "properties": { "id": "11501", "nom": "Dauphiné -Lacassagne", "desserte": "69A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "544", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.868977242137634, 45.75268751860218 ] } }, +{ "type": "Feature", "properties": { "id": "11502", "nom": "St Philippe", "desserte": "69A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3708", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.865155070673111, 45.750937423829939 ] } }, +{ "type": "Feature", "properties": { "id": "11503", "nom": "St Philippe", "desserte": "69A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3707", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.865122322019412, 45.751064179192845 ] } }, +{ "type": "Feature", "properties": { "id": "11504", "nom": "Sans Souci", "desserte": "69A:A,69A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "190", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.863507644641014, 45.748382161378288 ] } }, +{ "type": "Feature", "properties": { "id": "11505", "nom": "Manufacture Montluc", "desserte": "69A:A,69A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "760", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.861023646034574, 45.749167156370952 ] } }, +{ "type": "Feature", "properties": { "id": "11515", "nom": "Vaulx Les Grolieres", "desserte": "37A:R,52A:A,7A:R,C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2911", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.910389835507752, 45.787508372838261 ] } }, +{ "type": "Feature", "properties": { "id": "11516", "nom": "Vaulx Les Grolieres", "desserte": "37A:A,52A:R,7A:A,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2910", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.910411301400055, 45.787966955870871 ] } }, +{ "type": "Feature", "properties": { "id": "11520", "nom": "Bellecour A.Poncet", "desserte": "448A:A,C9A:A,C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "897", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.834411433398591, 45.756018319537979 ] } }, +{ "type": "Feature", "properties": { "id": "11747", "nom": "Mions Croix Rouge", "desserte": "296:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3106", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.953901192933524, 45.652559425901373 ] } }, +{ "type": "Feature", "properties": { "id": "11753", "nom": "Jean Vallier", "desserte": "ZI6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3109", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.839108729058925, 45.732636694617185 ] } }, +{ "type": "Feature", "properties": { "id": "45769", "nom": "De Tassigny - Curial", "desserte": "79A:A,C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5020", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.917731599518798, 45.736967721275455 ] } }, +{ "type": "Feature", "properties": { "id": "46344", "nom": "Pusignan Mairie", "desserte": "28A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5480", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.067314710871982, 45.755221274928616 ] } }, +{ "type": "Feature", "properties": { "id": "46345", "nom": "Pusignan Mairie", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5481", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.067409761128016, 45.755685271658244 ] } }, +{ "type": "Feature", "properties": { "id": "46346", "nom": "Moifond", "desserte": "28A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5482", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.070780648453568, 45.749091292856306 ] } }, +{ "type": "Feature", "properties": { "id": "46348", "nom": "ZI Satolas Green", "desserte": "28A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5484", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.064189699718295, 45.745126242253249 ] } }, +{ "type": "Feature", "properties": { "id": "46357", "nom": "La Petite Gare", "desserte": "R1B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5491", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.084749828741694, 45.80103721140366 ] } }, +{ "type": "Feature", "properties": { "id": "56", "nom": "Ampere - Lavoisier", "desserte": "76A:R,ZI5B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "828", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.970227862190007, 45.731796345563708 ] } }, +{ "type": "Feature", "properties": { "id": "96", "nom": "Avignon", "desserte": "93A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "860", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.857100159373121, 45.691863636830178 ] } }, +{ "type": "Feature", "properties": { "id": "398", "nom": "Chantabeau", "desserte": "GE2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1085", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.837775664776593, 45.641646946968045 ] } }, +{ "type": "Feature", "properties": { "id": "583", "nom": "Le Grand Roule", "desserte": "17B:A,8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1227", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.807621672036396, 45.730139096499244 ] } }, +{ "type": "Feature", "properties": { "id": "1515", "nom": "Laurent Bonnevay", "desserte": "C8A:A,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "223", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.908514521514006, 45.765020702237869 ] } }, +{ "type": "Feature", "properties": { "id": "1542", "nom": "Le Gregoire", "desserte": "3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1850", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.750775004822906, 45.815426952151284 ] } }, +{ "type": "Feature", "properties": { "id": "1691", "nom": "Les Grandes Terres", "desserte": "28A:A,68B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1982", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.977641757682107, 45.736023918218194 ] } }, +{ "type": "Feature", "properties": { "id": "2824", "nom": "Parc d'activites T.Garnier", "desserte": "C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2745", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.846212928544223, 45.729453643208295 ] } }, +{ "type": "Feature", "properties": { "id": "10150", "nom": "Bron Jules Mas", "desserte": "24A:R,79A:R,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "971", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.910342023222221, 45.735634194319417 ] } }, +{ "type": "Feature", "properties": { "id": "10440", "nom": "Dardilly Les Mouilles", "desserte": "3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3434", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.760177643761649, 45.797456641798526 ] } }, +{ "type": "Feature", "properties": { "id": "10678", "nom": "Antoine Vollon", "desserte": "S1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3509", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.82727508514842, 45.755456788792159 ] } }, +{ "type": "Feature", "properties": { "id": "11305", "nom": "Surville Route de Vienne", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2802", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.854635417109088, 45.718301502254 ] } }, +{ "type": "Feature", "properties": { "id": "11325", "nom": "St Fons Gabriel Peri", "desserte": "93A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3652", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.855297938988813, 45.707503219129975 ] } }, +{ "type": "Feature", "properties": { "id": "11396", "nom": "Labourbe", "desserte": "79A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3672", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.884358350089444, 45.717477404498489 ] } }, +{ "type": "Feature", "properties": { "id": "11397", "nom": "Labourbe", "desserte": "79A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3673", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.884434953559476, 45.717466663486796 ] } }, +{ "type": "Feature", "properties": { "id": "11400", "nom": "Stade Ph. De Lassalle", "desserte": "S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3674", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.820814393538483, 45.783242426025609 ] } }, +{ "type": "Feature", "properties": { "id": "11404", "nom": "Ecluse de Rochetaillee", "desserte": "40A:A,70A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3678", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.83527585824559, 45.844436110144279 ] } }, +{ "type": "Feature", "properties": { "id": "11405", "nom": "Ecluse de Rochetaillee", "desserte": "40A:R,70A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3677", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.835216622747682, 45.844266402313281 ] } }, +{ "type": "Feature", "properties": { "id": "11411", "nom": "Z.I. Genay Neuville", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2989", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.825910565158715, 45.890520266959953 ] } }, +{ "type": "Feature", "properties": { "id": "11412", "nom": "Les Lilas", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3545", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.830667493436244, 45.892708279529508 ] } }, +{ "type": "Feature", "properties": { "id": "11415", "nom": "L'Aventuriere", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1649", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.835868524232307, 45.887197124611546 ] } }, +{ "type": "Feature", "properties": { "id": "11418", "nom": "Rey Loras", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3681", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.837082043964159, 45.882993547205366 ] } }, +{ "type": "Feature", "properties": { "id": "11419", "nom": "Rey Loras", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3682", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.83709469091648, 45.882705223798403 ] } }, +{ "type": "Feature", "properties": { "id": "11420", "nom": "Rue de Prandieres", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3684", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.836661600709182, 45.885082196471977 ] } }, +{ "type": "Feature", "properties": { "id": "11425", "nom": "Montanay La Tour", "desserte": "97A:A,97A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3685", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.85923882301241, 45.876566989565468 ] } }, +{ "type": "Feature", "properties": { "id": "11434", "nom": "Neuville Place J. Jaures", "desserte": "97A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3692", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.839980417385207, 45.875043926992014 ] } }, +{ "type": "Feature", "properties": { "id": "11435", "nom": "Stade J.Lacaze", "desserte": "96A:A,96A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3693", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.812730058065396, 45.883442136555104 ] } }, +{ "type": "Feature", "properties": { "id": "11439", "nom": "Maison Ampere - Musee", "desserte": "84A:A,84A:R,R2A:A,R2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3698", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.799786009230565, 45.854049387466212 ] } }, +{ "type": "Feature", "properties": { "id": "84", "nom": "Aubepins", "desserte": "25A:A,C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "849", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.892454895961385, 45.750715188091824 ] } }, +{ "type": "Feature", "properties": { "id": "1208", "nom": "Ile Roy", "desserte": "40A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1577", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858829304653518, 45.824161206472048 ] } }, +{ "type": "Feature", "properties": { "id": "1518", "nom": "Le Bastion", "desserte": "90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1827", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.814165673735648, 45.759311316238602 ] } }, +{ "type": "Feature", "properties": { "id": "1561", "nom": "Le Prainet", "desserte": "16A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1872", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.966559422367729, 45.765044442223306 ] } }, +{ "type": "Feature", "properties": { "id": "1612", "nom": "Les Arpinieres", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1908", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.749290430994775, 45.734684831576786 ] } }, +{ "type": "Feature", "properties": { "id": "1614", "nom": "Les Aulnes", "desserte": "89A:A,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1911", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.759519357284109, 45.810261214934499 ] } }, +{ "type": "Feature", "properties": { "id": "1632", "nom": "Les Broussatieres", "desserte": "73A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1929", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.696877909919364, 45.726969848860776 ] } }, +{ "type": "Feature", "properties": { "id": "1655", "nom": "Les Coquelicots", "desserte": "72B:R,98A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1949", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.747060745374354, 45.765659680604692 ] } }, +{ "type": "Feature", "properties": { "id": "3092", "nom": "Venissieux Marronniers", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2928", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.877450228577088, 45.705617406685242 ] } }, +{ "type": "Feature", "properties": { "id": "3105", "nom": "Verlaine", "desserte": "448A:A,69A:A,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2935", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.878868198117203, 45.76249140939337 ] } }, +{ "type": "Feature", "properties": { "id": "10323", "nom": "Georges Pompidou", "desserte": "C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5316", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.863201814632701, 45.759082540401472 ] } }, +{ "type": "Feature", "properties": { "id": "10367", "nom": "Decines Jonquilles", "desserte": "79A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3406", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.94877965214305, 45.755458700152488 ] } }, +{ "type": "Feature", "properties": { "id": "10565", "nom": "Piscine d'Alaï", "desserte": "14B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "696", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.771754979797769, 45.750878290924078 ] } }, +{ "type": "Feature", "properties": { "id": "10642", "nom": "Stade du Sauze", "desserte": "5A:A,98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3502", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.75572501379799, 45.764987281650306 ] } }, +{ "type": "Feature", "properties": { "id": "11041", "nom": "Grisard", "desserte": "50A:A,ZI8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3588", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.948592945941083, 45.697358052266331 ] } }, +{ "type": "Feature", "properties": { "id": "11199", "nom": "Manissieux Place Balzac", "desserte": "26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5170", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.977990290118951, 45.707129399100438 ] } }, +{ "type": "Feature", "properties": { "id": "11227", "nom": "Tassin Centre social", "desserte": "98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2809", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.766296183602858, 45.763525880478383 ] } }, +{ "type": "Feature", "properties": { "id": "11228", "nom": "Marietton - Pont SNCF", "desserte": "5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3625", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.800291282887033, 45.775989581281678 ] } }, +{ "type": "Feature", "properties": { "id": "11231", "nom": "Mermoz - Pinel", "desserte": "26A:R,79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "135", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.88727372972033, 45.730202008583383 ] } }, +{ "type": "Feature", "properties": { "id": "11232", "nom": "18 Juin 1940", "desserte": "85A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3627", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.990623279806773, 45.7685020294103 ] } }, +{ "type": "Feature", "properties": { "id": "11238", "nom": "Les Tourelles", "desserte": "40A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3629", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.858038508379876, 45.819552264089438 ] } }, +{ "type": "Feature", "properties": { "id": "11239", "nom": "Les Tourelles", "desserte": "40A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3630", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.858018561513035, 45.819678730306691 ] } }, +{ "type": "Feature", "properties": { "id": "11247", "nom": "Avenue des Avoraux", "desserte": "84A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3632", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.8294186428034, 45.87516146197455 ] } }, +{ "type": "Feature", "properties": { "id": "11248", "nom": "Le Mas Mathieu", "desserte": "97A:A,97A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3631", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.860245886136366, 45.880252978129974 ] } }, +{ "type": "Feature", "properties": { "id": "11276", "nom": "Parc du Chene", "desserte": "52A:R,79A:R,ZI7A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3637", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.92641551594047, 45.739027034009133 ] } }, +{ "type": "Feature", "properties": { "id": "11278", "nom": "St Irenee", "desserte": "46A:R,49A:R,C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3296", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.812773629427956, 45.754382427455681 ] } }, +{ "type": "Feature", "properties": { "id": "11429", "nom": "La Poype", "desserte": "97A:A,97A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3689", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.862765469745591, 45.880952546914685 ] } }, +{ "type": "Feature", "properties": { "id": "46171", "nom": "Descartes - Foch", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5137", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.787320959737992, 45.688223107404902 ] } }, +{ "type": "Feature", "properties": { "id": "46359", "nom": "Pommier", "desserte": "R1B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5493", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.084643775497839, 45.795868208535509 ] } }, +{ "type": "Feature", "properties": { "id": "695", "nom": "Decines Bascule", "desserte": "67A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1292", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.961022359428886, 45.771376128179789 ] } }, +{ "type": "Feature", "properties": { "id": "817", "nom": "Cité Internationale - Transbordeur", "desserte": "70A:A,C26A:R,C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "604", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.860249168767037, 45.784424519455435 ] } }, +{ "type": "Feature", "properties": { "id": "896", "nom": "Fee des Eaux", "desserte": "15A:A,15A:R,18B:A,18B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1402", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.802158856413359, 45.650078251368782 ] } }, +{ "type": "Feature", "properties": { "id": "928", "nom": "Florian", "desserte": "C11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1421", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.879788663160983, 45.756808730516084 ] } }, +{ "type": "Feature", "properties": { "id": "1015", "nom": "Garibaldi - Gambetta", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1462", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.853249599793327, 45.751799060729745 ] } }, +{ "type": "Feature", "properties": { "id": "1100", "nom": "Grange Haute", "desserte": "15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1511", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.822524813690716, 45.675083307137641 ] } }, +{ "type": "Feature", "properties": { "id": "1137", "nom": "Harmonie", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1536", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.872723751662897, 45.748327323899453 ] } }, +{ "type": "Feature", "properties": { "id": "1475", "nom": "La Vosne", "desserte": "97A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1799", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.849313384526882, 45.876798133744416 ] } }, +{ "type": "Feature", "properties": { "id": "1519", "nom": "Le Bastion", "desserte": "90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1828", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.814462656103074, 45.759052731014961 ] } }, +{ "type": "Feature", "properties": { "id": "1592", "nom": "Le Villard", "desserte": "97A:A,97A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1896", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.86070958872285, 45.875480833760385 ] } }, +{ "type": "Feature", "properties": { "id": "2950", "nom": "Tassin Deperet", "desserte": "5A:R,72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2814", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.761790420916958, 45.758168745270282 ] } }, +{ "type": "Feature", "properties": { "id": "2952", "nom": "Tassin Gare", "desserte": "5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2816", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.760716448820253, 45.760352160516248 ] } }, +{ "type": "Feature", "properties": { "id": "3018", "nom": "UFR Lyon-Sud", "desserte": "88B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2870", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.80931031984436, 45.705070038034592 ] } }, +{ "type": "Feature", "properties": { "id": "3035", "nom": "Valmy", "desserte": "2A:R,31A:R,5A:R,C14A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "210", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.806248946212963, 45.774886599836016 ] } }, +{ "type": "Feature", "properties": { "id": "3111", "nom": "Vernaison La Rossignole", "desserte": "78B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2939", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.808194727215956, 45.641579752158428 ] } }, +{ "type": "Feature", "properties": { "id": "11058", "nom": "Croix-Rousse", "desserte": "2A:R,33A:R,448A:A,45A:R,C13A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "333", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.83196401244366, 45.774354116461133 ] } }, +{ "type": "Feature", "properties": { "id": "11060", "nom": "Fayolle", "desserte": "20A:A,71A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3594", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.820390123684873, 45.802334270290935 ] } }, +{ "type": "Feature", "properties": { "id": "11061", "nom": "Fayolle", "desserte": "20A:R,71A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3592", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.820120258555735, 45.801773161813024 ] } }, +{ "type": "Feature", "properties": { "id": "11072", "nom": "La Trappe", "desserte": "19A:A,3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3595", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.797791522887644, 45.76813246607496 ] } }, +{ "type": "Feature", "properties": { "id": "11073", "nom": "La Trappe", "desserte": "19A:R,3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3596", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.797688706933247, 45.767846686090536 ] } }, +{ "type": "Feature", "properties": { "id": "11079", "nom": "Route de Lyon", "desserte": "54A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3573", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.895543858980329, 45.677796905633926 ] } }, +{ "type": "Feature", "properties": { "id": "11089", "nom": "Caluire Hotel de Ville Radiant", "desserte": "33A:A,38A:A,S5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3600", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.843620746481293, 45.797272641964035 ] } }, +{ "type": "Feature", "properties": { "id": "11090", "nom": "Caluire Hotel de Ville Radiant", "desserte": "33A:R,38A:R,S5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3601", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.84322278322524, 45.797011485423042 ] } }, +{ "type": "Feature", "properties": { "id": "11108", "nom": "Balme Baron", "desserte": "S5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3610", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.874092123984599, 45.800585068327322 ] } }, +{ "type": "Feature", "properties": { "id": "11897", "nom": "Artaud", "desserte": "S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3017", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.836061682802629, 45.781022880688482 ] } }, +{ "type": "Feature", "properties": { "id": "45774", "nom": "De Tassigny - Curial", "desserte": "24A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5024", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.916058682356795, 45.736655128184175 ] } }, +{ "type": "Feature", "properties": { "id": "46360", "nom": "Pommier", "desserte": "R1B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5494", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.084126805239229, 45.794748190724235 ] } }, +{ "type": "Feature", "properties": { "id": "46364", "nom": "Bornicat", "desserte": "29A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5495", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.000060064722023, 45.722450275425174 ] } }, +{ "type": "Feature", "properties": { "id": "573", "nom": "Coblod - Rosenberg", "desserte": "35A:R,54A:R,87A:R,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1217", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.89209143317401, 45.7005320954067 ] } }, +{ "type": "Feature", "properties": { "id": "930", "nom": "Foch", "desserte": "27A:A,C4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "305", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.843893943056147, 45.769119706333854 ] } }, +{ "type": "Feature", "properties": { "id": "949", "nom": "Fort de Montessuy", "desserte": "C13A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1433", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.848637451387653, 45.791876833458247 ] } }, +{ "type": "Feature", "properties": { "id": "990", "nom": "St Genis Gadagne", "desserte": "78B:R,88B:A,C10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1448", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.796083290985639, 45.701733475170734 ] } }, +{ "type": "Feature", "properties": { "id": "1091", "nom": "Grange Blanche", "desserte": "C8A:A,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "74", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.878937874349123, 45.743128011947881 ] } }, +{ "type": "Feature", "properties": { "id": "1125", "nom": "Guillermin - Terraillon", "desserte": "52A:A,C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1525", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.918598193643994, 45.745301126550942 ] } }, +{ "type": "Feature", "properties": { "id": "1543", "nom": "Le Gregoire", "desserte": "3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1851", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.750675848605142, 45.815807122162063 ] } }, +{ "type": "Feature", "properties": { "id": "1562", "nom": "Le Prainet", "desserte": "16A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1871", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.965886590646654, 45.76469113092049 ] } }, +{ "type": "Feature", "properties": { "id": "10763", "nom": "Hauts de Vassieux", "desserte": "70A:R,S5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3525", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.862253566435305, 45.801454934344584 ] } }, +{ "type": "Feature", "properties": { "id": "10788", "nom": "Croix Paquet", "desserte": "303:A,303:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "331", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.836311872840577, 45.770960368952153 ] } }, +{ "type": "Feature", "properties": { "id": "10797", "nom": "Cite Tase", "desserte": "52A:R,68B:R,ZI5B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1180", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.928724113746439, 45.758290942745809 ] } }, +{ "type": "Feature", "properties": { "id": "10912", "nom": "Z.I. Thimonnier", "desserte": "43A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3538", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.821850243908846, 45.888173737009602 ] } }, +{ "type": "Feature", "properties": { "id": "10914", "nom": "Z.I. Freres Lumiere", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3541", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.818305477077126, 45.886460728032574 ] } }, +{ "type": "Feature", "properties": { "id": "10916", "nom": "Z.I. Jacquard", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3543", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.817075517282591, 45.887766029441913 ] } }, +{ "type": "Feature", "properties": { "id": "10920", "nom": "Bellecour St Exupery", "desserte": "S1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3421", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.830345352755446, 45.757944952825369 ] } }, +{ "type": "Feature", "properties": { "id": "10964", "nom": "Caluire Place Foch", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1021", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.85089876295939, 45.797713066174182 ] } }, +{ "type": "Feature", "properties": { "id": "10966", "nom": "Neuville", "desserte": "84A:R,R2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "600", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.838589948311559, 45.875920986928556 ] } }, +{ "type": "Feature", "properties": { "id": "10972", "nom": "Cuire Le Bas", "desserte": "S5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3556", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.828191868535164, 45.794159452755132 ] } }, +{ "type": "Feature", "properties": { "id": "10973", "nom": "Montee des Forts", "desserte": "S5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3558", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.83338172745752, 45.793684168897421 ] } }, +{ "type": "Feature", "properties": { "id": "10990", "nom": "Parc des Sports", "desserte": "S5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3565", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.869322453577398, 45.801529827076067 ] } }, +{ "type": "Feature", "properties": { "id": "10998", "nom": "Rue d'Island", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3571", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.853222438779026, 45.82543006470631 ] } }, +{ "type": "Feature", "properties": { "id": "10999", "nom": "Caluire Place Foch", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1024", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.850812171794973, 45.797507975050067 ] } }, +{ "type": "Feature", "properties": { "id": "11002", "nom": "Montchat Place Ronde", "desserte": "C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "686", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.890878279110446, 45.754144586174256 ] } }, +{ "type": "Feature", "properties": { "id": "11006", "nom": "Ecully Centre", "desserte": "3A:A,55A:A,S15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1376", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.778020020415041, 45.774787225684122 ] } }, +{ "type": "Feature", "properties": { "id": "11014", "nom": "Grange Blanche", "desserte": "C16A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "71", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.877988350704487, 45.743167519471235 ] } }, +{ "type": "Feature", "properties": { "id": "11025", "nom": "Venissieux Allende", "desserte": "35A:R,ZI1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3575", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.901572437000454, 45.696958135323186 ] } }, +{ "type": "Feature", "properties": { "id": "12236", "nom": "Theatre Eglise Notre Dame", "desserte": "45A:R,46A:R,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3722", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.79525105046924, 45.758485005479272 ] } }, +{ "type": "Feature", "properties": { "id": "46414", "nom": "St-Bonnet Centre", "desserte": "1EX:R,R4B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5383", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.031190677484557, 45.692471391410045 ] } }, +{ "type": "Feature", "properties": { "id": "88", "nom": "Audibert Lavirotte", "desserte": "35A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "852", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.856750425907971, 45.735311288125793 ] } }, +{ "type": "Feature", "properties": { "id": "111", "nom": "Balmont Bas", "desserte": "S11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "867", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.800951782475803, 45.78355399693185 ] } }, +{ "type": "Feature", "properties": { "id": "130", "nom": "Bastero - Aquarium", "desserte": "63A:A,8A:A,C10A:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "883", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.814479672028833, 45.726594465150662 ] } }, +{ "type": "Feature", "properties": { "id": "574", "nom": "Colbert", "desserte": "S6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1219", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.834393430814157, 45.772616882555091 ] } }, +{ "type": "Feature", "properties": { "id": "801", "nom": "Dumas - Salengro", "desserte": "52A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1351", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.92879416659427, 45.753500526035111 ] } }, +{ "type": "Feature", "properties": { "id": "931", "nom": "Foch", "desserte": "27A:R,C4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "306", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.843983902854596, 45.768271583684488 ] } }, +{ "type": "Feature", "properties": { "id": "932", "nom": "Fonderie", "desserte": "57A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1425", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.918830473834742, 45.782579882386123 ] } }, +{ "type": "Feature", "properties": { "id": "1633", "nom": "Les Broussatieres", "desserte": "73A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1928", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.696831679657518, 45.726790808318228 ] } }, +{ "type": "Feature", "properties": { "id": "1647", "nom": "Les Chenes", "desserte": "68B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1942", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.955790587965837, 45.743089180593742 ] } }, +{ "type": "Feature", "properties": { "id": "3477", "nom": "Pasteur - Etats-Unis", "desserte": "62A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3065", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.922179873203805, 45.700040488097976 ] } }, +{ "type": "Feature", "properties": { "id": "10441", "nom": "Dardilly Les Mouilles", "desserte": "3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3433", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.75941953841201, 45.797481995455456 ] } }, +{ "type": "Feature", "properties": { "id": "10459", "nom": "Montee de la Boucle", "desserte": "38A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3449", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.838959355541317, 45.781939484707245 ] } }, +{ "type": "Feature", "properties": { "id": "10518", "nom": "Demi-Lune Victor Hugo", "desserte": "5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3469", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.784098076263755, 45.766199547052693 ] } }, +{ "type": "Feature", "properties": { "id": "10525", "nom": "1ere D.F.L.", "desserte": "46A:R,49A:R,C19A:R,C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3471", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.814999276283259, 45.750696870050824 ] } }, +{ "type": "Feature", "properties": { "id": "10526", "nom": "4 Chemins - La Salette", "desserte": "45A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "794", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.795658523036329, 45.750051117030416 ] } }, +{ "type": "Feature", "properties": { "id": "10528", "nom": "Belle Croix", "desserte": "21A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3474", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.769926216196432, 45.842989098478732 ] } }, +{ "type": "Feature", "properties": { "id": "10543", "nom": "Limonest Maison Retraite", "desserte": "21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3481", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.772332342325614, 45.840614725583286 ] } }, +{ "type": "Feature", "properties": { "id": "10552", "nom": "Jacques Prevert", "desserte": "111A:A,54A:A,76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3482", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.895135750508082, 45.662098862652257 ] } }, +{ "type": "Feature", "properties": { "id": "10566", "nom": "Gorge de Loup", "desserte": "19A:A,19A:R,45A:R,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "56", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804501211912813, 45.766896059873126 ] } }, +{ "type": "Feature", "properties": { "id": "10568", "nom": "Carrefour Liberation", "desserte": "72B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1036", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.77601371325895, 45.757905575569296 ] } }, +{ "type": "Feature", "properties": { "id": "10585", "nom": "Lycee Cuzin", "desserte": "70A:A,C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3490", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.854884241116657, 45.800720236016673 ] } }, +{ "type": "Feature", "properties": { "id": "10591", "nom": "Decines Champ Fleuri", "desserte": "67A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1297", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.972455820526808, 45.773484798283327 ] } }, +{ "type": "Feature", "properties": { "id": "10679", "nom": "Franklin", "desserte": "S1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3510", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.831113273830882, 45.752019266982479 ] } }, +{ "type": "Feature", "properties": { "id": "10683", "nom": "Simon Maupin", "desserte": "27A:A,S1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3513", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833951537425709, 45.758917924782665 ] } }, +{ "type": "Feature", "properties": { "id": "10684", "nom": "Simon Maupin", "desserte": "S1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3512", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833180731091376, 45.758367995800711 ] } }, +{ "type": "Feature", "properties": { "id": "10685", "nom": "Jacobins", "desserte": "27A:A,S1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1597", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.834049070315661, 45.760499960285856 ] } }, +{ "type": "Feature", "properties": { "id": "10696", "nom": "Guillotière - Gabriel Péri", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "97", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.843509985037686, 45.755050401257002 ] } }, +{ "type": "Feature", "properties": { "id": "46416", "nom": "Rue Neuve", "desserte": "1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5385", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.024246847405321, 45.694603416706983 ] } }, +{ "type": "Feature", "properties": { "id": "933", "nom": "Fonderie", "desserte": "57A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1424", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.918766215826297, 45.782581359565825 ] } }, +{ "type": "Feature", "properties": { "id": "1532", "nom": "Le Chene Rond", "desserte": "86A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1843", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.741280531059981, 45.794361388306051 ] } }, +{ "type": "Feature", "properties": { "id": "1648", "nom": "Les Chevalieres", "desserte": "S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1944", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.838205469060111, 45.810337153176505 ] } }, +{ "type": "Feature", "properties": { "id": "3100", "nom": "Venissieux St Exupery", "desserte": "35A:A,54A:A,87A:A,ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2931", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.894436899245446, 45.698480323528891 ] } }, +{ "type": "Feature", "properties": { "id": "10190", "nom": "Residence Marianne", "desserte": "62A:R,87A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3320", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.959487282533275, 45.66502201744705 ] } }, +{ "type": "Feature", "properties": { "id": "10198", "nom": "Hénon", "desserte": "2A:A,33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "103", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.827672129192549, 45.778825054221514 ] } }, +{ "type": "Feature", "properties": { "id": "10228", "nom": "Chemin de Rivery", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3345", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.870673103243945, 45.837540888283719 ] } }, +{ "type": "Feature", "properties": { "id": "10236", "nom": "Fontaines St Martin Centre", "desserte": "77A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3350", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.854317918569299, 45.844848417325771 ] } }, +{ "type": "Feature", "properties": { "id": "10239", "nom": "Brossolette - Genas", "desserte": "C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "982", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.917847896541105, 45.748765937495605 ] } }, +{ "type": "Feature", "properties": { "id": "10264", "nom": "Crepieux La Pape", "desserte": "S8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3361", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.885157781632623, 45.805537394506544 ] } }, +{ "type": "Feature", "properties": { "id": "10265", "nom": "Buissiere - Viralamande(D)", "desserte": "171:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3365", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.883418510856361, 45.804388648735653 ] } }, +{ "type": "Feature", "properties": { "id": "10266", "nom": "Buissiere - Viralamande(D)", "desserte": "171:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3364", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.881846911918444, 45.803524124074492 ] } }, +{ "type": "Feature", "properties": { "id": "10280", "nom": "Alai", "desserte": "73A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3371", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.766998863477473, 45.751485426134188 ] } }, +{ "type": "Feature", "properties": { "id": "10302", "nom": "La Vallonniere", "desserte": "14B:A,19A:R,3A:R,45A:R,72B:R,86A:R,90A:R,98A:R,C21A:A,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3299", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.801872212898268, 45.765342623424175 ] } }, +{ "type": "Feature", "properties": { "id": "10304", "nom": "Eglise Demi-Lune", "desserte": "14B:R,72B:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "730", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.78529887453171, 45.76428315296257 ] } }, +{ "type": "Feature", "properties": { "id": "10326", "nom": "Sacre Coeur", "desserte": "C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3380", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.868656121531749, 45.759400715825763 ] } }, +{ "type": "Feature", "properties": { "id": "10328", "nom": "Ferrandiere", "desserte": "C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3384", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.873142441552071, 45.759641488608544 ] } }, +{ "type": "Feature", "properties": { "id": "10331", "nom": "Maisons Neuves", "desserte": "69A:A,C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2121", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.876362125167837, 45.756679275410036 ] } }, +{ "type": "Feature", "properties": { "id": "10332", "nom": "Gorge de Loup", "desserte": "C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "67", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804919781801934, 45.76590574168695 ] } }, +{ "type": "Feature", "properties": { "id": "10347", "nom": "Halle Tony Garnier", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "783", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.823895068564221, 45.731318741911011 ] } }, +{ "type": "Feature", "properties": { "id": "10351", "nom": "Leclerc - Ayasse", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3395", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.82395910148225, 45.736717982061563 ] } }, +{ "type": "Feature", "properties": { "id": "10353", "nom": "Leclerc - General Frere", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3398", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.830203645620095, 45.74432037129047 ] } }, +{ "type": "Feature", "properties": { "id": "10359", "nom": "Elisee Reclus", "desserte": "79A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1390", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.937140094029656, 45.747528524549907 ] } }, +{ "type": "Feature", "properties": { "id": "10393", "nom": "Chardonnet", "desserte": "52A:R,67A:A,ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1095", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.928231121898124, 45.766115632591614 ] } }, +{ "type": "Feature", "properties": { "id": "10406", "nom": "Peyssilieu", "desserte": "85A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2415", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.987271013501964, 45.769670421536908 ] } }, +{ "type": "Feature", "properties": { "id": "10408", "nom": "Meyzieu Mendes France", "desserte": "85A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2189", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.99087991365033, 45.766623595899134 ] } }, +{ "type": "Feature", "properties": { "id": "30101", "nom": "Perrache", "desserte": "301A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "170", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.826906961879098, 45.74980072284832 ] } }, +{ "type": "Feature", "properties": { "id": "46205", "nom": "Pateliere - Robiniers", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4214", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.745198089819112, 45.745848632649654 ] } }, +{ "type": "Feature", "properties": { "id": "399", "nom": "Chante Ruisseau", "desserte": "98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1087", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.7386298167732, 45.772564002125016 ] } }, +{ "type": "Feature", "properties": { "id": "663", "nom": "Cuzin - Stalingrad", "desserte": "C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1271", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.915002148263414, 45.774467480893954 ] } }, +{ "type": "Feature", "properties": { "id": "904", "nom": "Felix Jacquier", "desserte": "27A:R,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1403", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.847023593570009, 45.772875297168518 ] } }, +{ "type": "Feature", "properties": { "id": "2779", "nom": "St Fons 4 Chemins", "desserte": "60A:A,93A:A,C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2703", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.856165089415737, 45.708203837817955 ] } }, +{ "type": "Feature", "properties": { "id": "2782", "nom": "St Fons Albert Thomas", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2706", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.859226371711324, 45.708000014261948 ] } }, +{ "type": "Feature", "properties": { "id": "2959", "nom": "Terraillon - Lessivas", "desserte": "52A:A,C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2822", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.919511725471507, 45.743398805738039 ] } }, +{ "type": "Feature", "properties": { "id": "10006", "nom": "Curie - Jules Guesde", "desserte": "39A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1266", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.887262514249378, 45.709157230559214 ] } }, +{ "type": "Feature", "properties": { "id": "10047", "nom": "Decines Verdun", "desserte": "57A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3289", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.970435906113848, 45.765151618107012 ] } }, +{ "type": "Feature", "properties": { "id": "10048", "nom": "Decines Verdun", "desserte": "57A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3288", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.97041064219622, 45.765161212382992 ] } }, +{ "type": "Feature", "properties": { "id": "10051", "nom": "Chassieu Le Haut", "desserte": "76A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3290", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.972214456025741, 45.746170356965521 ] } }, +{ "type": "Feature", "properties": { "id": "10052", "nom": "Chassieu Le Haut", "desserte": "76A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3291", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.973402886208072, 45.746286472297598 ] } }, +{ "type": "Feature", "properties": { "id": "10055", "nom": "Fontaines Petit Moulin", "desserte": "40A:R,70A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3279", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.845065863038903, 45.835441827554355 ] } }, +{ "type": "Feature", "properties": { "id": "10068", "nom": "Saxe - Gambetta", "desserte": "C12A:A,C14A:R,C4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "198", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.846715868425743, 45.753448557260683 ] } }, +{ "type": "Feature", "properties": { "id": "10081", "nom": "St Irenee - Croix Blanche", "desserte": "49A:A,C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3073", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.807754377057382, 45.755141108096709 ] } }, +{ "type": "Feature", "properties": { "id": "10082", "nom": "St Irenee - Croix Blanche", "desserte": "49A:R,C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3074", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.807999658870642, 45.755162711602651 ] } }, +{ "type": "Feature", "properties": { "id": "10086", "nom": "St Priest Hôtel de Ville", "desserte": "ZI1A:A,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "439", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.935186134761492, 45.695266106647615 ] } }, +{ "type": "Feature", "properties": { "id": "10089", "nom": "Mions Jules Valles", "desserte": "62A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2210", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.949708557437878, 45.654007510994589 ] } }, +{ "type": "Feature", "properties": { "id": "10119", "nom": "La Vallonniere", "desserte": "14B:R,19A:A,3A:A,45A:A,72B:A,86A:A,90A:A,98A:A,C21A:A,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3300", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.801705589032328, 45.765355282929576 ] } }, +{ "type": "Feature", "properties": { "id": "10126", "nom": "Reconnaissance - Balzac", "desserte": "C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "543", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.885111218235331, 45.75428466639972 ] } }, +{ "type": "Feature", "properties": { "id": "10129", "nom": "Dauphiné -Lacassagne", "desserte": "25A:A,C13A:R,C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "545", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.869021141710663, 45.753082584402172 ] } }, +{ "type": "Feature", "properties": { "id": "10130", "nom": "Dauphiné -Lacassagne", "desserte": "25A:R,C13A:A,C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "547", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.86878701847442, 45.753303896650628 ] } }, +{ "type": "Feature", "properties": { "id": "10137", "nom": "Tables Claudiennes", "desserte": "S12A:R,S6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3303", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833132075708748, 45.770898704821562 ] } }, +{ "type": "Feature", "properties": { "id": "10139", "nom": "Mairie du 1er", "desserte": "C13A:R,C18A:R,S12A:R,S6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3305", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.830475758655469, 45.769616558917889 ] } }, +{ "type": "Feature", "properties": { "id": "10140", "nom": "Mairie du 1er", "desserte": "448A:A,C13A:A,C18A:A,S6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3306", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.830053777416771, 45.769670936306994 ] } }, +{ "type": "Feature", "properties": { "id": "10155", "nom": "Bron Leo Lagrange", "desserte": "79A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3311", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.92901120557229, 45.740641383351843 ] } }, +{ "type": "Feature", "properties": { "id": "46144", "nom": "Andre Sabatier", "desserte": "80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5130", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.772978311348643, 45.609647762792605 ] } }, +{ "type": "Feature", "properties": { "id": "46375", "nom": "Frindeau", "desserte": "296:R,763:R,R5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5346", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.023458454033424, 45.64595928000773 ] } }, +{ "type": "Feature", "properties": { "id": "752", "nom": "Desgrand", "desserte": "37A:R,7A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1318", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.906196744825881, 45.785335997768115 ] } }, +{ "type": "Feature", "properties": { "id": "1641", "nom": "Les Selettes", "desserte": "15A:R,18B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1937", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.820756636179593, 45.658650539476078 ] } }, +{ "type": "Feature", "properties": { "id": "2682", "nom": "Sathonay Drapeau", "desserte": "33A:A,9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2626", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.872112663383118, 45.821272523367888 ] } }, +{ "type": "Feature", "properties": { "id": "2826", "nom": "St Just", "desserte": "90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "205", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.815138609596591, 45.75778665665181 ] } }, +{ "type": "Feature", "properties": { "id": "3019", "nom": "Union Nautique", "desserte": "40A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2873", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.837853770759643, 45.797797250002617 ] } }, +{ "type": "Feature", "properties": { "id": "3117", "nom": "Veyrie", "desserte": "86A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2945", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.723309825437329, 45.813745412792805 ] } }, +{ "type": "Feature", "properties": { "id": "3497", "nom": "Lionel Terray", "desserte": "26A:A,C15A:A,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3076", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.90102080259714, 45.726216118866738 ] } }, +{ "type": "Feature", "properties": { "id": "3498", "nom": "Lionel Terray", "desserte": "26A:R,C15A:R,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3077", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.900870929205423, 45.726309557572804 ] } }, +{ "type": "Feature", "properties": { "id": "3500", "nom": "Lortaret", "desserte": "76A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3079", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.956738945100843, 45.713595874973521 ] } }, +{ "type": "Feature", "properties": { "id": "3501", "nom": "Jean Mace - Chevreul", "desserte": "35A:A,35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3080", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.843726239843486, 45.747097522645944 ] } }, +{ "type": "Feature", "properties": { "id": "10007", "nom": "Curie - Jules Guesde", "desserte": "39A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1263", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.887369356676959, 45.709244813789006 ] } }, +{ "type": "Feature", "properties": { "id": "10012", "nom": "Pressense - Marrane", "desserte": "35A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3271", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.865257927766787, 45.723238278885539 ] } }, +{ "type": "Feature", "properties": { "id": "10013", "nom": "Pressense - Marrane", "desserte": "35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3270", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.865203236821881, 45.723446539682321 ] } }, +{ "type": "Feature", "properties": { "id": "10018", "nom": "Francheville Bourg", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3272", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.764071523204976, 45.736715280829635 ] } }, +{ "type": "Feature", "properties": { "id": "10019", "nom": "Francheville Doulline", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3275", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.761476759722918, 45.737338436759551 ] } }, +{ "type": "Feature", "properties": { "id": "10025", "nom": "La Dangereuse", "desserte": "77A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1698", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.878087639333424, 45.85334204189698 ] } }, +{ "type": "Feature", "properties": { "id": "10026", "nom": "La Dangereuse", "desserte": "77A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1697", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.877971407711044, 45.853335667484842 ] } }, +{ "type": "Feature", "properties": { "id": "10029", "nom": "Diligences", "desserte": "77A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3277", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.876781466173348, 45.850167046315939 ] } }, +{ "type": "Feature", "properties": { "id": "10032", "nom": "Z.I. Rocade Est", "desserte": "ZI5B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5404", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.977272298155049, 45.723502295032887 ] } }, +{ "type": "Feature", "properties": { "id": "10033", "nom": "Z.I. Rocade Est", "desserte": "ZI5B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5405", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.977805862450937, 45.723372714280458 ] } }, +{ "type": "Feature", "properties": { "id": "10034", "nom": "Fresnel - Restaurant Z.I.", "desserte": "ZI5B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3280", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.971162522222392, 45.725275222986966 ] } }, +{ "type": "Feature", "properties": { "id": "10035", "nom": "Fresnel - Restaurant Z.I.", "desserte": "ZI5B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3281", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.971307182327796, 45.72534383926363 ] } }, +{ "type": "Feature", "properties": { "id": "10036", "nom": "Chassieu Jean Perrin", "desserte": "76A:R,ZI5B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3282", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.971302487179134, 45.730078810969573 ] } }, +{ "type": "Feature", "properties": { "id": "10040", "nom": "Mi Plaine - Pelossier", "desserte": "76A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2199", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.958533070682388, 45.718081744745859 ] } }, +{ "type": "Feature", "properties": { "id": "10041", "nom": "Mi Plaine - Pelossier", "desserte": "76A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2202", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.958419664078455, 45.71758930864862 ] } }, +{ "type": "Feature", "properties": { "id": "10045", "nom": "Ruffinieres", "desserte": "57A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3287", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.97090091975003, 45.766535970754148 ] } }, +{ "type": "Feature", "properties": { "id": "10046", "nom": "Ruffinieres", "desserte": "57A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3286", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.970594512101091, 45.767389316948282 ] } }, +{ "type": "Feature", "properties": { "id": "11431", "nom": "Les Roses", "desserte": "97A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3691", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.853721835273078, 45.879913067346934 ] } }, +{ "type": "Feature", "properties": { "id": "30193", "nom": "Sans Souci", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "191", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.86489208636268, 45.74778003547403 ] } }, +{ "type": "Feature", "properties": { "id": "57", "nom": "Ampere - Lavoisier", "desserte": "76A:A,ZI5B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "827", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.970677672676369, 45.73179478954286 ] } }, +{ "type": "Feature", "properties": { "id": "592", "nom": "Corbas Mairie", "desserte": "111A:A,112A:A,54A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1232", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.898332769138819, 45.670118052127471 ] } }, +{ "type": "Feature", "properties": { "id": "1574", "nom": "Le Rotagnier", "desserte": "68B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1885", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.975900941521965, 45.741807938482289 ] } }, +{ "type": "Feature", "properties": { "id": "1576", "nom": "Le Roule", "desserte": "17B:A,8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1887", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.810709909603214, 45.730791131041755 ] } }, +{ "type": "Feature", "properties": { "id": "1615", "nom": "Les Aulnes", "desserte": "3A:R,89A:R,GE4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1910", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.759787193064745, 45.809913402193168 ] } }, +{ "type": "Feature", "properties": { "id": "1664", "nom": "Les Dominicaines", "desserte": "15A:R,18B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1956", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.815466562565474, 45.653763098395217 ] } }, +{ "type": "Feature", "properties": { "id": "2683", "nom": "Sathonay Drapeau", "desserte": "33A:R,9A:R,ZI4A:A,ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2625", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.872033232953724, 45.821244700860433 ] } }, +{ "type": "Feature", "properties": { "id": "2753", "nom": "Square Meunier", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2682", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.903605156730579, 45.6669909683906 ] } }, +{ "type": "Feature", "properties": { "id": "3325", "nom": "Pont des Razes", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "173", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.850618855148773, 45.667210824383758 ] } }, +{ "type": "Feature", "properties": { "id": "3326", "nom": "Jodino - A.F.P.A.", "desserte": "39A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3005", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.882452649240256, 45.691272904457698 ] } }, +{ "type": "Feature", "properties": { "id": "3328", "nom": "Corbas Gabriel Peri", "desserte": "87A:A,ZI1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "805", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.916913768954724, 45.676208888139882 ] } }, +{ "type": "Feature", "properties": { "id": "3329", "nom": "Corbas Gabriel Peri", "desserte": "87A:R,ZI1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "806", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.917037633832682, 45.676386065823486 ] } }, +{ "type": "Feature", "properties": { "id": "3331", "nom": "Chorel", "desserte": "C17A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1146", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.864931959242897, 45.774903843926431 ] } }, +{ "type": "Feature", "properties": { "id": "3333", "nom": "Masséna", "desserte": "38A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "127", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.852473675042195, 45.76885578141718 ] } }, +{ "type": "Feature", "properties": { "id": "3336", "nom": "St Priest Hôtel de Ville", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "440", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.934960895904049, 45.694848253527915 ] } }, +{ "type": "Feature", "properties": { "id": "3381", "nom": "Pont d'Ecully", "desserte": "19A:A,3A:A,5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2499", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.791484075366899, 45.773103206154381 ] } }, +{ "type": "Feature", "properties": { "id": "3382", "nom": "Pont d'Ecully", "desserte": "19A:R,3A:R,5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2500", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.791738761940829, 45.772855509905959 ] } }, +{ "type": "Feature", "properties": { "id": "3409", "nom": "Z.I. Rillieux 8 mai 1945", "desserte": "ZI4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3043", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.879740935303268, 45.813644381270358 ] } }, +{ "type": "Feature", "properties": { "id": "3426", "nom": "Clos Chaurand", "desserte": "17B:A,S9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1197", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.797859100622622, 45.693179550688974 ] } }, +{ "type": "Feature", "properties": { "id": "3427", "nom": "Clos Chaurand", "desserte": "17B:R,S9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1200", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.797982190492882, 45.693059835325741 ] } }, +{ "type": "Feature", "properties": { "id": "3434", "nom": "Gorge de Loup", "desserte": "73A:R,C21A:A,C21A:R,C24B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "55", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805288944957984, 45.766680719110944 ] } }, +{ "type": "Feature", "properties": { "id": "3442", "nom": "Le Vorlat", "desserte": "72B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3055", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.724773301982378, 45.762697656749211 ] } }, +{ "type": "Feature", "properties": { "id": "3443", "nom": "Le Vorlat", "desserte": "72B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3056", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.724592258795377, 45.762674505335404 ] } }, +{ "type": "Feature", "properties": { "id": "3453", "nom": "Bron Droits de l'Homme", "desserte": "ZI7A:A,ZI7A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3057", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.931786514110997, 45.734339212158567 ] } }, +{ "type": "Feature", "properties": { "id": "3455", "nom": "Meyzieu Hotel de Ville", "desserte": "67A:A,85A:A,95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3060", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.005888403446465, 45.765529696840247 ] } }, +{ "type": "Feature", "properties": { "id": "10258", "nom": "Mailly", "desserte": "38A:R,448A:A,C13A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3358", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833271072281547, 45.783029210564756 ] } }, +{ "type": "Feature", "properties": { "id": "10497", "nom": "Vaulx Z.I. Est", "desserte": "57A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3467", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.944819282508656, 45.781232291763629 ] } }, +{ "type": "Feature", "properties": { "id": "10517", "nom": "Demi-Lune Victor Hugo", "desserte": "5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3468", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.783341313201245, 45.765666980295165 ] } }, +{ "type": "Feature", "properties": { "id": "842", "nom": "Edgar Quinet", "desserte": "27A:A,C4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1382", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.844604763418799, 45.765809388048766 ] } }, +{ "type": "Feature", "properties": { "id": "1154", "nom": "Henon - Deleuvre", "desserte": "C18A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1543", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.825412419125921, 45.779945214199472 ] } }, +{ "type": "Feature", "properties": { "id": "1170", "nom": "HLM Republique", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1553", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.870764975348033, 45.707190843610846 ] } }, +{ "type": "Feature", "properties": { "id": "2783", "nom": "St Fons Albert Thomas", "desserte": "60A:R,93A:A,93A:R,C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2707", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858305580239697, 45.708092728392302 ] } }, +{ "type": "Feature", "properties": { "id": "2960", "nom": "Terrasse", "desserte": "8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2824", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.815440491293471, 45.747932793818826 ] } }, +{ "type": "Feature", "properties": { "id": "10229", "nom": "Chemin de Rivery", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3344", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.871386062940021, 45.837362788999783 ] } }, +{ "type": "Feature", "properties": { "id": "10643", "nom": "Stade du Sauze", "desserte": "5A:R,72B:R,98A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3503", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.756567865359293, 45.764852106020818 ] } }, +{ "type": "Feature", "properties": { "id": "10787", "nom": "Croix Paquet", "desserte": "303:A,303:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "330", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.836171219763149, 45.770916423859454 ] } }, +{ "type": "Feature", "properties": { "id": "11837", "nom": "Clinique du Grand Large", "desserte": "16A:R,79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3643", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.970726352049239, 45.772022093901697 ] } }, +{ "type": "Feature", "properties": { "id": "11858", "nom": "Curie Monnet", "desserte": "ZI6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3136", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.850094463618822, 45.706935854643248 ] } }, +{ "type": "Feature", "properties": { "id": "11974", "nom": "Lycee Blaise Pascal", "desserte": "5A:R,72B:R,98A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3176", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.751599271453354, 45.765337127751849 ] } }, +{ "type": "Feature", "properties": { "id": "30070", "nom": "Gare de Vaise", "desserte": "6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "260", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804534250097301, 45.780820010170487 ] } }, +{ "type": "Feature", "properties": { "id": "30167", "nom": "La Gabrielle", "desserte": "118A:R,21A:R,61A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1720", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.779867343763931, 45.807912384012539 ] } }, +{ "type": "Feature", "properties": { "id": "36141", "nom": "Z.I. Meyzieu Monge", "desserte": "ZI2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2994", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.024281924860738, 45.766864386592268 ] } }, +{ "type": "Feature", "properties": { "id": "41657", "nom": "Osterode", "desserte": "ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4647", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.915541215073135, 45.822181104535055 ] } }, +{ "type": "Feature", "properties": { "id": "43649", "nom": "Meyzieu Le Carreau", "desserte": "95A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2185", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.989591574778306, 45.77484564966705 ] } }, +{ "type": "Feature", "properties": { "id": "43652", "nom": "College Evariste Gallois", "desserte": "95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4288", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.99398365354178, 45.769367744641258 ] } }, +{ "type": "Feature", "properties": { "id": "43654", "nom": "Pommier - Collet", "desserte": "95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4621", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.001346133032096, 45.77663778404272 ] } }, +{ "type": "Feature", "properties": { "id": "43657", "nom": "Bellecombe - Gaite", "desserte": "27A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4876", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.863218686194076, 45.767570358109325 ] } }, +{ "type": "Feature", "properties": { "id": "43661", "nom": "Parc de Lacroix-Laval", "desserte": "GE6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2348", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.718386193172606, 45.784480221406426 ] } }, +{ "type": "Feature", "properties": { "id": "43674", "nom": "Les Joncs", "desserte": "GE4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4737", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.76442865069008, 45.808634080844413 ] } }, +{ "type": "Feature", "properties": { "id": "43675", "nom": "Techlid Le Tronchon", "desserte": "GE4A:A,GE4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4879", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.771622590967739, 45.805418063104405 ] } }, +{ "type": "Feature", "properties": { "id": "43676", "nom": "Parc d'Activites de la Tour", "desserte": "GE4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4881", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.722990956953116, 45.817667555258971 ] } }, +{ "type": "Feature", "properties": { "id": "43677", "nom": "Parc d'Activites de la Tour", "desserte": "GE4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4880", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.722826107990466, 45.817725060793336 ] } }, +{ "type": "Feature", "properties": { "id": "46342", "nom": "Place la Valla", "desserte": "28A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5478", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.067461739960027, 45.75797819161987 ] } }, +{ "type": "Feature", "properties": { "id": "46343", "nom": "Place la Valla", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5479", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.067489765053648, 45.758014238582348 ] } }, +{ "type": "Feature", "properties": { "id": "46385", "nom": "Toussieu Eglise", "desserte": "763:R,R5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5356", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.989689813080138, 45.654925396305515 ] } }, +{ "type": "Feature", "properties": { "id": "46386", "nom": "Toussieu Eglise", "desserte": "763:A,R5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5357", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.989605719908081, 45.65488237888308 ] } }, +{ "type": "Feature", "properties": { "id": "760", "nom": "Dorothee Petit", "desserte": "15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1324", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.816810325685402, 45.668792122498552 ] } }, +{ "type": "Feature", "properties": { "id": "907", "nom": "Feuillat - Albert Thomas", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1406", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.874609969562612, 45.74462116476996 ] } }, +{ "type": "Feature", "properties": { "id": "1595", "nom": "Lefevre", "desserte": "57A:A,83A:A,C3A:A,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1899", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.911260658175923, 45.772032908442455 ] } }, +{ "type": "Feature", "properties": { "id": "2953", "nom": "Tassin Genetieres", "desserte": "5A:A,72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2819", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.772105612633857, 45.758800517331586 ] } }, +{ "type": "Feature", "properties": { "id": "3177", "nom": "Z.I. Chassieu Restaurant", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2988", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.96940686764331, 45.725919542078529 ] } }, +{ "type": "Feature", "properties": { "id": "3178", "nom": "Z.I. Chassieu Restaurant", "desserte": "76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2987", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.96941411454357, 45.725802350873032 ] } }, +{ "type": "Feature", "properties": { "id": "3186", "nom": "Z.I. Meyzieu De Lattre", "desserte": "ZI2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2992", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.027775677963233, 45.776754865699225 ] } }, +{ "type": "Feature", "properties": { "id": "3194", "nom": "Z.I. Meyzieu Restaurant", "desserte": "ZI2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2995", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.02726299515876, 45.774190972855443 ] } }, +{ "type": "Feature", "properties": { "id": "3208", "nom": "Zephyrs", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5449", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.015772042331356, 45.728152714453195 ] } }, +{ "type": "Feature", "properties": { "id": "3250", "nom": "Jarrosson", "desserte": "17B:A,49A:A,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3008", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.797637107005454, 45.741681802906555 ] } }, +{ "type": "Feature", "properties": { "id": "3251", "nom": "Jarrosson", "desserte": "17B:R,49A:R,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3007", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.797716174024997, 45.741725074085814 ] } }, +{ "type": "Feature", "properties": { "id": "3252", "nom": "Mont Blanc - Montmartin", "desserte": "87A:A,ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3009", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.921946215647688, 45.674544686617118 ] } }, +{ "type": "Feature", "properties": { "id": "3253", "nom": "Mont Blanc - Montmartin", "desserte": "87A:R,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3010", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.921971190519041, 45.674256063880769 ] } }, +{ "type": "Feature", "properties": { "id": "3254", "nom": "Abattoirs", "desserte": "87A:A,ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3012", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.919698721658344, 45.675082577895502 ] } }, +{ "type": "Feature", "properties": { "id": "3273", "nom": "Henri Chevalier", "desserte": "S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3015", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.827060598114598, 45.7831040909468 ] } }, +{ "type": "Feature", "properties": { "id": "3281", "nom": "Linossier - Richan", "desserte": "S4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3018", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.837355678944915, 45.779490873468511 ] } }, +{ "type": "Feature", "properties": { "id": "3288", "nom": "Venissieux Blanqui", "desserte": "93A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3025", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.873919957309822, 45.702051825686866 ] } }, +{ "type": "Feature", "properties": { "id": "3298", "nom": "Z.I. Chateau d'eau", "desserte": "C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3027", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.906330660248163, 45.826761371356397 ] } }, +{ "type": "Feature", "properties": { "id": "3299", "nom": "Z.I. Chateau d'eau", "desserte": "C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3026", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.906103816071369, 45.826582925487607 ] } }, +{ "type": "Feature", "properties": { "id": "10197", "nom": "Les Canuts", "desserte": "2A:R,33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3323", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.829574622433655, 45.776126411109487 ] } }, +{ "type": "Feature", "properties": { "id": "36226", "nom": "Les Vernes - J. Valles", "desserte": "80A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4123", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.766747004828823, 45.606927973919575 ] } }, +{ "type": "Feature", "properties": { "id": "42031", "nom": "Pont Guillotiere RD", "desserte": "27A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2526", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.836702638935875, 45.757767549862614 ] } }, +{ "type": "Feature", "properties": { "id": "45834", "nom": "Yves Farge - Corsiere", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4567", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.85921753509493, 45.694999586488564 ] } }, +{ "type": "Feature", "properties": { "id": "46256", "nom": "Lançon", "desserte": "C17A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6189", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.896444304136072, 45.772730863668919 ] } }, +{ "type": "Feature", "properties": { "id": "46257", "nom": "Cusset", "desserte": "C17A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6190", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.902359267059298, 45.767651845136079 ] } }, +{ "type": "Feature", "properties": { "id": "46338", "nom": "L'Odyssee", "desserte": "28A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5474", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.063100759183963, 45.764031214220466 ] } }, +{ "type": "Feature", "properties": { "id": "46347", "nom": "Moifond", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5483", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.070859705195144, 45.749282282457898 ] } }, +{ "type": "Feature", "properties": { "id": "46424", "nom": "Route de Givors", "desserte": "296:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5393", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.984890702786671, 45.649605333075371 ] } }, +{ "type": "Feature", "properties": { "id": "85", "nom": "Aubepins", "desserte": "25A:R,C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "850", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.89031466885543, 45.751420999015828 ] } }, +{ "type": "Feature", "properties": { "id": "522", "nom": "Cite Berliet", "desserte": "296:R,C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1163", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.901377412595556, 45.711526773669746 ] } }, +{ "type": "Feature", "properties": { "id": "2785", "nom": "St Fons Albert Thomas", "desserte": "60A:A,93A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2708", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858942019354992, 45.707682366346553 ] } }, +{ "type": "Feature", "properties": { "id": "3003", "nom": "Trion", "desserte": "C20A:R,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2859", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.812851847938815, 45.75754908566249 ] } }, +{ "type": "Feature", "properties": { "id": "3023", "nom": "Universite - Jean Jaures", "desserte": "C12A:A,C14A:R,C4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2876", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.843442422860083, 45.747922969492095 ] } }, +{ "type": "Feature", "properties": { "id": "3024", "nom": "Universite - Jean Jaures", "desserte": "C12A:R,C14A:A,C4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2874", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.843866395953563, 45.748480574292138 ] } }, +{ "type": "Feature", "properties": { "id": "3025", "nom": "Universite - Jean Jaures", "desserte": "35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2875", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.843401142482755, 45.74842795770499 ] } }, +{ "type": "Feature", "properties": { "id": "3026", "nom": "Vaillant Couturier", "desserte": "15A:A,17B:A,18B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2878", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.820875585145677, 45.705993615433563 ] } }, +{ "type": "Feature", "properties": { "id": "3027", "nom": "Vaillant Couturier", "desserte": "15A:R,17B:R,18B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2877", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.821164577028957, 45.706419264872878 ] } }, +{ "type": "Feature", "properties": { "id": "3031", "nom": "Valensaut", "desserte": "26A:A,448A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2883", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.87473735594084, 45.723411285369203 ] } }, +{ "type": "Feature", "properties": { "id": "3034", "nom": "Valmy", "desserte": "2A:A,31A:A,448A:A,5A:A,90A:A,90A:R,C14A:A,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "212", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.806057873181277, 45.775214841098894 ] } }, +{ "type": "Feature", "properties": { "id": "3037", "nom": "Val Rosay", "desserte": "20A:A,2A:A,71A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2884", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.812873777141794, 45.793751081090228 ] } }, +{ "type": "Feature", "properties": { "id": "3038", "nom": "Val Rosay", "desserte": "20A:R,23A:R,2A:R,71A:R,84A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2885", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.811984266628643, 45.793428643431845 ] } }, +{ "type": "Feature", "properties": { "id": "3042", "nom": "Fort de Vancia", "desserte": "C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2890", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.908818432095539, 45.833965110880065 ] } }, +{ "type": "Feature", "properties": { "id": "3044", "nom": "Varichon", "desserte": "C15A:A,C22A:A,C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2891", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.871296201619117, 45.73408355632106 ] } }, +{ "type": "Feature", "properties": { "id": "3046", "nom": "Vassieux", "desserte": "171:A,C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2894", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.866495888737575, 45.791845081681871 ] } }, +{ "type": "Feature", "properties": { "id": "3047", "nom": "Vassieux", "desserte": "171:R,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2893", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.865902532683659, 45.791813437692042 ] } }, +{ "type": "Feature", "properties": { "id": "3054", "nom": "Vaulx HDV Campus", "desserte": "52A:A,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2898", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.921335919000155, 45.776761296864628 ] } }, +{ "type": "Feature", "properties": { "id": "3055", "nom": "Vaulx HDV Campus", "desserte": "52A:R,57A:A,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2899", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.921389010364937, 45.776796081030852 ] } }, +{ "type": "Feature", "properties": { "id": "3057", "nom": "Vaulx Jean Moulin", "desserte": "37A:A,7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2901", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.916722874398319, 45.787291084717133 ] } }, +{ "type": "Feature", "properties": { "id": "3058", "nom": "Vaulx Jean Moulin", "desserte": "37A:R,7A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2904", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.916150829601394, 45.787439244154932 ] } }, +{ "type": "Feature", "properties": { "id": "3069", "nom": "Vaulx Pasteur", "desserte": "37A:A,57A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2912", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.930804605796379, 45.785229476762552 ] } }, +{ "type": "Feature", "properties": { "id": "3070", "nom": "Vaulx Pasteur", "desserte": "37A:R,57A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2913", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.930340527908101, 45.785483234951123 ] } }, +{ "type": "Feature", "properties": { "id": "3080", "nom": "Vaulx Place Boissier", "desserte": "37A:R,57A:R,C8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2921", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.924734364998714, 45.786377669570584 ] } }, +{ "type": "Feature", "properties": { "id": "3081", "nom": "Vaulx Place Boissier", "desserte": "7A:A,83A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2920", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.925603251335695, 45.78624962919158 ] } }, +{ "type": "Feature", "properties": { "id": "3084", "nom": "Vaulx Thibaude", "desserte": "52A:A,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2923", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.929637489334421, 45.778487268111249 ] } }, +{ "type": "Feature", "properties": { "id": "508", "nom": "Cimetiere de Ste Foy", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1158", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.796809767069871, 45.733238991647923 ] } }, +{ "type": "Feature", "properties": { "id": "802", "nom": "Dumas - Salengro", "desserte": "52A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1348", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.928450323771209, 45.753571475384732 ] } }, +{ "type": "Feature", "properties": { "id": "833", "nom": "La Mulatiere Mairie", "desserte": "17B:R,8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1371", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.810180501055258, 45.729020595057989 ] } }, +{ "type": "Feature", "properties": { "id": "854", "nom": "Entree de Decines", "desserte": "52A:A,67A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1393", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.93537974910039, 45.767696716402511 ] } }, +{ "type": "Feature", "properties": { "id": "1596", "nom": "Lefevre", "desserte": "57A:R,83A:R,C3A:R,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1900", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.910472650544643, 45.771960956812961 ] } }, +{ "type": "Feature", "properties": { "id": "1616", "nom": "Les Balmes", "desserte": "111A:A,54A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1912", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.894895255218483, 45.664660733420419 ] } }, +{ "type": "Feature", "properties": { "id": "2754", "nom": "Square Meunier", "desserte": "76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2681", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.903608089348213, 45.667053910876433 ] } }, +{ "type": "Feature", "properties": { "id": "2756", "nom": "St Abdon", "desserte": "78B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2684", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.793597586587636, 45.660995465974061 ] } }, +{ "type": "Feature", "properties": { "id": "2787", "nom": "St Fons Parmentier", "desserte": "60A:R,93A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2709", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.860527716279048, 45.705558421480433 ] } }, +{ "type": "Feature", "properties": { "id": "2788", "nom": "St Fortunat", "desserte": "20A:A,20A:R,22A:A,22A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2711", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.794616505550723, 45.825745926677669 ] } }, +{ "type": "Feature", "properties": { "id": "2790", "nom": "St Genis 2", "desserte": "C10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2715", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.79308366358783, 45.682006017355668 ] } }, +{ "type": "Feature", "properties": { "id": "2793", "nom": "St Genis Barolles", "desserte": "C10A:A,C10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2721", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.78190264614324, 45.679199144226892 ] } }, +{ "type": "Feature", "properties": { "id": "2794", "nom": "St Genis Bellevue", "desserte": "88B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2724", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.802384955089055, 45.692999109847896 ] } }, +{ "type": "Feature", "properties": { "id": "2795", "nom": "St Genis Bellevue", "desserte": "88B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2723", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.802971168231989, 45.69289620783578 ] } }, +{ "type": "Feature", "properties": { "id": "2796", "nom": "St Genis Centre", "desserte": "88B:R,C10A:A,S9A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2726", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.793129522453188, 45.694840443835353 ] } }, +{ "type": "Feature", "properties": { "id": "2799", "nom": "St Genis Collonges", "desserte": "88B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2732", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.805598353459633, 45.692766386563989 ] } }, +{ "type": "Feature", "properties": { "id": "2802", "nom": "St Genis Les Ollieres", "desserte": "72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2734", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.722212350198092, 45.75820670967957 ] } }, +{ "type": "Feature", "properties": { "id": "2803", "nom": "St Genis Les Ollieres", "desserte": "72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2733", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.722749215910777, 45.75842931991118 ] } }, +{ "type": "Feature", "properties": { "id": "2806", "nom": "St Genis Mairie", "desserte": "88B:R,C10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2736", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.794754506048995, 45.698441244758108 ] } }, +{ "type": "Feature", "properties": { "id": "2808", "nom": "St Georges", "desserte": "31A:A,448A:A,C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2737", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.825763333255809, 45.757569581957448 ] } }, +{ "type": "Feature", "properties": { "id": "2812", "nom": "St Germain Gare", "desserte": "96A:A,96A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2740", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804276330400103, 45.888056472212568 ] } }, +{ "type": "Feature", "properties": { "id": "2813", "nom": "St Germain Gare", "desserte": "96A:A,96A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2739", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804202302158256, 45.888130105478901 ] } }, +{ "type": "Feature", "properties": { "id": "2814", "nom": "St Germain Mairie", "desserte": "96A:A,96A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2741", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.802988687162023, 45.883440443142604 ] } }, +{ "type": "Feature", "properties": { "id": "2827", "nom": "St Just", "desserte": "90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "208", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.815651940717152, 45.75747828577596 ] } }, +{ "type": "Feature", "properties": { "id": "3004", "nom": "Trion", "desserte": "C20A:A,C21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2858", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.812609591832617, 45.758166503239423 ] } }, +{ "type": "Feature", "properties": { "id": "36234", "nom": "Docteur Roux", "desserte": "80A:A,81A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4131", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.765756130912366, 45.597822679128505 ] } }, +{ "type": "Feature", "properties": { "id": "36244", "nom": "Givors Picard", "desserte": "78B:A,80A:A,81A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4141", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.770296139466533, 45.592035506891911 ] } }, +{ "type": "Feature", "properties": { "id": "46340", "nom": "Vallon", "desserte": "28A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5476", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.062207735664607, 45.75966023810161 ] } }, +{ "type": "Feature", "properties": { "id": "524", "nom": "Cite Berliet centre", "desserte": "62A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1166", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.901215526397747, 45.705292552759843 ] } }, +{ "type": "Feature", "properties": { "id": "584", "nom": "Le Grand Roule", "desserte": "17B:R,8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1226", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.807473974607846, 45.729998332265723 ] } }, +{ "type": "Feature", "properties": { "id": "763", "nom": "Duchere Balmont", "desserte": "118A:R,21A:R,448A:A,61A:R,66A:R,89A:R,C14A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1328", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.799770015679515, 45.789081022750082 ] } }, +{ "type": "Feature", "properties": { "id": "1476", "nom": "La Vosne", "desserte": "97A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1797", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.848982893768294, 45.87661648688708 ] } }, +{ "type": "Feature", "properties": { "id": "2709", "nom": "Saxe - Paul Bert", "desserte": "C14A:R,C4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2648", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.846338510256362, 45.756733432301857 ] } }, +{ "type": "Feature", "properties": { "id": "2710", "nom": "Saxe - Paul Bert", "desserte": "C14A:A,C4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2647", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.846450022044842, 45.756640927181039 ] } }, +{ "type": "Feature", "properties": { "id": "2711", "nom": "Sept Chemins", "desserte": "24A:A,24A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2656", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.933084133598462, 45.744678923551668 ] } }, +{ "type": "Feature", "properties": { "id": "2712", "nom": "Sept Chemins", "desserte": "25A:A,25A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2653", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.932858596287584, 45.744531114948003 ] } }, +{ "type": "Feature", "properties": { "id": "2715", "nom": "Sergent Berthet", "desserte": "19A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2658", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804900237264683, 45.772062909441601 ] } }, +{ "type": "Feature", "properties": { "id": "2718", "nom": "Serin - Saint Charles", "desserte": "2A:A,45A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2662", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.812488770622313, 45.774056111203862 ] } }, +{ "type": "Feature", "properties": { "id": "2719", "nom": "Serin - Saint Charles", "desserte": "2A:R,45A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2661", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.813252195637072, 45.774156290754668 ] } }, +{ "type": "Feature", "properties": { "id": "2720", "nom": "Serin - Saint Charles", "desserte": "C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2663", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.813010170672155, 45.774494669570572 ] } }, +{ "type": "Feature", "properties": { "id": "2725", "nom": "Severine", "desserte": "C17A:A,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2665", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.912816468054867, 45.753895318704195 ] } }, +{ "type": "Feature", "properties": { "id": "2726", "nom": "Sidoine Apollinaire", "desserte": "55A:A,90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2668", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804115395701036, 45.761161856469563 ] } }, +{ "type": "Feature", "properties": { "id": "2727", "nom": "Sidoine Apollinaire", "desserte": "55A:R,90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2667", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.803701517941368, 45.761395978786389 ] } }, +{ "type": "Feature", "properties": { "id": "2728", "nom": "Simon Buisson", "desserte": "66A:A,C14A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2670", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.791308950160014, 45.79060597056953 ] } }, +{ "type": "Feature", "properties": { "id": "2729", "nom": "Simon Buisson", "desserte": "66A:R,C14A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2669", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.791469230131954, 45.790449449733224 ] } }, +{ "type": "Feature", "properties": { "id": "2760", "nom": "St Alexandre", "desserte": "448A:A,55A:R,C20A:R,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2689", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.814568979668317, 45.756845115227506 ] } }, +{ "type": "Feature", "properties": { "id": "2767", "nom": "St Clair - Square Brosset", "desserte": "70A:A,9A:A,C1A:A,C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2694", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.860834713686581, 45.791855428453914 ] } }, +{ "type": "Feature", "properties": { "id": "2768", "nom": "St Clair - Square Brosset", "desserte": "171:R,70A:R,C1A:R,C2A:R,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2693", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.860325799367619, 45.790579678997005 ] } }, +{ "type": "Feature", "properties": { "id": "2771", "nom": "St Cyr", "desserte": "20A:A,20A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2695", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.818929232633322, 45.814446147858327 ] } }, +{ "type": "Feature", "properties": { "id": "2772", "nom": "St Cyr", "desserte": "20A:A,S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2696", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.819114545993632, 45.814559069498806 ] } }, +{ "type": "Feature", "properties": { "id": "2775", "nom": "St Didier Ecoles", "desserte": "22A:A,23A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2699", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.798063698585527, 45.812159800035211 ] } }, +{ "type": "Feature", "properties": { "id": "2776", "nom": "St Didier Ecoles", "desserte": "20A:R,22A:R,23A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2698", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.798083780525833, 45.812033344507697 ] } }, +{ "type": "Feature", "properties": { "id": "2778", "nom": "St Didier Eglise", "desserte": "20A:R,22A:R,23A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2701", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.798334394374504, 45.81044365797888 ] } }, +{ "type": "Feature", "properties": { "id": "10125", "nom": "Reconnaissance - Balzac", "desserte": "C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "542", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.88417060426531, 45.754243008040739 ] } }, +{ "type": "Feature", "properties": { "id": "46341", "nom": "Vallon", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5477", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.062057701928632, 45.759604196025997 ] } }, +{ "type": "Feature", "properties": { "id": "97", "nom": "Avignon", "desserte": "93A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "861", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.857752539670995, 45.691524926319744 ] } }, +{ "type": "Feature", "properties": { "id": "593", "nom": "Corbas Mairie", "desserte": "111A:R,112A:R,54A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1231", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.899500454059468, 45.671207529014268 ] } }, +{ "type": "Feature", "properties": { "id": "696", "nom": "Decines Bascule", "desserte": "67A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1295", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.961051918603656, 45.771456452252622 ] } }, +{ "type": "Feature", "properties": { "id": "1477", "nom": "La Voute", "desserte": "20A:A,22A:A,23A:A,2A:A,71A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1801", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.808232082953214, 45.784096101763446 ] } }, +{ "type": "Feature", "properties": { "id": "1720", "nom": "Les Mollieres", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2007", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.848345820111012, 45.840148286666235 ] } }, +{ "type": "Feature", "properties": { "id": "1815", "nom": "Louise Michel", "desserte": "69A:A,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2092", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.894216619381003, 45.774231660106338 ] } }, +{ "type": "Feature", "properties": { "id": "2149", "nom": "Observance", "desserte": "90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2330", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.809547483348357, 45.7681441948207 ] } }, +{ "type": "Feature", "properties": { "id": "2638", "nom": "Route de Corbas", "desserte": "54A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2603", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.890982096707504, 45.690187792185895 ] } }, +{ "type": "Feature", "properties": { "id": "2639", "nom": "Route de Corbas", "desserte": "54A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2604", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.890771268074332, 45.690903702588287 ] } }, +{ "type": "Feature", "properties": { "id": "2640", "nom": "Route de Mions", "desserte": "296:A,C25B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2605", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.94750206050932, 45.684646216318768 ] } }, +{ "type": "Feature", "properties": { "id": "2643", "nom": "Route de Mions", "desserte": "296:R,62A:R,C25B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2606", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.947746695155334, 45.684388475032897 ] } }, +{ "type": "Feature", "properties": { "id": "2646", "nom": "Rouville", "desserte": "C13A:R,C18A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2610", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.825016759318287, 45.769494641432097 ] } }, +{ "type": "Feature", "properties": { "id": "2647", "nom": "Rouville", "desserte": "448A:A,C13A:A,C18A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2609", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.823886040962241, 45.769519694446537 ] } }, +{ "type": "Feature", "properties": { "id": "2649", "nom": "Rue d'Ypres", "desserte": "40A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2612", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.812916457200259, 45.781841647605944 ] } }, +{ "type": "Feature", "properties": { "id": "2652", "nom": "Challemel Lacour", "desserte": "C22A:A,ZI6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2614", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.837186305922114, 45.73021323683939 ] } }, +{ "type": "Feature", "properties": { "id": "2653", "nom": "Challemel Lacour", "desserte": "C22A:R,ZI6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2615", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.837739235204307, 45.730218915778352 ] } }, +{ "type": "Feature", "properties": { "id": "2654", "nom": "Rue de l'Aviation", "desserte": "76A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2617", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.908932012128782, 45.663943386238742 ] } }, +{ "type": "Feature", "properties": { "id": "2655", "nom": "Rue de l'Aviation", "desserte": "76A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2616", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.908858426805061, 45.664017086294521 ] } }, +{ "type": "Feature", "properties": { "id": "2659", "nom": "Rue du Sablon", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2619", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.859194389220679, 45.719081200747681 ] } }, +{ "type": "Feature", "properties": { "id": "2684", "nom": "Sathonay Gare", "desserte": "33A:A,77A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2629", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.875403179760262, 45.82061953597173 ] } }, +{ "type": "Feature", "properties": { "id": "2687", "nom": "Sathonay Mairie", "desserte": "9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2630", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.874135853866001, 45.823843653974137 ] } }, +{ "type": "Feature", "properties": { "id": "2688", "nom": "Sathonay Manutention", "desserte": "9A:A,9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2634", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.872626485333083, 45.827127225729029 ] } }, +{ "type": "Feature", "properties": { "id": "2689", "nom": "Sathonay Mutualite", "desserte": "33A:R,9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2637", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.871111009748788, 45.820230344402965 ] } }, +{ "type": "Feature", "properties": { "id": "2690", "nom": "Sathonay Mutualite", "desserte": "33A:A,77A:A,9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2635", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.870443508332849, 45.819993358047256 ] } }, +{ "type": "Feature", "properties": { "id": "2694", "nom": "Sathonay Republique", "desserte": "9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2639", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.874167447535728, 45.826201306602343 ] } }, +{ "type": "Feature", "properties": { "id": "2695", "nom": "Sathonay Republique", "desserte": "9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2640", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.873977830871005, 45.82599855546232 ] } }, +{ "type": "Feature", "properties": { "id": "2700", "nom": "Saxe - Gambetta", "desserte": "C14A:A,C4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "196", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.846954904934261, 45.754460347762077 ] } }, +{ "type": "Feature", "properties": { "id": "11031", "nom": "Cimetiere Bas", "desserte": "50A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3579", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.98114614930507, 45.698737503802676 ] } }, +{ "type": "Feature", "properties": { "id": "1425", "nom": "La Pagere - Les Brosses", "desserte": "25A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1752", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.914904377823352, 45.7490586199579 ] } }, +{ "type": "Feature", "properties": { "id": "1520", "nom": "Le Belvedere", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1831", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.745653038932214, 45.732044730628289 ] } }, +{ "type": "Feature", "properties": { "id": "1564", "nom": "Le Quincieux", "desserte": "72B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1874", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.698653426308405, 45.765356392352743 ] } }, +{ "type": "Feature", "properties": { "id": "1603", "nom": "Leon Bourgeois", "desserte": "79A:A,C15A:R,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1902", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.900938787712692, 45.727766226234095 ] } }, +{ "type": "Feature", "properties": { "id": "1617", "nom": "Les Balmes", "desserte": "111A:R,54A:R,76A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1913", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.894990452545685, 45.664775577870401 ] } }, +{ "type": "Feature", "properties": { "id": "1668", "nom": "Les Epinettes", "desserte": "77A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1960", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.876878320149616, 45.835546544057877 ] } }, +{ "type": "Feature", "properties": { "id": "2308", "nom": "Peupliers", "desserte": "171:R,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2413", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.871232784858766, 45.793835603054134 ] } }, +{ "type": "Feature", "properties": { "id": "2315", "nom": "Picard", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2417", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.865716077662465, 45.707754860388668 ] } }, +{ "type": "Feature", "properties": { "id": "2316", "nom": "Pierre Audry", "desserte": "448A:A,66A:A,90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2418", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.808380585774175, 45.762211169953744 ] } }, +{ "type": "Feature", "properties": { "id": "2414", "nom": "Poleymieux La Tour", "desserte": "84A:A,84A:R,R2A:A,R2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2465", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.798762019929122, 45.861380758943639 ] } }, +{ "type": "Feature", "properties": { "id": "2421", "nom": "Polyclinique de Rillieux", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2469", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.887501109368372, 45.822478918805082 ] } }, +{ "type": "Feature", "properties": { "id": "2425", "nom": "Poncettes", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2471", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.80429359857692, 45.753092987666676 ] } }, +{ "type": "Feature", "properties": { "id": "2427", "nom": "Porte de Lyon", "desserte": "3A:A,3A:R,89A:A,89A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2475", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.762865508121718, 45.821656997286617 ] } }, +{ "type": "Feature", "properties": { "id": "2430", "nom": "Professeur Guerin", "desserte": "448A:A,66A:A,90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2479", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.806536367804379, 45.764673047381848 ] } }, +{ "type": "Feature", "properties": { "id": "2487", "nom": "Pont de La Mulatiere", "desserte": "15A:A,63A:A,C10A:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2531", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.815112318043915, 45.730369939404518 ] } }, +{ "type": "Feature", "properties": { "id": "2521", "nom": "Pont Koënig", "desserte": "40A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "184", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.812592459458808, 45.769787299598875 ] } }, +{ "type": "Feature", "properties": { "id": "2548", "nom": "Pont Rouge", "desserte": "11B:R,12B:R,14B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2550", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.783440541578684, 45.72365727388086 ] } }, +{ "type": "Feature", "properties": { "id": "2549", "nom": "Pont Wilson", "desserte": "171:R,27A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "188", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.83788241291278, 45.761089708151225 ] } }, +{ "type": "Feature", "properties": { "id": "2552", "nom": "Pyrenees", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2552", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.854266175262856, 45.721748241490104 ] } }, +{ "type": "Feature", "properties": { "id": "2607", "nom": "Rillieux Piscine", "desserte": "ZI4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2577", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.88765453489733, 45.816075413151466 ] } }, +{ "type": "Feature", "properties": { "id": "2608", "nom": "Rillieux Piscine", "desserte": "ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2578", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.887696452033526, 45.816146473023778 ] } }, +{ "type": "Feature", "properties": { "id": "2633", "nom": "Rouget de l'Isle", "desserte": "25A:A,C13A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2602", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.866151150429605, 45.754704514543334 ] } }, +{ "type": "Feature", "properties": { "id": "2984", "nom": "Thioley", "desserte": "39A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2832", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.888059380320911, 45.715818064461622 ] } }, +{ "type": "Feature", "properties": { "id": "2985", "nom": "Timbaud", "desserte": "87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2835", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.900612554122137, 45.691516232062376 ] } }, +{ "type": "Feature", "properties": { "id": "2987", "nom": "Tita Cois", "desserte": "7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2839", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.903705839005268, 45.771665768029976 ] } }, +{ "type": "Feature", "properties": { "id": "2988", "nom": "Tita Cois", "desserte": "7A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2838", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.904775761928016, 45.771164230487805 ] } }, +{ "type": "Feature", "properties": { "id": "42279", "nom": "St Germain Gare", "desserte": "21A:A,21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2738", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.804112860410307, 45.887573991881943 ] } }, +{ "type": "Feature", "properties": { "id": "461", "nom": "Chavril", "desserte": "17B:A,49A:A,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1123", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.797994072206011, 45.743627196261627 ] } }, +{ "type": "Feature", "properties": { "id": "525", "nom": "Cite Berliet centre", "desserte": "62A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1165", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.901057901664783, 45.705494185957335 ] } }, +{ "type": "Feature", "properties": { "id": "545", "nom": "Clinique Charcot", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1188", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.797773901324963, 45.750202774934344 ] } }, +{ "type": "Feature", "properties": { "id": "620", "nom": "Couzon", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1242", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.832344322011737, 45.84568039051733 ] } }, +{ "type": "Feature", "properties": { "id": "934", "nom": "Fontaines Centre", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1427", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.846977857096966, 45.835012088234286 ] } }, +{ "type": "Feature", "properties": { "id": "1062", "nom": "Gorgeat", "desserte": "40A:A,70A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1485", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.839768114331779, 45.868972759249857 ] } }, +{ "type": "Feature", "properties": { "id": "1076", "nom": "Grandclement", "desserte": "448A:A,C26A:A,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1499", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.89025772107748, 45.759613526251776 ] } }, +{ "type": "Feature", "properties": { "id": "1101", "nom": "Grange Haute", "desserte": "15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1510", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.822816341908815, 45.6752838671079 ] } }, +{ "type": "Feature", "properties": { "id": "1613", "nom": "Les Arpinieres", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1909", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.749474546015997, 45.734779882018223 ] } }, +{ "type": "Feature", "properties": { "id": "1671", "nom": "Les Essarts", "desserte": "24A:A,C15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1965", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.898917584009659, 45.73266412945577 ] } }, +{ "type": "Feature", "properties": { "id": "1721", "nom": "Les Mollieres", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2010", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.848518826026655, 45.840270439628938 ] } }, +{ "type": "Feature", "properties": { "id": "1799", "nom": "Limonest Place", "desserte": "21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2076", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.771371182798425, 45.83519891283558 ] } }, +{ "type": "Feature", "properties": { "id": "1802", "nom": "Longchamp", "desserte": "37A:A,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2079", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.886162389313619, 45.781408881202928 ] } }, +{ "type": "Feature", "properties": { "id": "1803", "nom": "Longchamp", "desserte": "37A:R,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2078", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.885110996924632, 45.78120771098925 ] } }, +{ "type": "Feature", "properties": { "id": "1817", "nom": "Louise Michel", "desserte": "69A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2091", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.893728436693432, 45.774521821272721 ] } }, +{ "type": "Feature", "properties": { "id": "1821", "nom": "Ludovic Bonin", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2093", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.853918631074293, 45.727075742363418 ] } }, +{ "type": "Feature", "properties": { "id": "1822", "nom": "Luther King", "desserte": "24A:A,C15A:A,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2095", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.901196948051609, 45.731927955587331 ] } }, +{ "type": "Feature", "properties": { "id": "1823", "nom": "Luther King", "desserte": "24A:R,C15A:R,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2096", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.901252497148414, 45.732016699705227 ] } }, +{ "type": "Feature", "properties": { "id": "1825", "nom": "Luzy", "desserte": "46A:R,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2100", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.801551989699997, 45.756186577221321 ] } }, +{ "type": "Feature", "properties": { "id": "1826", "nom": "Luzy", "desserte": "46A:A,C21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2099", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.802171421735228, 45.756235981681421 ] } }, +{ "type": "Feature", "properties": { "id": "1834", "nom": "Lycee Jean Perrin", "desserte": "20A:A,2A:A,71A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2101", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.814593417863764, 45.794505259585335 ] } }, +{ "type": "Feature", "properties": { "id": "1835", "nom": "Lycee Jean Perrin", "desserte": "20A:R,2A:R,71A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2102", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.814409801158258, 45.794428299679566 ] } }, +{ "type": "Feature", "properties": { "id": "1842", "nom": "Lyon-Plage", "desserte": "40A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2103", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.819671306033268, 45.788983433999597 ] } }, +{ "type": "Feature", "properties": { "id": "1843", "nom": "Lyon-Plage", "desserte": "40A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2104", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.818298274076161, 45.787924640267327 ] } }, +{ "type": "Feature", "properties": { "id": "1845", "nom": "Machy", "desserte": "21A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2105", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.756392344622046, 45.871688388337333 ] } }, +{ "type": "Feature", "properties": { "id": "1863", "nom": "Mairie de Villeurbanne", "desserte": "27A:A,69A:A,C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2111", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.880249288751275, 45.76677176403247 ] } }, +{ "type": "Feature", "properties": { "id": "1864", "nom": "Mairie du 4eme", "desserte": "45A:A,C13A:R,S12A:R,S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2113", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.827485856957857, 45.774030485425499 ] } }, +{ "type": "Feature", "properties": { "id": "2777", "nom": "St Didier Eglise", "desserte": "22A:A,23A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2702", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.798400221593903, 45.809614113230609 ] } }, +{ "type": "Feature", "properties": { "id": "2990", "nom": "Titilleux", "desserte": "35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2840", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.875055205430058, 45.712188534228673 ] } }, +{ "type": "Feature", "properties": { "id": "546", "nom": "Clinique du Tonkin", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1190", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.864966124614606, 45.776766341890173 ] } }, +{ "type": "Feature", "properties": { "id": "698", "nom": "Decines Champ Fleuri", "desserte": "67A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1296", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.972233663251376, 45.77394909888389 ] } }, +{ "type": "Feature", "properties": { "id": "761", "nom": "Docteur Horand", "desserte": "19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1325", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.802118849602069, 45.770845861786377 ] } }, +{ "type": "Feature", "properties": { "id": "844", "nom": "Egalite - Farrere", "desserte": "C25B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1385", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.949614074452176, 45.688287662340571 ] } }, +{ "type": "Feature", "properties": { "id": "856", "nom": "Entree de Decines", "desserte": "52A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1394", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.936436491593795, 45.768284360897738 ] } }, +{ "type": "Feature", "properties": { "id": "897", "nom": "Collège Plan du Loup", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "725", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.788379208705846, 45.735286720125707 ] } }, +{ "type": "Feature", "properties": { "id": "1063", "nom": "Gorgeat", "desserte": "40A:R,70A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1484", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.839608487657515, 45.868580253638498 ] } }, +{ "type": "Feature", "properties": { "id": "1673", "nom": "Les Esses", "desserte": "C13A:R,C18A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1967", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.817236362020267, 45.771800064841436 ] } }, +{ "type": "Feature", "properties": { "id": "1722", "nom": "Les Mouettes", "desserte": "95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2012", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.024786498999698, 45.782713702006269 ] } }, +{ "type": "Feature", "properties": { "id": "1723", "nom": "Les Mouettes", "desserte": "95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2011", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.024600870303354, 45.782601118432844 ] } }, +{ "type": "Feature", "properties": { "id": "1726", "nom": "Les Muriers", "desserte": "15A:A,18B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2014", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.825797641758785, 45.696082301388586 ] } }, +{ "type": "Feature", "properties": { "id": "1727", "nom": "Les Muriers", "desserte": "15A:R,18B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2013", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.825745675490812, 45.696353488846221 ] } }, +{ "type": "Feature", "properties": { "id": "1729", "nom": "Centre Nautique.", "desserte": "16A:R,79A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2016", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.956358242653854, 45.763653613406504 ] } }, +{ "type": "Feature", "properties": { "id": "1730", "nom": "Les Noyeraies", "desserte": "3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2019", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.75112695457271, 45.810837907979447 ] } }, +{ "type": "Feature", "properties": { "id": "1731", "nom": "Les Noyeraies", "desserte": "3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2020", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.751055945248909, 45.810686417735845 ] } }, +{ "type": "Feature", "properties": { "id": "1737", "nom": "Les Oncheres", "desserte": "52A:R,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5255", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.925469419718292, 45.77739521730048 ] } }, +{ "type": "Feature", "properties": { "id": "1743", "nom": "Les Pervenches", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2031", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.874178589824713, 45.85516760221207 ] } }, +{ "type": "Feature", "properties": { "id": "1744", "nom": "Les Peupliers - RN 7", "desserte": "86A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2033", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.739434917104898, 45.801889618331252 ] } }, +{ "type": "Feature", "properties": { "id": "1745", "nom": "Les Peupliers - RN 7", "desserte": "86A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2032", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.739355244448873, 45.802422375059756 ] } }, +{ "type": "Feature", "properties": { "id": "1769", "nom": "Les Terres St G. les Ollieres", "desserte": "72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5166", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.705623523644396, 45.76087119049933 ] } }, +{ "type": "Feature", "properties": { "id": "1781", "nom": "Les Villas", "desserte": "21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2066", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.775614757305545, 45.81823895418804 ] } }, +{ "type": "Feature", "properties": { "id": "1783", "nom": "Les Violettes", "desserte": "60A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2067", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.866652927046276, 45.667192086119186 ] } }, +{ "type": "Feature", "properties": { "id": "1784", "nom": "Lesire", "desserte": "52A:A,C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2068", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.913781248192956, 45.780805533480539 ] } }, +{ "type": "Feature", "properties": { "id": "1785", "nom": "Lesire", "desserte": "52A:R,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2069", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.913748594090552, 45.780932303320753 ] } }, +{ "type": "Feature", "properties": { "id": "1786", "nom": "Letra", "desserte": "84A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2071", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.791947482795195, 45.828540602170769 ] } }, +{ "type": "Feature", "properties": { "id": "3137", "nom": "Gare d'Albigny-Neuville", "desserte": "43A:R,R2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2969", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.835374553063574, 45.876343508563082 ] } }, +{ "type": "Feature", "properties": { "id": "3287", "nom": "Georges Roudil", "desserte": "39A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3022", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.887470181330402, 45.692563085521307 ] } }, +{ "type": "Feature", "properties": { "id": "42281", "nom": "Lissieu Le Nelie", "desserte": "61A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4708", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.73292242513567, 45.848824376403385 ] } }, +{ "type": "Feature", "properties": { "id": "65", "nom": "Andre Brun", "desserte": "16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "836", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.966932516670089, 45.767736203793248 ] } }, +{ "type": "Feature", "properties": { "id": "81", "nom": "Ateliers SNCF", "desserte": "15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "847", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.818038478016854, 45.720296080665456 ] } }, +{ "type": "Feature", "properties": { "id": "1066", "nom": "Meyzieu Grand Large", "desserte": "67A:A,95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1490", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.993496326893517, 45.777651917052111 ] } }, +{ "type": "Feature", "properties": { "id": "1478", "nom": "La Voute", "desserte": "20A:R,22A:R,23A:R,2A:R,71A:R,S11A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1800", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.808191115987676, 45.78440403110951 ] } }, +{ "type": "Feature", "properties": { "id": "1521", "nom": "Le Belvedere", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1830", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.74574199062667, 45.731727791961355 ] } }, +{ "type": "Feature", "properties": { "id": "1577", "nom": "Le Roule", "desserte": "17B:R,8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1886", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.810634889753763, 45.730837790348495 ] } }, +{ "type": "Feature", "properties": { "id": "1604", "nom": "Leon Favre", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1905", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.807336595377942, 45.743259900099211 ] } }, +{ "type": "Feature", "properties": { "id": "1605", "nom": "Leon Favre", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1904", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.807582304169315, 45.743578528851231 ] } }, +{ "type": "Feature", "properties": { "id": "1656", "nom": "Les Cotes", "desserte": "15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1951", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.822679293050174, 45.687042344481583 ] } }, +{ "type": "Feature", "properties": { "id": "1657", "nom": "Les Cotes", "desserte": "15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1950", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.822536293229054, 45.687288544946142 ] } }, +{ "type": "Feature", "properties": { "id": "1659", "nom": "Les Coutures", "desserte": "8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1952", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.803947657777494, 45.72530538362782 ] } }, +{ "type": "Feature", "properties": { "id": "1661", "nom": "Les Dauphins", "desserte": "76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1954", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.90552336297768, 45.659394860956304 ] } }, +{ "type": "Feature", "properties": { "id": "1674", "nom": "Les Esses", "desserte": "2A:R,448A:A,45A:R,C13A:A,C18A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1968", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.819528340051587, 45.772424492907724 ] } }, +{ "type": "Feature", "properties": { "id": "1675", "nom": "Les Esses", "desserte": "2A:A,45A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1966", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.817634122901498, 45.772266086341276 ] } }, +{ "type": "Feature", "properties": { "id": "1680", "nom": "Les Fraisiers", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1971", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.787649397427452, 45.673295016192441 ] } }, +{ "type": "Feature", "properties": { "id": "1692", "nom": "Les Grandes Treves", "desserte": "72B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1983", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.713663173211986, 45.759144121836371 ] } }, +{ "type": "Feature", "properties": { "id": "1693", "nom": "Les Grandes Treves", "desserte": "72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1986", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.714121399404639, 45.759035410137955 ] } }, +{ "type": "Feature", "properties": { "id": "1696", "nom": "Les Grillons", "desserte": "68B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1989", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.958945211220945, 45.74642713144587 ] } }, +{ "type": "Feature", "properties": { "id": "1697", "nom": "Les Grillons", "desserte": "68B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1990", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.958063324565543, 45.746267698600505 ] } }, +{ "type": "Feature", "properties": { "id": "1713", "nom": "Champvert - Les Massues", "desserte": "45A:A,46A:A,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1997", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.795734056882481, 45.75950954490618 ] } }, +{ "type": "Feature", "properties": { "id": "1715", "nom": "Les Maures", "desserte": "39A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2001", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.857586564830338, 45.66376888509275 ] } }, +{ "type": "Feature", "properties": { "id": "1716", "nom": "Les Maures", "desserte": "39A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2000", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.85762544887293, 45.663777011665552 ] } }, +{ "type": "Feature", "properties": { "id": "1718", "nom": "Les Meurieres", "desserte": "296:R,62A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2006", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.949208447874335, 45.679466565628459 ] } }, +{ "type": "Feature", "properties": { "id": "1787", "nom": "Letra", "desserte": "84A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2070", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.792337392059035, 45.828622095244178 ] } }, +{ "type": "Feature", "properties": { "id": "3156", "nom": "Garibaldi - Berthelot", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "377", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.847143616846867, 45.743096617175098 ] } }, +{ "type": "Feature", "properties": { "id": "3174", "nom": "Yvours", "desserte": "18B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2982", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.826906508559969, 45.689764630861355 ] } }, +{ "type": "Feature", "properties": { "id": "3370", "nom": "J.Jaures - Pommier", "desserte": "95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1593", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.022035915018921, 45.77881863941348 ] } }, +{ "type": "Feature", "properties": { "id": "10474", "nom": "Girondins - Yves Farge", "desserte": "C22A:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3452", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.831064412723474, 45.739485637635589 ] } }, +{ "type": "Feature", "properties": { "id": "10690", "nom": "St Nizier", "desserte": "S1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3516", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833193192928414, 45.764503092837174 ] } }, +{ "type": "Feature", "properties": { "id": "872", "nom": "Etats-Unis Viviani", "desserte": "26A:A,448A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "627", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.870837454410887, 45.724957644481272 ] } }, +{ "type": "Feature", "properties": { "id": "942", "nom": "Fontrobert", "desserte": "62A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1429", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.949380229539139, 45.673071448357 ] } }, +{ "type": "Feature", "properties": { "id": "1162", "nom": "Herriot - Cagne", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "656", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.87536125371121, 45.693747019178282 ] } }, +{ "type": "Feature", "properties": { "id": "1489", "nom": "Lamothe - Madeleine", "desserte": "C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1812", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.849232956296828, 45.745777224609334 ] } }, +{ "type": "Feature", "properties": { "id": "1490", "nom": "Lamothe - Madeleine", "desserte": "35A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1813", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.847502093436981, 45.745599930546142 ] } }, +{ "type": "Feature", "properties": { "id": "1493", "nom": "Langevin", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1818", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.881330743818528, 45.701460865793678 ] } }, +{ "type": "Feature", "properties": { "id": "1494", "nom": "Langevin", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1817", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.881217003005984, 45.702057529064632 ] } }, +{ "type": "Feature", "properties": { "id": "1505", "nom": "Laurent Bonnevay", "desserte": "C15A:A,C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "234", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.909219685685014, 45.764698499917031 ] } }, +{ "type": "Feature", "properties": { "id": "1508", "nom": "Laurent Bonnevay", "desserte": "C3A:A,C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "236", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.908854677601092, 45.764868887736426 ] } }, +{ "type": "Feature", "properties": { "id": "1509", "nom": "Laurent Bonnevay", "desserte": "7A:A,7A:R,83A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "237", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.908388568440863, 45.765077595629272 ] } }, +{ "type": "Feature", "properties": { "id": "1522", "nom": "Le Bochu", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1832", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.755656391761666, 45.737104021466394 ] } }, +{ "type": "Feature", "properties": { "id": "1523", "nom": "Le Bochu", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1833", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.75512315703932, 45.736962500381352 ] } }, +{ "type": "Feature", "properties": { "id": "1524", "nom": "Le Broteau", "desserte": "18B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1834", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.827302027948022, 45.685040515884175 ] } }, +{ "type": "Feature", "properties": { "id": "1525", "nom": "Le Broteau", "desserte": "18B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1835", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.827502417367045, 45.684928050730036 ] } }, +{ "type": "Feature", "properties": { "id": "1533", "nom": "Le Colin", "desserte": "22A:A,23A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1846", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.800172517281986, 45.80809008420772 ] } }, +{ "type": "Feature", "properties": { "id": "1534", "nom": "Le Colin", "desserte": "20A:R,22A:R,23A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1845", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.800657465329937, 45.807710404227194 ] } }, +{ "type": "Feature", "properties": { "id": "1544", "nom": "Le Guillot", "desserte": "72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1854", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.731012513240999, 45.759792514441457 ] } }, +{ "type": "Feature", "properties": { "id": "1545", "nom": "Le Guillot", "desserte": "72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1853", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.731164332683067, 45.759735271404942 ] } }, +{ "type": "Feature", "properties": { "id": "1546", "nom": "Le Meridien", "desserte": "5A:R,86A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1855", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.752586029893226, 45.773749738101365 ] } }, +{ "type": "Feature", "properties": { "id": "1547", "nom": "Le Meridien", "desserte": "5A:A,86A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1856", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.752174323686696, 45.775504770127476 ] } }, +{ "type": "Feature", "properties": { "id": "1548", "nom": "Le Meruzin", "desserte": "20A:A,22A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1858", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.794824123044139, 45.818009428667224 ] } }, +{ "type": "Feature", "properties": { "id": "1549", "nom": "Le Meruzin", "desserte": "20A:R,22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1857", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.794924587252854, 45.817665188835136 ] } }, +{ "type": "Feature", "properties": { "id": "1550", "nom": "Le Molard", "desserte": "16A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1862", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.967906256752367, 45.771152031290065 ] } }, +{ "type": "Feature", "properties": { "id": "1551", "nom": "Le Molard", "desserte": "16A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1861", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.967811584147552, 45.771055231065006 ] } }, +{ "type": "Feature", "properties": { "id": "1580", "nom": "Le Roulet", "desserte": "37A:A,7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1889", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.897808074817578, 45.785059508721623 ] } }, +{ "type": "Feature", "properties": { "id": "1581", "nom": "Le Roulet", "desserte": "37A:R,7A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1888", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.897532313147669, 45.784939777200044 ] } }, +{ "type": "Feature", "properties": { "id": "1586", "nom": "Le Vergoin", "desserte": "31A:A,S10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1891", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.838524436370801, 45.804335217707902 ] } }, +{ "type": "Feature", "properties": { "id": "1589", "nom": "Le Vernay", "desserte": "33A:R,70A:R,77A:R,9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1892", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.856557375475276, 45.808585870268253 ] } }, +{ "type": "Feature", "properties": { "id": "10482", "nom": "Vaulx-en-Velin La Grappiniere", "desserte": "37A:A,7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3455", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.912469234335017, 45.788225837551416 ] } }, +{ "type": "Feature", "properties": { "id": "89", "nom": "Audibert Lavirotte", "desserte": "35A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "851", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.857317222459288, 45.734776487468721 ] } }, +{ "type": "Feature", "properties": { "id": "98", "nom": "Ayasse - Yves Farge", "desserte": "C22A:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "862", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.827360128929278, 45.735463402435421 ] } }, +{ "type": "Feature", "properties": { "id": "116", "nom": "Baraillon", "desserte": "5A:A,98A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "868", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.759754602282634, 45.764207314258712 ] } }, +{ "type": "Feature", "properties": { "id": "462", "nom": "Chavril", "desserte": "17B:R,49A:R,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1122", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.798519925567522, 45.744461758576804 ] } }, +{ "type": "Feature", "properties": { "id": "762", "nom": "Docteur Rebatel", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1326", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.873552015914191, 45.749838825117621 ] } }, +{ "type": "Feature", "properties": { "id": "805", "nom": "Duquesne - Foch", "desserte": "27A:A,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1355", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.843636053777836, 45.772491918023796 ] } }, +{ "type": "Feature", "properties": { "id": "834", "nom": "Ecully Centre", "desserte": "19A:R,3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1375", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.779102743712339, 45.774481229040227 ] } }, +{ "type": "Feature", "properties": { "id": "1426", "nom": "La Pagere - Les Brosses", "desserte": "24A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1754", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.914444941078711, 45.748583093916082 ] } }, +{ "type": "Feature", "properties": { "id": "1435", "nom": "La Plaine", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1764", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.784242040230072, 45.74457603039324 ] } }, +{ "type": "Feature", "properties": { "id": "1441", "nom": "La Riviere", "desserte": "84A:R,R2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1769", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804496623348625, 45.854819216847559 ] } }, +{ "type": "Feature", "properties": { "id": "1442", "nom": "La Riviere", "desserte": "84A:A,R2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1770", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804158390630723, 45.854745628805134 ] } }, +{ "type": "Feature", "properties": { "id": "1447", "nom": "La Sablière", "desserte": "171:A,S8A:A,S8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "417", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.906884519889283, 45.808310021088829 ] } }, +{ "type": "Feature", "properties": { "id": "1448", "nom": "La Sablière", "desserte": "171:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "416", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.907206382733944, 45.808311660804023 ] } }, +{ "type": "Feature", "properties": { "id": "1454", "nom": "La Saulaie", "desserte": "15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1778", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.818378760099539, 45.717867268500129 ] } }, +{ "type": "Feature", "properties": { "id": "1455", "nom": "La Sauvagere", "desserte": "31A:A,43A:A,S10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1780", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.82550873925338, 45.795434093936002 ] } }, +{ "type": "Feature", "properties": { "id": "1456", "nom": "La Sauvagere", "desserte": "31A:R,43A:R,S10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1779", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.824563231156223, 45.795013981476217 ] } }, +{ "type": "Feature", "properties": { "id": "1459", "nom": "La Tour", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1782", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.861433639873307, 45.682728891118686 ] } }, +{ "type": "Feature", "properties": { "id": "1460", "nom": "La Tour", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1781", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.861482069024377, 45.682664791778386 ] } }, +{ "type": "Feature", "properties": { "id": "1461", "nom": "La Tour de Salvagny", "desserte": "86A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1783", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.717676353879226, 45.815035029737075 ] } }, +{ "type": "Feature", "properties": { "id": "1462", "nom": "La Tour de Salvagny", "desserte": "86A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1784", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.71764049958676, 45.815098795254642 ] } }, +{ "type": "Feature", "properties": { "id": "1463", "nom": "La Tourette", "desserte": "73A:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "712", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.736192641328927, 45.747359788838381 ] } }, +{ "type": "Feature", "properties": { "id": "1479", "nom": "La Vuldy", "desserte": "72B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1803", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.719935316476144, 45.758183068788995 ] } }, +{ "type": "Feature", "properties": { "id": "1480", "nom": "La Vuldy", "desserte": "72B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1802", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.720420385014272, 45.758100763405977 ] } }, +{ "type": "Feature", "properties": { "id": "1481", "nom": "Laborde", "desserte": "31A:A,43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1804", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.813180841885133, 45.785427266360323 ] } }, +{ "type": "Feature", "properties": { "id": "1482", "nom": "Laborde", "desserte": "31A:R,43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1806", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.812676539809659, 45.784799305456616 ] } }, +{ "type": "Feature", "properties": { "id": "1483", "nom": "Lacassagne - Eugenie", "desserte": "C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1807", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.887503641528676, 45.746534181758022 ] } }, +{ "type": "Feature", "properties": { "id": "1663", "nom": "Les Dominicaines", "desserte": "15A:A,18B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1957", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.815717545425708, 45.655062696387361 ] } }, +{ "type": "Feature", "properties": { "id": "2740", "nom": "Sous le Fort", "desserte": "60A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2675", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.86094727634361, 45.670435155678227 ] } }, +{ "type": "Feature", "properties": { "id": "2807", "nom": "St Genis Mairie", "desserte": "88B:A,C10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2735", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.794909313882464, 45.698743885968724 ] } }, +{ "type": "Feature", "properties": { "id": "1178", "nom": "Hopital Croix-Rousse", "desserte": "38A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1560", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.832842450294894, 45.782372650109728 ] } }, +{ "type": "Feature", "properties": { "id": "1179", "nom": "Hopital Croix-Rousse", "desserte": "448A:A,C13A:A,S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1557", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.833363849678751, 45.781388931358585 ] } }, +{ "type": "Feature", "properties": { "id": "1180", "nom": "Hopital Henry Gabrielle", "desserte": "C10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1563", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.79412225056828, 45.690318184134739 ] } }, +{ "type": "Feature", "properties": { "id": "1181", "nom": "Hopital Henry Gabrielle", "desserte": "C10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1564", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.794265386100215, 45.69007201942091 ] } }, +{ "type": "Feature", "properties": { "id": "1189", "nom": "Hôtel de Ville - Louis Pradel", "desserte": "C13A:R,C3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "112", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.835972118290589, 45.767163041589839 ] } }, +{ "type": "Feature", "properties": { "id": "1190", "nom": "Hôtel de Ville - Louis Pradel", "desserte": "C14A:A,C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "113", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.836089388765163, 45.767196435783355 ] } }, +{ "type": "Feature", "properties": { "id": "1210", "nom": "Ile Tabard", "desserte": "15A:A,18B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1578", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.825986897438746, 45.664466196250544 ] } }, +{ "type": "Feature", "properties": { "id": "1211", "nom": "Ile Tabard", "desserte": "15A:R,18B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1579", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.826246408972805, 45.664811474528385 ] } }, +{ "type": "Feature", "properties": { "id": "1212", "nom": "Impasse Mathieu", "desserte": "C1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1581", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.839620591932291, 45.788270606264668 ] } }, +{ "type": "Feature", "properties": { "id": "1213", "nom": "Impasse Mathieu", "desserte": "C1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1580", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.839501057429328, 45.78821395198414 ] } }, +{ "type": "Feature", "properties": { "id": "1219", "nom": "Irigny Gare", "desserte": "18B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1582", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.831435498471554, 45.677630696738042 ] } }, +{ "type": "Feature", "properties": { "id": "1223", "nom": "Jean Collet", "desserte": "85A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1590", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.000615448699479, 45.780939982027625 ] } }, +{ "type": "Feature", "properties": { "id": "1224", "nom": "Jean Collet", "desserte": "85A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1589", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.000644199630889, 45.781002313012202 ] } }, +{ "type": "Feature", "properties": { "id": "1225", "nom": "J.Jaures - Malherbe", "desserte": "95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1592", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.015449795657203, 45.771441312859672 ] } }, +{ "type": "Feature", "properties": { "id": "1237", "nom": "Jardin des Plantes", "desserte": "S12A:R,S6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1602", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.828969693294352, 45.771009174485826 ] } }, +{ "type": "Feature", "properties": { "id": "1238", "nom": "Jardin des Plantes", "desserte": "S6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1601", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.829011501060232, 45.771080255796129 ] } }, +{ "type": "Feature", "properties": { "id": "1252", "nom": "Jean Macé", "desserte": "35A:R,C12A:R,C7B:R,ZI6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "287", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.843000847297684, 45.746978705617451 ] } }, +{ "type": "Feature", "properties": { "id": "1317", "nom": "La Blache", "desserte": "84A:A,R2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1663", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.808187285236566, 45.856394378323799 ] } }, +{ "type": "Feature", "properties": { "id": "1318", "nom": "La Blanchisserie", "desserte": "97A:R,S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5158", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.843551019526696, 45.8764766326969 ] } }, +{ "type": "Feature", "properties": { "id": "1320", "nom": "La Borelle", "desserte": "35A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5261", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.882044512948186, 45.711067015957255 ] } }, +{ "type": "Feature", "properties": { "id": "1321", "nom": "La Borelle", "desserte": "35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "638", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.882320286099101, 45.711195776720082 ] } }, +{ "type": "Feature", "properties": { "id": "1328", "nom": "La Buissiere - Viralamande", "desserte": "C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1668", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.881062608460761, 45.803262846615439 ] } }, +{ "type": "Feature", "properties": { "id": "1333", "nom": "La Bussiere", "desserte": "11B:A,12B:A,14B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5159", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.802935569892359, 45.719638994591271 ] } }, +{ "type": "Feature", "properties": { "id": "1338", "nom": "La Chardonniere", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1675", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.765178016117217, 45.734117082938553 ] } }, +{ "type": "Feature", "properties": { "id": "1354", "nom": "La Courtille - Bramafan", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1686", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.801473822771776, 45.73090438258231 ] } }, +{ "type": "Feature", "properties": { "id": "1358", "nom": "La Creuzette", "desserte": "70A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5160", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.856522781027145, 45.83029784972085 ] } }, +{ "type": "Feature", "properties": { "id": "1364", "nom": "La Croix de Presles", "desserte": "84A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1694", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.793400588152989, 45.842037538840295 ] } }, +{ "type": "Feature", "properties": { "id": "1375", "nom": "La Favorite", "desserte": "46A:A,C21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1703", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804932116380486, 45.756148311214275 ] } }, +{ "type": "Feature", "properties": { "id": "575", "nom": "Colbert", "desserte": "S6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1218", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.834461137252398, 45.772408349255159 ] } }, +{ "type": "Feature", "properties": { "id": "621", "nom": "Gare et stade de Couzon", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1244", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.832383120943844, 45.849370050904426 ] } }, +{ "type": "Feature", "properties": { "id": "717", "nom": "Demi-Lune Mairie", "desserte": "5A:R,73A:R,C21A:A,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1308", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.777385973021715, 45.760432023165635 ] } }, +{ "type": "Feature", "properties": { "id": "720", "nom": "Demi-Lune Vauboin", "desserte": "55A:R,72B:R,73A:R,86A:R,98A:R,C21A:A,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1313", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.782470749308548, 45.764020764600062 ] } }, +{ "type": "Feature", "properties": { "id": "721", "nom": "Demi-Lune Vauboin", "desserte": "55A:A,73A:A,86A:A,98A:A,C21A:A,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1310", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.782024265691834, 45.764102498524664 ] } }, +{ "type": "Feature", "properties": { "id": "764", "nom": "Duchere Balmont", "desserte": "118A:A,21A:A,61A:A,66A:A,89A:A,C14A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1327", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.799054676930989, 45.789455310789648 ] } }, +{ "type": "Feature", "properties": { "id": "770", "nom": "Duchere Capucines", "desserte": "448A:A,66A:R,89A:R,C14A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1329", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.794291896787894, 45.789406607494513 ] } }, +{ "type": "Feature", "properties": { "id": "818", "nom": "Cité Internationale - Transbordeur", "desserte": "70A:R,C26A:A,C2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "605", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.859990058125244, 45.784385334985721 ] } }, +{ "type": "Feature", "properties": { "id": "835", "nom": "Ecully Centre", "desserte": "19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1373", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.779117191446995, 45.774516918762195 ] } }, +{ "type": "Feature", "properties": { "id": "836", "nom": "Ecully Centre", "desserte": "55A:R,S15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1377", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.778084682359051, 45.774728393479784 ] } }, +{ "type": "Feature", "properties": { "id": "839", "nom": "Ecully Le Trouillat", "desserte": "3A:A,55A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1381", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.774012047671239, 45.776581059533498 ] } }, +{ "type": "Feature", "properties": { "id": "845", "nom": "Egalite - Farrere", "desserte": "C25B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1384", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.949833880580036, 45.688318545930343 ] } }, +{ "type": "Feature", "properties": { "id": "847", "nom": "Eglantines", "desserte": "68B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1389", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.96270576778536, 45.740362135728361 ] } }, +{ "type": "Feature", "properties": { "id": "898", "nom": "Collège Plan du Loup", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "724", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.789622810675754, 45.73521453634747 ] } }, +{ "type": "Feature", "properties": { "id": "899", "nom": "Felix Faure - Vivier Merle", "desserte": "C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "766", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.859176690628478, 45.754033345230191 ] } }, +{ "type": "Feature", "properties": { "id": "908", "nom": "Feuillat - Albert Thomas", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1405", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.87509176571226, 45.744196209575939 ] } }, +{ "type": "Feature", "properties": { "id": "910", "nom": "Feuillat - Freres Lumiere", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1407", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.874471952263252, 45.743301096906222 ] } }, +{ "type": "Feature", "properties": { "id": "911", "nom": "Feuillat - Freres Lumiere", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1408", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.873975648116254, 45.743411332573523 ] } }, +{ "type": "Feature", "properties": { "id": "943", "nom": "Fontrobert", "desserte": "62A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1428", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.949315449677592, 45.674954285425386 ] } }, +{ "type": "Feature", "properties": { "id": "1046", "nom": "Genovefains", "desserte": "448A:A,55A:R,C20A:R,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1482", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.816115952583355, 45.753507554093005 ] } }, +{ "type": "Feature", "properties": { "id": "1106", "nom": "Gratte Ciel", "desserte": "69A:A,C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "88", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.88180888660033, 45.76906776731559 ] } }, +{ "type": "Feature", "properties": { "id": "1108", "nom": "Greillon", "desserte": "19A:A,31A:A,40A:A,C14A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1516", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.814894266416478, 45.767207206514392 ] } }, +{ "type": "Feature", "properties": { "id": "1112", "nom": "Grezieu la Varenne", "desserte": "C24B:A,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1519", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.691187643373767, 45.747169836149453 ] } }, +{ "type": "Feature", "properties": { "id": "1113", "nom": "Grezieu la Varenne", "desserte": "C24B:A,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1520", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.691805578677478, 45.747489896517045 ] } }, +{ "type": "Feature", "properties": { "id": "1114", "nom": "Gros Platane", "desserte": "40A:A,70A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1524", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.838923419961104, 45.837423992946064 ] } }, +{ "type": "Feature", "properties": { "id": "1502", "nom": "Lassausaie", "desserte": "21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1825", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.770656488277927, 45.872847822531163 ] } }, +{ "type": "Feature", "properties": { "id": "46537", "nom": "Crepieux Les Brosses", "desserte": "S8A:A,S8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5523", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.912732923115098, 45.809238469292353 ] } }, +{ "type": "Feature", "properties": { "id": "626", "nom": "Craponne Dumont", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1247", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.715864521932771, 45.74730650788397 ] } }, +{ "type": "Feature", "properties": { "id": "627", "nom": "Craponne Mairie", "desserte": "73A:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1250", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.723270308971871, 45.742576886006475 ] } }, +{ "type": "Feature", "properties": { "id": "628", "nom": "Craponne Mairie", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1249", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.723736541225416, 45.742359952607103 ] } }, +{ "type": "Feature", "properties": { "id": "631", "nom": "Craponne Martin", "desserte": "73A:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1252", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.729224321971925, 45.747355537237368 ] } }, +{ "type": "Feature", "properties": { "id": "632", "nom": "Craponne Martin", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1251", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.728824190572048, 45.747319062301216 ] } }, +{ "type": "Feature", "properties": { "id": "636", "nom": "Crecy", "desserte": "20A:R,22A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1254", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.803142659494779, 45.800562988862005 ] } }, +{ "type": "Feature", "properties": { "id": "639", "nom": "Crepieux Les Brosses", "desserte": "171:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1256", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.913383755258137, 45.808017164450796 ] } }, +{ "type": "Feature", "properties": { "id": "642", "nom": "Croix des Rameaux", "desserte": "20A:R,22A:R,23A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1258", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.796470970697131, 45.81597514532212 ] } }, +{ "type": "Feature", "properties": { "id": "645", "nom": "Croizat - Coblod", "desserte": "35A:A,39A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1260", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.88748173735959, 45.702518302815037 ] } }, +{ "type": "Feature", "properties": { "id": "647", "nom": "Cuers", "desserte": "89A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1262", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.767976684701181, 45.798350231158835 ] } }, +{ "type": "Feature", "properties": { "id": "655", "nom": "Curie - Jules Guesde", "desserte": "35A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1265", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.885205224514602, 45.709122982044448 ] } }, +{ "type": "Feature", "properties": { "id": "664", "nom": "Cuzin - Stalingrad", "desserte": "C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1272", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.914846265487445, 45.774435053662593 ] } }, +{ "type": "Feature", "properties": { "id": "666", "nom": "Cyprian - Genas", "desserte": "25A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1273", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.901846218137068, 45.75220222108058 ] } }, +{ "type": "Feature", "properties": { "id": "667", "nom": "Cyprian - Leon Blum", "desserte": "448A:A,C11A:A,C3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1274", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.901489231852928, 45.760266625699565 ] } }, +{ "type": "Feature", "properties": { "id": "670", "nom": "Cyrano", "desserte": "C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1276", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.879391012496748, 45.754882455488776 ] } }, +{ "type": "Feature", "properties": { "id": "671", "nom": "D'Arsonval - Jacquard", "desserte": "76A:R,ZI5B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1279", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.971168199427943, 45.727273452720276 ] } }, +{ "type": "Feature", "properties": { "id": "672", "nom": "D'Arsonval - Jacquard", "desserte": "76A:A,ZI5B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1278", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.971271127676368, 45.728081183324285 ] } }, +{ "type": "Feature", "properties": { "id": "673", "nom": "Dardilly Le Bas", "desserte": "3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1280", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.752330748528022, 45.807769713829515 ] } }, +{ "type": "Feature", "properties": { "id": "675", "nom": "Dardilly Le Haut", "desserte": "3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1282", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.7505381730097, 45.817655274394099 ] } }, +{ "type": "Feature", "properties": { "id": "676", "nom": "Dardilly Le Haut", "desserte": "3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1283", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.750527905970919, 45.817421470207748 ] } }, +{ "type": "Feature", "properties": { "id": "681", "nom": "Dauphine", "desserte": "62A:A,87A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1286", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.952777065646439, 45.662946467270402 ] } }, +{ "type": "Feature", "properties": { "id": "687", "nom": "De Gaulle - Pont SNCF", "desserte": "73A:A,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1289", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.771132725759784, 45.755122231283245 ] } }, +{ "type": "Feature", "properties": { "id": "751", "nom": "Desgrand", "desserte": "37A:A,7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1319", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.904857330347007, 45.785582663163133 ] } }, +{ "type": "Feature", "properties": { "id": "806", "nom": "Duquesne - Foch", "desserte": "27A:R,C4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1353", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.843118935619056, 45.772152415042228 ] } }, +{ "type": "Feature", "properties": { "id": "944", "nom": "Fort de Bron", "desserte": "C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1431", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.917562762624148, 45.731174683327637 ] } }, +{ "type": "Feature", "properties": { "id": "1078", "nom": "Grandclement", "desserte": "C11A:R,C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1498", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.89024645169064, 45.759370745920208 ] } }, +{ "type": "Feature", "properties": { "id": "1140", "nom": "Hauteclair", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1538", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.789718218746472, 45.692335440231489 ] } }, +{ "type": "Feature", "properties": { "id": "1218", "nom": "Irigny Gare", "desserte": "18B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1583", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.831252044513909, 45.677265732979897 ] } }, +{ "type": "Feature", "properties": { "id": "526", "nom": "Cite de l' Enfance - IDEF", "desserte": "26A:A,C15A:A,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1167", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.907446577243749, 45.725934056315388 ] } }, +{ "type": "Feature", "properties": { "id": "527", "nom": "Cite de l' Enfance - IDEF", "desserte": "26A:R,C15A:R,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1168", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.907101797870382, 45.726257003555773 ] } }, +{ "type": "Feature", "properties": { "id": "528", "nom": "Cite Edouard Herriot", "desserte": "31A:A,31A:R,S10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1169", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.832562577583335, 45.802568565650603 ] } }, +{ "type": "Feature", "properties": { "id": "530", "nom": "Hopital St Jean de Dieu", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1171", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.854133781314698, 45.723911497287141 ] } }, +{ "type": "Feature", "properties": { "id": "531", "nom": "Cite Ribaud", "desserte": "28A:R,68B:A,ZI5B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1174", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.950475490192515, 45.740539618242408 ] } }, +{ "type": "Feature", "properties": { "id": "532", "nom": "Cite Ribaud", "desserte": "28A:A,68B:R,ZI5B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1173", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.950377455430386, 45.74064091862499 ] } }, +{ "type": "Feature", "properties": { "id": "533", "nom": "Cite St Jean", "desserte": "7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1177", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.902996094832784, 45.776578763099472 ] } }, +{ "type": "Feature", "properties": { "id": "534", "nom": "Cite St Jean", "desserte": "7A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1176", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.902527456355689, 45.776184406503504 ] } }, +{ "type": "Feature", "properties": { "id": "539", "nom": "Claude Farrere", "desserte": "C25B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1183", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.953118653324952, 45.687710845820931 ] } }, +{ "type": "Feature", "properties": { "id": "540", "nom": "Claude Farrere", "desserte": "C25B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1184", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.951388818893126, 45.688066256266858 ] } }, +{ "type": "Feature", "properties": { "id": "541", "nom": "Claudius Collonge", "desserte": "63A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1186", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.820297045379466, 45.74842850848836 ] } }, +{ "type": "Feature", "properties": { "id": "547", "nom": "Clinique du Tonkin", "desserte": "69A:A,69A:R,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1189", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.864903525279592, 45.776803756467487 ] } }, +{ "type": "Feature", "properties": { "id": "550", "nom": "Clinique Sauvegarde", "desserte": "19A:A,89A:A,S15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1191", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.788620151249789, 45.788882491696036 ] } }, +{ "type": "Feature", "properties": { "id": "551", "nom": "Clinique Sauvegarde", "desserte": "19A:R,89A:R,S15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1192", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.788530197899774, 45.788596421940937 ] } }, +{ "type": "Feature", "properties": { "id": "552", "nom": "Apollinaire - Bourbonnais", "desserte": "19A:R,3A:R,66A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1193", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.795654402981572, 45.772688817931282 ] } }, +{ "type": "Feature", "properties": { "id": "553", "nom": "Clinique Trarieux", "desserte": "C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1196", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.891628999558588, 45.744559065737242 ] } }, +{ "type": "Feature", "properties": { "id": "554", "nom": "Clinique Trarieux", "desserte": "C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1195", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.891694884015289, 45.744593571238099 ] } }, +{ "type": "Feature", "properties": { "id": "555", "nom": "Clos Chaurand", "desserte": "88B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1199", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.798235663719456, 45.693558328487192 ] } }, +{ "type": "Feature", "properties": { "id": "556", "nom": "Clos Chaurand", "desserte": "88B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1198", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.79812098380847, 45.693578848171718 ] } }, +{ "type": "Feature", "properties": { "id": "559", "nom": "Clos des Cedres", "desserte": "46A:A,90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1206", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.78735898369847, 45.760295759540035 ] } }, +{ "type": "Feature", "properties": { "id": "560", "nom": "Clos des Cedres", "desserte": "46A:R,90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1205", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.787445308569215, 45.760212865921275 ] } }, +{ "type": "Feature", "properties": { "id": "561", "nom": "Clos des Chassagnes", "desserte": "17B:A,8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1208", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.808313100834497, 45.72464223605953 ] } }, +{ "type": "Feature", "properties": { "id": "562", "nom": "Clos des Chassagnes", "desserte": "17B:R,8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1207", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.807998996391074, 45.72480217273953 ] } }, +{ "type": "Feature", "properties": { "id": "563", "nom": "Clos Jouve", "desserte": "2A:A,45A:A,C13A:R,C18A:R,S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1211", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.82101798911618, 45.772940613634617 ] } }, +{ "type": "Feature", "properties": { "id": "622", "nom": "Gare et stade de Couzon", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1243", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.832076341980766, 45.848854786226411 ] } }, +{ "type": "Feature", "properties": { "id": "623", "nom": "Craponne Centre", "desserte": "73A:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1246", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.722810264470091, 45.747384074679552 ] } }, +{ "type": "Feature", "properties": { "id": "12266", "nom": "Gare de Vaise", "desserte": "89A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "253", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804682883755328, 45.780978763506269 ] } }, +{ "type": "Feature", "properties": { "id": "463", "nom": "Chazay", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1125", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.786263164088715, 45.745504040018041 ] } }, +{ "type": "Feature", "properties": { "id": "464", "nom": "Chazay", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1124", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.786682969653187, 45.745692898032061 ] } }, +{ "type": "Feature", "properties": { "id": "466", "nom": "Chemin Bressan", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1126", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.834303744500341, 45.881984106501804 ] } }, +{ "type": "Feature", "properties": { "id": "467", "nom": "Chemin de Grange Blanche", "desserte": "54A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1129", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.901834345134705, 45.663701004649333 ] } }, +{ "type": "Feature", "properties": { "id": "468", "nom": "Chemin de Grange Blanche", "desserte": "54A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1128", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.901757401682771, 45.663702765754032 ] } }, +{ "type": "Feature", "properties": { "id": "473", "nom": "Chemin des Moulins", "desserte": "17B:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1130", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.811724696685904, 45.696762828959812 ] } }, +{ "type": "Feature", "properties": { "id": "474", "nom": "Chemin des Moulins", "desserte": "17B:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1131", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.812571318608474, 45.697023174110164 ] } }, +{ "type": "Feature", "properties": { "id": "475", "nom": "Chemin des Pivolles", "desserte": "52A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1132", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.93417748207498, 45.753133053944779 ] } }, +{ "type": "Feature", "properties": { "id": "476", "nom": "Chemin des Pivolles", "desserte": "52A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1133", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.934232256878166, 45.753203798700902 ] } }, +{ "type": "Feature", "properties": { "id": "478", "nom": "Chemin du Chene", "desserte": "20A:A,22A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1135", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.794440422741959, 45.824111574184748 ] } }, +{ "type": "Feature", "properties": { "id": "479", "nom": "Chemin du Chene", "desserte": "20A:R,22A:R,84A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1134", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.794457702660719, 45.823922172873502 ] } }, +{ "type": "Feature", "properties": { "id": "482", "nom": "Caluire Chemin Petit", "desserte": "C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1141", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.860590124897014, 45.803346591527834 ] } }, +{ "type": "Feature", "properties": { "id": "483", "nom": "Caluire Chemin Petit", "desserte": "C2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1139", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.860126867105719, 45.803347996804341 ] } }, +{ "type": "Feature", "properties": { "id": "484", "nom": "Caluire Chemin Petit", "desserte": "70A:R,S5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1138", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.860388830869239, 45.804008210322664 ] } }, +{ "type": "Feature", "properties": { "id": "491", "nom": "Valpre", "desserte": "19A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1143", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.787136652615496, 45.7784016591662 ] } }, +{ "type": "Feature", "properties": { "id": "493", "nom": "Chorel", "desserte": "C17A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1145", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.864973439026838, 45.774686879029865 ] } }, +{ "type": "Feature", "properties": { "id": "497", "nom": "Cimetiere Communautaire", "desserte": "26A:A,52A:R,93A:A,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1148", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.9176339684306, 45.723647857244494 ] } }, +{ "type": "Feature", "properties": { "id": "498", "nom": "Cimetiere Communautaire", "desserte": "26A:R,52A:A,93A:R,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1147", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.917765297881749, 45.72370784601388 ] } }, +{ "type": "Feature", "properties": { "id": "500", "nom": "Cimetiere Croix-Rousse", "desserte": "S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1149", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.8206214070083, 45.781248439787902 ] } }, +{ "type": "Feature", "properties": { "id": "502", "nom": "Cimetiere d'Oullins", "desserte": "C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1151", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.810980971789355, 45.709371686624387 ] } }, +{ "type": "Feature", "properties": { "id": "509", "nom": "Cimetiere de Ste Foy", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1157", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.796478299501322, 45.733012232576449 ] } }, +{ "type": "Feature", "properties": { "id": "515", "nom": "Cimetiere de Loyasse", "desserte": "90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1159", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.813403737216511, 45.762667535997508 ] } }, +{ "type": "Feature", "properties": { "id": "516", "nom": "Cimetiere de Loyasse", "desserte": "90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1160", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.813832455161052, 45.762478055293641 ] } }, +{ "type": "Feature", "properties": { "id": "1045", "nom": "Genevrey", "desserte": "33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1480", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.880443796185571, 45.820766590366127 ] } }, +{ "type": "Feature", "properties": { "id": "10171", "nom": "Perroncel", "desserte": "C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2398", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.880197102827911, 45.775378225106508 ] } }, +{ "type": "Feature", "properties": { "id": "11078", "nom": "Romain Rolland", "desserte": "31A:A,40A:A,448A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3597", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.829151274479867, 45.763421127778074 ] } }, +{ "type": "Feature", "properties": { "id": "36248", "nom": "Givors Carnot", "desserte": "80A:A,80A:R,81A:A,81A:R,R3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4147", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.771503799702498, 45.585411609941218 ] } }, +{ "type": "Feature", "properties": { "id": "46555", "nom": "Garibaldi - Lafayette", "desserte": "38A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5530", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.851561264792643, 45.763933104337681 ] } }, +{ "type": "Feature", "properties": { "id": "3", "nom": "4 Chemins - La Salette", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "793", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.795077676956234, 45.749424768476864 ] } }, +{ "type": "Feature", "properties": { "id": "4", "nom": "4 Chemins - La Salette", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "795", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.796316399128303, 45.749811676347697 ] } }, +{ "type": "Feature", "properties": { "id": "5", "nom": "4 Chemins - La Salette", "desserte": "90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "797", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.796124098432522, 45.749248825777947 ] } }, +{ "type": "Feature", "properties": { "id": "6", "nom": "4 Chemins - La Salette", "desserte": "90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "796", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.795949499551316, 45.749369664939543 ] } }, +{ "type": "Feature", "properties": { "id": "8", "nom": "8 Mai - Parc du Roy", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "799", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.865313792393012, 45.819865865021242 ] } }, +{ "type": "Feature", "properties": { "id": "9", "nom": "8 Mai - Parc du Roy", "desserte": "33A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "798", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.865283145096251, 45.819479496170729 ] } }, +{ "type": "Feature", "properties": { "id": "15", "nom": "A.Pare - Laennec", "desserte": "24A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "801", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.884668420663691, 45.736949171683847 ] } }, +{ "type": "Feature", "properties": { "id": "16", "nom": "A.Pare - Laennec", "desserte": "24A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "802", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.884890662969938, 45.737862259080558 ] } }, +{ "type": "Feature", "properties": { "id": "17", "nom": "A.Pare - Seignemartin", "desserte": "24A:A,C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "803", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.882783935151067, 45.736226833819615 ] } }, +{ "type": "Feature", "properties": { "id": "18", "nom": "Corbas Gabriel Peri", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "804", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.916826240889187, 45.675436778785595 ] } }, +{ "type": "Feature", "properties": { "id": "19", "nom": "Corbas Gabriel Peri", "desserte": "76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "807", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.917770397933648, 45.675856113438876 ] } }, +{ "type": "Feature", "properties": { "id": "20", "nom": "Acacias", "desserte": "19A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "809", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.789097134111831, 45.780537112291142 ] } }, +{ "type": "Feature", "properties": { "id": "21", "nom": "Acacias", "desserte": "19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "808", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.788586713875907, 45.780053200771441 ] } }, +{ "type": "Feature", "properties": { "id": "24", "nom": "Agronomie", "desserte": "19A:A,3A:A,5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "811", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.785776101696732, 45.774812209424987 ] } }, +{ "type": "Feature", "properties": { "id": "25", "nom": "Agronomie", "desserte": "19A:R,3A:R,5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "810", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.78554109928579, 45.774685199806839 ] } }, +{ "type": "Feature", "properties": { "id": "29", "nom": "Alai - La Raude", "desserte": "73A:R,C21A:A,C21A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "814", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.775045246113876, 45.753462141298932 ] } }, +{ "type": "Feature", "properties": { "id": "30", "nom": "Alai - La Raude", "desserte": "73A:A,C21A:A,C21A:R,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "813", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.774525047139467, 45.753329425339963 ] } }, +{ "type": "Feature", "properties": { "id": "33", "nom": "Albigny Centre", "desserte": "43A:A,R2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "816", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.834511378618755, 45.865300078529572 ] } }, +{ "type": "Feature", "properties": { "id": "34", "nom": "Albigny Centre", "desserte": "43A:R,R2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "815", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.834508300978192, 45.864949096302809 ] } }, +{ "type": "Feature", "properties": { "id": "39", "nom": "Albigny Plaine", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "817", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.834790702636752, 45.856427600038174 ] } }, +{ "type": "Feature", "properties": { "id": "40", "nom": "Albigny Plaine", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "818", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.834647697325599, 45.85611573179478 ] } }, +{ "type": "Feature", "properties": { "id": "48", "nom": "Quai Tilsitt", "desserte": "31A:R,448A:A,C20A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "820", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.828268316636122, 45.758081083393876 ] } }, +{ "type": "Feature", "properties": { "id": "128", "nom": "Basso", "desserte": "84A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "880", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.791558507673778, 45.824732628784801 ] } }, +{ "type": "Feature", "properties": { "id": "1041", "nom": "General Andre", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1474", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.878121274984164, 45.727673295491535 ] } }, +{ "type": "Feature", "properties": { "id": "1069", "nom": "Grand Trou", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1492", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.853227804885674, 45.735579367118625 ] } }, +{ "type": "Feature", "properties": { "id": "10688", "nom": "Tupin", "desserte": "S1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3514", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833327206374197, 45.762868110935422 ] } }, +{ "type": "Feature", "properties": { "id": "11037", "nom": "Jules Verne", "desserte": "50A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3584", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.974197609228532, 45.702249757786248 ] } }, +{ "type": "Feature", "properties": { "id": "12053", "nom": "Ferroux", "desserte": "20A:A,S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3212", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.813970213715815, 45.816661861226621 ] } }, +{ "type": "Feature", "properties": { "id": "46051", "nom": "Bellecour", "desserte": "301A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "8", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.833259216576714, 45.757547144703281 ] } }, +{ "type": "Feature", "properties": { "id": "179", "nom": "Bellegarde", "desserte": "40A:A,70A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "911", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.83976267753794, 45.871115194411431 ] } }, +{ "type": "Feature", "properties": { "id": "674", "nom": "Dardilly Le Bas", "desserte": "3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1281", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.753361234760549, 45.806910465353845 ] } }, +{ "type": "Feature", "properties": { "id": "788", "nom": "Duclos", "desserte": "111A:A,112A:A,39A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1342", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.887501049874753, 45.697666153885912 ] } }, +{ "type": "Feature", "properties": { "id": "846", "nom": "Eglantines", "desserte": "68B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1386", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.96276231498012, 45.740738880632129 ] } }, +{ "type": "Feature", "properties": { "id": "1192", "nom": "Hôtel de Ville - Louis Pradel", "desserte": "9A:A,C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "107", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.838303308074043, 45.768083252942276 ] } }, +{ "type": "Feature", "properties": { "id": "1679", "nom": "Les Fraisiers", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1972", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.787599690179102, 45.673332107020236 ] } }, +{ "type": "Feature", "properties": { "id": "1694", "nom": "Les Greffieres", "desserte": "20A:A,S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1988", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.819053781517821, 45.811788045422801 ] } }, +{ "type": "Feature", "properties": { "id": "2956", "nom": "Tassin Les Bruyeres", "desserte": "72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2820", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.751133516856645, 45.757948420509415 ] } }, +{ "type": "Feature", "properties": { "id": "3343", "nom": "Square Meunier", "desserte": "54A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2683", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.903883291267477, 45.665796415887812 ] } }, +{ "type": "Feature", "properties": { "id": "10237", "nom": "Fontaines St Martin Centre", "desserte": "77A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3348", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.854313704808691, 45.845037539973916 ] } }, +{ "type": "Feature", "properties": { "id": "10263", "nom": "Crepieux La Pape", "desserte": "S8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3363", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.885903148308477, 45.805790526678294 ] } }, +{ "type": "Feature", "properties": { "id": "10515", "nom": "Sergent Berthet", "desserte": "19A:R,448A:A,45A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2659", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805547305754259, 45.771004558232256 ] } }, +{ "type": "Feature", "properties": { "id": "11287", "nom": "Clinique du Grand Large", "desserte": "57A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3644", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.970751405297216, 45.77120235238683 ] } }, +{ "type": "Feature", "properties": { "id": "12041", "nom": "Lycee François Cevert", "desserte": "19A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3204", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.788958000907607, 45.782898422763878 ] } }, +{ "type": "Feature", "properties": { "id": "30013", "nom": "La Ferlatiere", "desserte": "23A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3258", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.807622977194073, 45.818646847497185 ] } }, +{ "type": "Feature", "properties": { "id": "30018", "nom": "La Piemente", "desserte": "21A:R,61A:R,89A:R,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3264", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.800633933852517, 45.785361187396738 ] } }, +{ "type": "Feature", "properties": { "id": "30033", "nom": "Bron Aviation", "desserte": "52A:A,ZI7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3267", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.930566102956935, 45.736536785454923 ] } }, +{ "type": "Feature", "properties": { "id": "36208", "nom": "Grigny Ampere", "desserte": "80A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4103", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.783652004374589, 45.609601997380388 ] } }, +{ "type": "Feature", "properties": { "id": "36258", "nom": "Rue de Montrond", "desserte": "80A:R,81A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4155", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.761014422200385, 45.587079496949954 ] } }, +{ "type": "Feature", "properties": { "id": "36267", "nom": "Terrasse des Arboras", "desserte": "78B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4166", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.787845762482388, 45.602102543714146 ] } }, +{ "type": "Feature", "properties": { "id": "43305", "nom": "Triangle de Bron", "desserte": "52A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2856", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.926987441968012, 45.726870857480598 ] } }, +{ "type": "Feature", "properties": { "id": "43306", "nom": "Triangle de Bron", "desserte": "52A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2857", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.928323081512424, 45.727668149889411 ] } }, +{ "type": "Feature", "properties": { "id": "43307", "nom": "La Borelle", "desserte": "79A:A,79A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "639", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.880406729691964, 45.712049301543239 ] } }, +{ "type": "Feature", "properties": { "id": "43308", "nom": "Paul Eluard", "desserte": "57A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4834", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.922500804345509, 45.776365421195223 ] } }, +{ "type": "Feature", "properties": { "id": "43313", "nom": "Verdun - Paul Cezanne", "desserte": "57A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4840", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.96773614953251, 45.76463880487217 ] } }, +{ "type": "Feature", "properties": { "id": "43314", "nom": "Verdun - Paul Cezanne", "desserte": "57A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4839", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.967935738933103, 45.764778154567587 ] } }, +{ "type": "Feature", "properties": { "id": "43354", "nom": "College Christiane Bernardin", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4842", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.775304238314975, 45.740964548709712 ] } }, +{ "type": "Feature", "properties": { "id": "46556", "nom": "Les Romatieres", "desserte": "763:A,763:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6097", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.994207388946775, 45.615484322586425 ] } }, +{ "type": "Feature", "properties": { "id": "193", "nom": "Bernaix", "desserte": "448A:A,C11A:A,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "925", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.898549341805153, 45.760099714108335 ] } }, +{ "type": "Feature", "properties": { "id": "214", "nom": "Bois de l'Etoile", "desserte": "72B:R,98A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "938", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.724574751940732, 45.78064047724709 ] } }, +{ "type": "Feature", "properties": { "id": "339", "nom": "Cambon", "desserte": "26A:A,448A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1029", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.879595331087409, 45.722023100013928 ] } }, +{ "type": "Feature", "properties": { "id": "635", "nom": "Crecy", "desserte": "22A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1253", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.803129450203002, 45.800842313620741 ] } }, +{ "type": "Feature", "properties": { "id": "843", "nom": "Edgar Quinet", "desserte": "27A:R,C4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1383", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.844494599641051, 45.765649827044861 ] } }, +{ "type": "Feature", "properties": { "id": "999", "nom": "Garanjou", "desserte": "C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1453", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.816292169028816, 45.705203934570761 ] } }, +{ "type": "Feature", "properties": { "id": "1121", "nom": "Saxe - Préfecture", "desserte": "C14A:A,C4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "424", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.845821976523988, 45.759787386029487 ] } }, +{ "type": "Feature", "properties": { "id": "1530", "nom": "RN6 - A. Pare", "desserte": "1EX:A,26A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1842", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.975546424600998, 45.711093632056723 ] } }, +{ "type": "Feature", "properties": { "id": "1695", "nom": "Les Greffieres", "desserte": "20A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1987", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.819002345537031, 45.81178918177595 ] } }, +{ "type": "Feature", "properties": { "id": "1782", "nom": "Les Villas", "desserte": "21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2063", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.775704968018683, 45.817660929647438 ] } }, +{ "type": "Feature", "properties": { "id": "1820", "nom": "Ludovic Bonin", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2094", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.853812218475035, 45.726997118989345 ] } }, +{ "type": "Feature", "properties": { "id": "2020", "nom": "Mont Blanc", "desserte": "26A:R,79A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2227", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.887079608646353, 45.724625610090882 ] } }, +{ "type": "Feature", "properties": { "id": "3032", "nom": "Valensaut", "desserte": "26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2882", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.873969984595368, 45.723770690254526 ] } }, +{ "type": "Feature", "properties": { "id": "3041", "nom": "Fort de Vancia", "desserte": "C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2889", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.909091885595377, 45.834579960506467 ] } }, +{ "type": "Feature", "properties": { "id": "3078", "nom": "Vaulx Pierre Frite", "desserte": "52A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2918", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.932262358116328, 45.774681996627365 ] } }, +{ "type": "Feature", "properties": { "id": "3144", "nom": "Vincent Serre", "desserte": "5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2972", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.786885517577759, 45.76872203964264 ] } }, +{ "type": "Feature", "properties": { "id": "10484", "nom": "O'Hara", "desserte": "57A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3457", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.936508132624164, 45.783405319185299 ] } }, +{ "type": "Feature", "properties": { "id": "10677", "nom": "Ainay", "desserte": "S1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3508", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.825892870495476, 45.753327176015326 ] } }, +{ "type": "Feature", "properties": { "id": "11857", "nom": "St Fons Mairie", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3134", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.85314743875597, 45.709081685834846 ] } }, +{ "type": "Feature", "properties": { "id": "11859", "nom": "Curie Monnet", "desserte": "ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3137", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.850158224774034, 45.706925424663645 ] } }, +{ "type": "Feature", "properties": { "id": "42435", "nom": "Rue de France - IUT", "desserte": "69A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5555", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.886301182452473, 45.768308746594123 ] } }, +{ "type": "Feature", "properties": { "id": "42474", "nom": "George Sand", "desserte": "C2A:R,ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3520", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.898374820811958, 45.815804433955236 ] } }, +{ "type": "Feature", "properties": { "id": "42501", "nom": "Les Joncs", "desserte": "6A:A,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4738", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.763958288482198, 45.809058288653262 ] } }, +{ "type": "Feature", "properties": { "id": "46369", "nom": "Ligonnet", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5412", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.76971528510708, 45.595373774207729 ] } }, +{ "type": "Feature", "properties": { "id": "46370", "nom": "Ligonnet", "desserte": "81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5413", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.769787295562115, 45.595340795667504 ] } }, +{ "type": "Feature", "properties": { "id": "46371", "nom": "St-Pierre-de-Chandieu - Rajat", "desserte": "296:R,763:R,R5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5342", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.034239332655461, 45.641357272174211 ] } }, +{ "type": "Feature", "properties": { "id": "46372", "nom": "St-Pierre-de-Chandieu - Rajat", "desserte": "296:A,763:A,R5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5343", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.034541288908838, 45.641134316237839 ] } }, +{ "type": "Feature", "properties": { "id": "46374", "nom": "Compagnon", "desserte": "296:A,763:A,R5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5345", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.030471371565528, 45.643824336752125 ] } }, +{ "type": "Feature", "properties": { "id": "199", "nom": "Berthier", "desserte": "17B:A,49A:A,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "10", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.798716257005111, 45.745114526693037 ] } }, +{ "type": "Feature", "properties": { "id": "200", "nom": "Berthier", "desserte": "90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "12", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.798998909265881, 45.745972424486673 ] } }, +{ "type": "Feature", "properties": { "id": "276", "nom": "Brotteaux", "desserte": "70A:A,C1A:A,C2A:A,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "14", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.859211818485736, 45.766859340665299 ] } }, +{ "type": "Feature", "properties": { "id": "281", "nom": "Brotteaux", "desserte": "70A:R,C1A:R,C2A:R,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "15", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.859138505490405, 45.766662960082108 ] } }, +{ "type": "Feature", "properties": { "id": "311", "nom": "Charles Perrault", "desserte": "69A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1000", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.890039417247068, 45.771257256635337 ] } }, +{ "type": "Feature", "properties": { "id": "312", "nom": "Charles Perrault", "desserte": "69A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "999", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.889988020696727, 45.771258425411872 ] } }, +{ "type": "Feature", "properties": { "id": "313", "nom": "Cailloux Bellevue", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1001", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.867470717909679, 45.853851547411686 ] } }, +{ "type": "Feature", "properties": { "id": "314", "nom": "Cailloux Bellevue", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1002", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.867508495125014, 45.853832694329903 ] } }, +{ "type": "Feature", "properties": { "id": "315", "nom": "Cailloux Centre", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1003", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.871239101796661, 45.854837835830196 ] } }, +{ "type": "Feature", "properties": { "id": "316", "nom": "Cailloux Centre", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1004", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.870796170305275, 45.854730800518077 ] } }, +{ "type": "Feature", "properties": { "id": "317", "nom": "Cailloux Chateau", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1005", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.869761193497651, 45.848489140529153 ] } }, +{ "type": "Feature", "properties": { "id": "318", "nom": "Cailloux Chateau", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1006", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.870057957453781, 45.848779500463756 ] } }, +{ "type": "Feature", "properties": { "id": "319", "nom": "Cailloux La Croix", "desserte": "77A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1008", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.865029113095482, 45.853141356817325 ] } }, +{ "type": "Feature", "properties": { "id": "320", "nom": "Cailloux La Croix", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1007", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.864699167110083, 45.852689704537077 ] } }, +{ "type": "Feature", "properties": { "id": "321", "nom": "Cailloux Mairie", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1009", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.871579148028858, 45.851877705829672 ] } }, +{ "type": "Feature", "properties": { "id": "322", "nom": "Cailloux Mairie", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1010", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.872291041286133, 45.852230712190277 ] } }, +{ "type": "Feature", "properties": { "id": "323", "nom": "Mermoz - Californie", "desserte": "C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1011", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.878379977392775, 45.733554273788869 ] } }, +{ "type": "Feature", "properties": { "id": "326", "nom": "Caluire Bellerive", "desserte": "40A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1016", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.826711580330625, 45.793580196717961 ] } }, +{ "type": "Feature", "properties": { "id": "327", "nom": "Caluire Bellerive", "desserte": "40A:R,S5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1015", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.825987880077735, 45.793227188973567 ] } }, +{ "type": "Feature", "properties": { "id": "329", "nom": "Caluire Centre", "desserte": "33A:A,38A:A,S5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1019", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.847620960217203, 45.799766658254654 ] } }, +{ "type": "Feature", "properties": { "id": "333", "nom": "Caluire Place Foch", "desserte": "70A:R,9A:R,C1A:R,C2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1022", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.851885347735748, 45.797618970104082 ] } }, +{ "type": "Feature", "properties": { "id": "334", "nom": "Caluire Place Foch", "desserte": "70A:A,9A:A,C1A:A,C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1023", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.851767076904056, 45.797846649980002 ] } }, +{ "type": "Feature", "properties": { "id": "335", "nom": "Caluire Thimonnier", "desserte": "ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1026", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.869024029706153, 45.8051100924053 ] } }, +{ "type": "Feature", "properties": { "id": "336", "nom": "Caluire Thimonnier", "desserte": "ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1025", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.868597672520186, 45.805074695099371 ] } }, +{ "type": "Feature", "properties": { "id": "337", "nom": "Caluire Victor Hugo", "desserte": "40A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1027", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.841511239197082, 45.800965203303811 ] } }, +{ "type": "Feature", "properties": { "id": "43174", "nom": "Cite Tase", "desserte": "52A:A,68B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1182", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.928668069966754, 45.758193220084436 ] } }, +{ "type": "Feature", "properties": { "id": "46772", "nom": "Institut d'art contemporain", "desserte": "C3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6266", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.874670243107861, 45.763584005907738 ] } }, +{ "type": "Feature", "properties": { "id": "46782", "nom": "Lissieu - Montluzin", "desserte": "21A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6272", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.749400944512162, 45.870984727557001 ] } }, +{ "type": "Feature", "properties": { "id": "372", "nom": "Chabrol", "desserte": "73A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1060", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.709839562696012, 45.733401954376767 ] } }, +{ "type": "Feature", "properties": { "id": "726", "nom": "Demi-Lune Vauboin", "desserte": "5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1311", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.782065151033224, 45.764443645723958 ] } }, +{ "type": "Feature", "properties": { "id": "1098", "nom": "Grange Bruyere", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1509", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.800756814212056, 45.751064437035282 ] } }, +{ "type": "Feature", "properties": { "id": "1602", "nom": "Leon Bourgeois", "desserte": "79A:R,C15A:A,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1903", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.900825751129543, 45.727822817537088 ] } }, +{ "type": "Feature", "properties": { "id": "1717", "nom": "Les Meurieres", "desserte": "296:A,62A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2005", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.949116524191489, 45.679423700009551 ] } }, +{ "type": "Feature", "properties": { "id": "2947", "nom": "Tassin Combattants", "desserte": "86A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2812", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.75746427672871, 45.769441247002263 ] } }, +{ "type": "Feature", "properties": { "id": "3123", "nom": "Vianney", "desserte": "89A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2951", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.772060703582675, 45.793518241827861 ] } }, +{ "type": "Feature", "properties": { "id": "3282", "nom": "Place Cdt Arnaud", "desserte": "448A:A,C13A:A,S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3019", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.83453390786828, 45.779958726773415 ] } }, +{ "type": "Feature", "properties": { "id": "3378", "nom": "Cuire", "desserte": "S5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "39", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.832758861603601, 45.785632939018505 ] } }, +{ "type": "Feature", "properties": { "id": "10112", "nom": "Rouget de l'Isle", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2599", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.867332949827793, 45.754398838216972 ] } }, +{ "type": "Feature", "properties": { "id": "11364", "nom": "Polaris", "desserte": "111A:R,54A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3667", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.897001038929671, 45.669365361937892 ] } }, +{ "type": "Feature", "properties": { "id": "12297", "nom": "La Doua", "desserte": "C17A:A,C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1699", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.871883015676593, 45.778914731475943 ] } }, +{ "type": "Feature", "properties": { "id": "30005", "nom": "Bellecour Charite", "desserte": "C10A:A,C10A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "900", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833065460618531, 45.755544195227195 ] } }, +{ "type": "Feature", "properties": { "id": "31623", "nom": "Les Saules", "desserte": "3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2366", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.759736151890479, 45.81780836211113 ] } }, +{ "type": "Feature", "properties": { "id": "42537", "nom": "Paviot - Genets", "desserte": "C8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4739", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.902185547478215, 45.750655228869036 ] } }, +{ "type": "Feature", "properties": { "id": "42538", "nom": "Severine", "desserte": "C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2666", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.91384995782906, 45.753997618064368 ] } }, +{ "type": "Feature", "properties": { "id": "43356", "nom": "Genovefains", "desserte": "55A:A,C20A:A,C21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1483", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.816158135612937, 45.753587632211627 ] } }, +{ "type": "Feature", "properties": { "id": "43395", "nom": "Centre Commercial Genay", "desserte": "43A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4843", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.822109217984632, 45.892470626665521 ] } }, +{ "type": "Feature", "properties": { "id": "43422", "nom": "Yves Chauvin", "desserte": "GE2A:A,GE2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4846", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.829605352726313, 45.648255817093947 ] } }, +{ "type": "Feature", "properties": { "id": "43423", "nom": "Solaize CRES", "desserte": "GE2A:A,GE2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4847", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.831198577164921, 45.650281605727535 ] } }, +{ "type": "Feature", "properties": { "id": "43434", "nom": "Techlid Le Paisy", "desserte": "6A:A,89A:A,GE4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4850", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.765168026567077, 45.804684669289578 ] } }, +{ "type": "Feature", "properties": { "id": "43475", "nom": "Ecully Le Perollier", "desserte": "89A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4853", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.776986667162868, 45.790278981746532 ] } }, +{ "type": "Feature", "properties": { "id": "43476", "nom": "Ecully Le Perollier", "desserte": "19A:R,89A:R,C6B:R,S15A:A,S15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4854", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.776856928053116, 45.790254797417248 ] } }, +{ "type": "Feature", "properties": { "id": "43477", "nom": "Ecully Le Perollier", "desserte": "19A:A,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4852", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.777056525363664, 45.790403478051068 ] } }, +{ "type": "Feature", "properties": { "id": "43537", "nom": "Aristide Briand", "desserte": "C25B:A,ZI1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4858", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.934331747675283, 45.691586271258281 ] } }, +{ "type": "Feature", "properties": { "id": "43554", "nom": "Christophe Colomb", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4860", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.944264779293021, 45.681643024666407 ] } }, +{ "type": "Feature", "properties": { "id": "43555", "nom": "Christophe Colomb", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4859", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.944383892805816, 45.682531408248551 ] } }, +{ "type": "Feature", "properties": { "id": "43615", "nom": "Bois Dieu", "desserte": "118A:R,61A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4866", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.736957910332233, 45.840367437482683 ] } }, +{ "type": "Feature", "properties": { "id": "435", "nom": "Charpennes", "desserte": "70A:R,C2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "249", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.86166509840357, 45.77071074636067 ] } }, +{ "type": "Feature", "properties": { "id": "490", "nom": "Valpre", "desserte": "19A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1144", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.787076802805526, 45.778501976471546 ] } }, +{ "type": "Feature", "properties": { "id": "529", "nom": "Hopital St Jean de Dieu", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1172", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.853969670487693, 45.724257224707138 ] } }, +{ "type": "Feature", "properties": { "id": "1244", "nom": "Jean Bart", "desserte": "C13A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1604", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.88089206356286, 45.745910138342211 ] } }, +{ "type": "Feature", "properties": { "id": "1495", "nom": "Laquay", "desserte": "87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1819", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.898606534226515, 45.692570240038108 ] } }, +{ "type": "Feature", "properties": { "id": "1915", "nom": "Marius Poncet", "desserte": "72B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2153", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.737546264852008, 45.758347848643623 ] } }, +{ "type": "Feature", "properties": { "id": "2013", "nom": "Monge", "desserte": "25A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2223", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.909352787875411, 45.750770242316683 ] } }, +{ "type": "Feature", "properties": { "id": "2147", "nom": "Oasis", "desserte": "63A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2328", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.801198997426349, 45.715005637348767 ] } }, +{ "type": "Feature", "properties": { "id": "2195", "nom": "Les Saules", "desserte": "89A:A,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2367", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.758384954990248, 45.817234422838652 ] } }, +{ "type": "Feature", "properties": { "id": "3118", "nom": "Veyrie", "desserte": "86A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2946", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.722917803214339, 45.813906752773249 ] } }, +{ "type": "Feature", "properties": { "id": "3289", "nom": "Venissieux Blanqui", "desserte": "93A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3024", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.87384585885736, 45.702116510592852 ] } }, +{ "type": "Feature", "properties": { "id": "3321", "nom": "Marcy Sources", "desserte": "98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3031", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.70687071712242, 45.787433061558602 ] } }, +{ "type": "Feature", "properties": { "id": "10222", "nom": "Curie", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3337", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.864896812837953, 45.823115736602226 ] } }, +{ "type": "Feature", "properties": { "id": "10676", "nom": "Ainay", "desserte": "S1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3507", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.825901820220229, 45.753525002421384 ] } }, +{ "type": "Feature", "properties": { "id": "10900", "nom": "Henaff", "desserte": "111A:A,54A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3532", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.891839859714509, 45.686252654660009 ] } }, +{ "type": "Feature", "properties": { "id": "11338", "nom": "Berliet Porte C", "desserte": "62A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3662", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.898683506281077, 45.706925650529385 ] } }, +{ "type": "Feature", "properties": { "id": "37156", "nom": "30 Rue Saillant", "desserte": "ZI3A:A,ZI4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4259", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.941700718936319, 45.778136106504618 ] } }, +{ "type": "Feature", "properties": { "id": "37158", "nom": "Fromont - Karl Marx", "desserte": "ZI3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4262", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.941541955090371, 45.780759249235473 ] } }, +{ "type": "Feature", "properties": { "id": "42662", "nom": "Salengro - Genas", "desserte": "68B:R,ZI5B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4757", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.927045939710825, 45.746411700652793 ] } }, +{ "type": "Feature", "properties": { "id": "43635", "nom": "St Genis Centre", "desserte": "S9A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2725", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.792157505845836, 45.695509807154636 ] } }, +{ "type": "Feature", "properties": { "id": "43636", "nom": "Beauregard", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4867", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.788789050299677, 45.696303601938325 ] } }, +{ "type": "Feature", "properties": { "id": "43639", "nom": "Croix Rouge", "desserte": "S9A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4870", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.786325470367966, 45.701560011380387 ] } }, +{ "type": "Feature", "properties": { "id": "43641", "nom": "Desbois - Pommier", "desserte": "85A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4625", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.005431558852501, 45.777585008617088 ] } }, +{ "type": "Feature", "properties": { "id": "43642", "nom": "Meyzieu - Parc du Grand Large", "desserte": "95A:A,95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4871", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.992987309440919, 45.788952208735601 ] } }, +{ "type": "Feature", "properties": { "id": "43644", "nom": "Mont Joyeux", "desserte": "95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4281", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.993175897176968, 45.787795518459731 ] } }, +{ "type": "Feature", "properties": { "id": "43645", "nom": "Charcot", "desserte": "95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4280", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.993520508522278, 45.786140038557534 ] } }, +{ "type": "Feature", "properties": { "id": "43646", "nom": "Frederic Mistral", "desserte": "95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4872", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.995074667485123, 45.782358517006742 ] } }, +{ "type": "Feature", "properties": { "id": "43647", "nom": "Frederic Mistral", "desserte": "95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4873", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.995298161906421, 45.782191194618925 ] } }, +{ "type": "Feature", "properties": { "id": "43696", "nom": "Albigny Centre Hospitalier", "desserte": "R2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4882", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.833673062713056, 45.863581444569292 ] } }, +{ "type": "Feature", "properties": { "id": "625", "nom": "Craponne Dumont", "desserte": "C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1248", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.716316800268352, 45.747359924695203 ] } }, +{ "type": "Feature", "properties": { "id": "1086", "nom": "Grange Blanche", "desserte": "C16A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "78", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.878946182556239, 45.743307849722832 ] } }, +{ "type": "Feature", "properties": { "id": "1735", "nom": "Les Oliviers", "desserte": "78B:R,S9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2023", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.786777584959295, 45.686932722013694 ] } }, +{ "type": "Feature", "properties": { "id": "2071", "nom": "Montgolfier", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2269", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.964045885617866, 45.727503467651424 ] } }, +{ "type": "Feature", "properties": { "id": "2079", "nom": "Montmein Centre", "desserte": "88B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2280", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.806519503456212, 45.707579801420636 ] } }, +{ "type": "Feature", "properties": { "id": "2081", "nom": "Montmein Nord", "desserte": "88B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2282", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.805476853013047, 45.710114035484231 ] } }, +{ "type": "Feature", "properties": { "id": "2093", "nom": "Moulin a Vent", "desserte": "C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2291", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.852848417895107, 45.729530070109853 ] } }, +{ "type": "Feature", "properties": { "id": "3286", "nom": "Georges Roudil", "desserte": "39A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3023", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.886295279162712, 45.691599657726222 ] } }, +{ "type": "Feature", "properties": { "id": "3478", "nom": "Pasteur - Etats-Unis", "desserte": "62A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3066", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.922169573855639, 45.700094733960611 ] } }, +{ "type": "Feature", "properties": { "id": "10314", "nom": "Croix Muriat", "desserte": "72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3376", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.725375973703191, 45.759399546438722 ] } }, +{ "type": "Feature", "properties": { "id": "10329", "nom": "Marengo", "desserte": "69A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3387", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.877190746421056, 45.759585951646734 ] } }, +{ "type": "Feature", "properties": { "id": "30184", "nom": "Parilly", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "152", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.887411785976879, 45.719740523696892 ] } }, +{ "type": "Feature", "properties": { "id": "30308", "nom": "Montaberlet", "desserte": "67A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3770", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.937891825061717, 45.768052623704577 ] } }, +{ "type": "Feature", "properties": { "id": "30377", "nom": "Rue de l'Université", "desserte": "35A:A,35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "372", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.836569967590438, 45.751451684395015 ] } }, +{ "type": "Feature", "properties": { "id": "30447", "nom": "Gare de Vénissieux", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "274", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.888082738376656, 45.70556362646407 ] } }, +{ "type": "Feature", "properties": { "id": "30479", "nom": "Savaron - Deleuvre", "desserte": "S4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3812", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.825280206468631, 45.781856390439678 ] } }, +{ "type": "Feature", "properties": { "id": "31283", "nom": "Ste Foy Genets", "desserte": "90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3835", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.79305022600931, 45.737128779163001 ] } }, +{ "type": "Feature", "properties": { "id": "37160", "nom": "Karl Marx", "desserte": "ZI3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4264", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.939406021094323, 45.778306327440234 ] } }, +{ "type": "Feature", "properties": { "id": "37179", "nom": "Bruyeres", "desserte": "ZI3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "983", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.940753715354634, 45.762756384288352 ] } }, +{ "type": "Feature", "properties": { "id": "42974", "nom": "Collège Plan du Loup", "desserte": "C19A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "726", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.788711903070643, 45.734964416151243 ] } }, +{ "type": "Feature", "properties": { "id": "43014", "nom": "Berliet Porte C", "desserte": "93A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3660", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.898646947653638, 45.707520572696346 ] } }, +{ "type": "Feature", "properties": { "id": "43019", "nom": "Mendes France - Alsace", "desserte": "93A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4779", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.910237779908752, 45.718560945070578 ] } }, +{ "type": "Feature", "properties": { "id": "43716", "nom": "Parilly Jean Zay", "desserte": "93A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4884", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.902645042185303, 45.711983855775614 ] } }, +{ "type": "Feature", "properties": { "id": "43736", "nom": "Rillieux - Les Alagniers", "desserte": "C2A:A,S8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4747", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.894297940220528, 45.814120505264633 ] } }, +{ "type": "Feature", "properties": { "id": "45360", "nom": "Fort du Bruissin", "desserte": "C20A:A,C20A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1434", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.739513682896528, 45.732437395366709 ] } }, +{ "type": "Feature", "properties": { "id": "45418", "nom": "Le Grand Treyve", "desserte": "11B:A,73A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4949", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.693555774625318, 45.718714095513917 ] } }, +{ "type": "Feature", "properties": { "id": "45419", "nom": "Le Grand Treyve", "desserte": "11B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4950", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.694416088081626, 45.718393957065096 ] } }, +{ "type": "Feature", "properties": { "id": "648", "nom": "Cuers", "desserte": "89A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1261", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.76769437993392, 45.79807731026176 ] } }, +{ "type": "Feature", "properties": { "id": "660", "nom": "Curis Lavoir", "desserte": "84A:A,R2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1269", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.82041649110755, 45.87015786924637 ] } }, +{ "type": "Feature", "properties": { "id": "669", "nom": "Cyrano", "desserte": "C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1277", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.879783815444912, 45.754756539942626 ] } }, +{ "type": "Feature", "properties": { "id": "749", "nom": "Descartes", "desserte": "37A:A,69A:R,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1317", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.872330714918186, 45.7763482489636 ] } }, +{ "type": "Feature", "properties": { "id": "1635", "nom": "Les Bruyeres", "desserte": "9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1930", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.865314995126154, 45.817093419580935 ] } }, +{ "type": "Feature", "properties": { "id": "2099", "nom": "Moulin d'Amont", "desserte": "67A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2296", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.980773100736417, 45.77337029416617 ] } }, +{ "type": "Feature", "properties": { "id": "3297", "nom": "Liberté", "desserte": "C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "370", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.842612127013185, 45.758769938338027 ] } }, +{ "type": "Feature", "properties": { "id": "3440", "nom": "Les Narcisses", "desserte": "72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3053", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.723207668458158, 45.76129082397415 ] } }, +{ "type": "Feature", "properties": { "id": "3487", "nom": "Les Longes", "desserte": "50A:R,ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3070", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.956315774464507, 45.697141900413641 ] } }, +{ "type": "Feature", "properties": { "id": "10246", "nom": "Ivry", "desserte": "C13A:R,S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3357", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.832278960581187, 45.77675943328628 ] } }, +{ "type": "Feature", "properties": { "id": "10279", "nom": "Les Genets", "desserte": "14B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3369", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.772370338555786, 45.747642602250927 ] } }, +{ "type": "Feature", "properties": { "id": "10327", "nom": "Ferrandiere", "desserte": "C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3385", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.873578393497182, 45.759613635077699 ] } }, +{ "type": "Feature", "properties": { "id": "10401", "nom": "Boileau", "desserte": "85A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3418", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.014311996998622, 45.778164040779266 ] } }, +{ "type": "Feature", "properties": { "id": "10405", "nom": "Peyssilieu", "desserte": "85A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2414", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.987205039086755, 45.769635971776424 ] } }, +{ "type": "Feature", "properties": { "id": "10429", "nom": "Bellecour St Exupery", "desserte": "27A:A,40A:R,448A:A,C20A:R,S1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3422", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.829793214517988, 45.757222182605595 ] } }, +{ "type": "Feature", "properties": { "id": "10447", "nom": "Les Marsaults", "desserte": "3A:A,GE4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3440", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.757300679300981, 45.822721377329607 ] } }, +{ "type": "Feature", "properties": { "id": "10457", "nom": "Museum", "desserte": "38A:A,C1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3446", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.847893931250775, 45.775034133694604 ] } }, +{ "type": "Feature", "properties": { "id": "11628", "nom": "Georges Levy", "desserte": "35A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3087", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.868022896597918, 45.719926483039984 ] } }, +{ "type": "Feature", "properties": { "id": "11715", "nom": "Avenue des Avoraux", "desserte": "84A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3633", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.829304411566522, 45.875199998505167 ] } }, +{ "type": "Feature", "properties": { "id": "11891", "nom": "Berthet - Loucheur", "desserte": "19A:R,448A:A,45A:R,66A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3156", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805448230875743, 45.767937367823869 ] } }, +{ "type": "Feature", "properties": { "id": "11920", "nom": "Gratte Ciel", "desserte": "C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "87", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.880313534264857, 45.769551720907316 ] } }, +{ "type": "Feature", "properties": { "id": "12078", "nom": "Les Malandieres", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3227", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.812436283328499, 45.892647870138042 ] } }, +{ "type": "Feature", "properties": { "id": "12120", "nom": "Gare de Vaise", "desserte": "118A:A,61A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "259", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804954449786701, 45.781296834532 ] } }, +{ "type": "Feature", "properties": { "id": "12189", "nom": "Chemin des Pres", "desserte": "90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3253", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.791666011347305, 45.742118620635914 ] } }, +{ "type": "Feature", "properties": { "id": "30302", "nom": "Leonard De Vinci", "desserte": "ZI3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3764", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.93317062899368, 45.779206781773077 ] } }, +{ "type": "Feature", "properties": { "id": "30485", "nom": "Les Sequoias", "desserte": "S15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3816", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.779340868205698, 45.781001774246157 ] } }, +{ "type": "Feature", "properties": { "id": "30487", "nom": "Villeneuve", "desserte": "S15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2961", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.782788802676576, 45.785346225364556 ] } }, +{ "type": "Feature", "properties": { "id": "37196", "nom": "Maryse Bastie", "desserte": "C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2165", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.874909394938983, 45.734667978714256 ] } }, +{ "type": "Feature", "properties": { "id": "45434", "nom": "Le Pont", "desserte": "11B:R,2EX:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4966", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.649052914629583, 45.67942608719148 ] } }, +{ "type": "Feature", "properties": { "id": "1677", "nom": "Les Etroits", "desserte": "8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1969", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.819521015961736, 45.75060594240054 ] } }, +{ "type": "Feature", "properties": { "id": "1955", "nom": "ENS Lyon", "desserte": "C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "785", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.829507206032309, 45.731500240810007 ] } }, +{ "type": "Feature", "properties": { "id": "1987", "nom": "Mi Plaine - Pelossier", "desserte": "26A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2200", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.95760412856889, 45.717194292872222 ] } }, +{ "type": "Feature", "properties": { "id": "2114", "nom": "Narcel", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2311", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.796248149791133, 45.729299864045927 ] } }, +{ "type": "Feature", "properties": { "id": "2242", "nom": "Paul Chevalier", "desserte": "33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2387", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.894700115313153, 45.823629498024793 ] } }, +{ "type": "Feature", "properties": { "id": "10219", "nom": "Andre Lassagne", "desserte": "33A:R,77A:R,9A:R,S5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3332", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.853403384671036, 45.805200063222294 ] } }, +{ "type": "Feature", "properties": { "id": "10590", "nom": "Berthaudiere", "desserte": "67A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "928", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.969950268574541, 45.775424930352585 ] } }, +{ "type": "Feature", "properties": { "id": "11477", "nom": "Solaize Croix Rouge", "desserte": "39A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3704", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.853279692980283, 45.638896435967823 ] } }, +{ "type": "Feature", "properties": { "id": "11878", "nom": "Lortet", "desserte": "ZI6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3150", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.840970444877991, 45.741632326207551 ] } }, +{ "type": "Feature", "properties": { "id": "11938", "nom": "Ste Foy Platanes", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3169", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.776390749822206, 45.731029550309586 ] } }, +{ "type": "Feature", "properties": { "id": "12061", "nom": "Les Gorges", "desserte": "20A:A,23A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3214", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.802447213660264, 45.820353736402055 ] } }, +{ "type": "Feature", "properties": { "id": "43115", "nom": "La Perraliere", "desserte": "C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4805", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.88930881964978, 45.763829739657659 ] } }, +{ "type": "Feature", "properties": { "id": "43116", "nom": "La Perraliere", "desserte": "C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4806", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.889424446277956, 45.763827110603771 ] } }, +{ "type": "Feature", "properties": { "id": "43117", "nom": "Rue de France - 4 aout", "desserte": "C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4808", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.886943037882481, 45.764675624342658 ] } }, +{ "type": "Feature", "properties": { "id": "43118", "nom": "Rue de France - 4 aout", "desserte": "C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4807", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.886996512793679, 45.764719416387045 ] } }, +{ "type": "Feature", "properties": { "id": "45817", "nom": "Vaulx Place Boissier", "desserte": "37A:A,57A:A,C8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2919", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.926533007307635, 45.786048166386109 ] } }, +{ "type": "Feature", "properties": { "id": "45821", "nom": "Meyzieu Jacques Prevert", "desserte": "85A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4922", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.993678063223991, 45.760688981740238 ] } }, +{ "type": "Feature", "properties": { "id": "45835", "nom": "Yves Farge - Corsiere", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4569", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.858934532365719, 45.695775649495985 ] } }, +{ "type": "Feature", "properties": { "id": "45836", "nom": "Deux Fermes", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4564", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.861050556110579, 45.691459638451633 ] } }, +{ "type": "Feature", "properties": { "id": "45843", "nom": "Duchere Tunnel", "desserte": "C14A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5030", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.797510859416338, 45.782846352910042 ] } }, +{ "type": "Feature", "properties": { "id": "45844", "nom": "Duchere Tunnel", "desserte": "C14A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5031", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.797696023633461, 45.7829593093333 ] } }, +{ "type": "Feature", "properties": { "id": "45848", "nom": "Gare Part-Dieu Villette", "desserte": "T3:A,T3:R,T4A:A,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "533", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.861977692348658, 45.761270386644433 ] } }, +{ "type": "Feature", "properties": { "id": "45851", "nom": "Professeur Roux", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2485", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.859035492232742, 45.720549448730388 ] } }, +{ "type": "Feature", "properties": { "id": "45852", "nom": "Parc Lyder", "desserte": "62A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3604", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.909095478025558, 45.708621457996934 ] } }, +{ "type": "Feature", "properties": { "id": "45853", "nom": "Parc Lyder", "desserte": "62A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3603", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.908997480440293, 45.708597421471332 ] } }, +{ "type": "Feature", "properties": { "id": "45854", "nom": "Temps modernes", "desserte": "62A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5034", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.917776394703069, 45.708239483396888 ] } }, +{ "type": "Feature", "properties": { "id": "45863", "nom": "Archives Departementales", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "764", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.861748614895639, 45.754346370959723 ] } }, +{ "type": "Feature", "properties": { "id": "45864", "nom": "Archives Departementales", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "765", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.861789761225316, 45.754346345496792 ] } }, +{ "type": "Feature", "properties": { "id": "1658", "nom": "Les Coutures", "desserte": "8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1953", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804688804956199, 45.725784139433266 ] } }, +{ "type": "Feature", "properties": { "id": "1660", "nom": "Les Dauphins", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1955", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.904934348316966, 45.659426364368514 ] } }, +{ "type": "Feature", "properties": { "id": "1878", "nom": "Maison des Pretres", "desserte": "15A:R,18B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2119", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.813340560605257, 45.651865885965385 ] } }, +{ "type": "Feature", "properties": { "id": "1932", "nom": "Maryse Bastie", "desserte": "C15A:A,C22A:A,C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2164", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.874487726070751, 45.734722522288052 ] } }, +{ "type": "Feature", "properties": { "id": "1958", "nom": "Merlus", "desserte": "63A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2175", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.790801249694294, 45.718689978224624 ] } }, +{ "type": "Feature", "properties": { "id": "2594", "nom": "Residence", "desserte": "3A:A,55A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2567", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.770262853856416, 45.779353663456931 ] } }, +{ "type": "Feature", "properties": { "id": "10158", "nom": "Bron Liberation", "desserte": "C15A:A,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "972", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.90140149081595, 45.730249027578076 ] } }, +{ "type": "Feature", "properties": { "id": "10614", "nom": "Berlioz", "desserte": "2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3496", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.821509036064048, 45.799509889534278 ] } }, +{ "type": "Feature", "properties": { "id": "10686", "nom": "Jacobins", "desserte": "S1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1598", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833400830517119, 45.761234472121195 ] } }, +{ "type": "Feature", "properties": { "id": "10894", "nom": "Petit Versailles", "desserte": "9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2404", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.85261972211755, 45.78835822169664 ] } }, +{ "type": "Feature", "properties": { "id": "11917", "nom": "Laurent Gerin", "desserte": "93A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3159", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.883235999535585, 45.702380754836383 ] } }, +{ "type": "Feature", "properties": { "id": "12074", "nom": "Lycee Ombrosa", "desserte": "40A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3219", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.843874525437429, 45.807636430656963 ] } }, +{ "type": "Feature", "properties": { "id": "12184", "nom": "Chalin", "desserte": "19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3251", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.784470413421565, 45.778324793432645 ] } }, +{ "type": "Feature", "properties": { "id": "30036", "nom": "J.Jaures - Malherbe", "desserte": "95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1591", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.015211954751806, 45.771311957015257 ] } }, +{ "type": "Feature", "properties": { "id": "32135", "nom": "La Doua - Gaston Berger", "desserte": "T1A:R,T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "350", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.872105283797404, 45.781559342109972 ] } }, +{ "type": "Feature", "properties": { "id": "43309", "nom": "ENTPE - Ecole d'Architecture", "desserte": "57A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4835", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.922492466943106, 45.779471132073056 ] } }, +{ "type": "Feature", "properties": { "id": "43310", "nom": "ENTPE - Ecole d'Architecture", "desserte": "57A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4836", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.922428635482798, 45.779481603123479 ] } }, +{ "type": "Feature", "properties": { "id": "43312", "nom": "Salvador Allende", "desserte": "57A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4837", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.921535576424565, 45.780735365445651 ] } }, +{ "type": "Feature", "properties": { "id": "43420", "nom": "Bellecombe", "desserte": "GE2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "895", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.845168827182934, 45.648736559641939 ] } }, +{ "type": "Feature", "properties": { "id": "45886", "nom": "Fonderie", "desserte": "83A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6317", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.918252174580465, 45.782275782526064 ] } }, +{ "type": "Feature", "properties": { "id": "45887", "nom": "Vaulx Jean Moulin", "desserte": "83A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6318", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.917587140422365, 45.78669666575162 ] } }, +{ "type": "Feature", "properties": { "id": "45888", "nom": "Vaulx Jean Moulin", "desserte": "83A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6319", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.917490200478287, 45.786555679192702 ] } }, +{ "type": "Feature", "properties": { "id": "45969", "nom": "Martoret", "desserte": "C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5083", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.695515008904771, 45.742265870934261 ] } }, +{ "type": "Feature", "properties": { "id": "46030", "nom": "Place Jean Jaurès", "desserte": "302A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "322", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.837557611706456, 45.73781993155152 ] } }, +{ "type": "Feature", "properties": { "id": "46031", "nom": "Debourg", "desserte": "302A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "316", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.833923826440074, 45.731960104407335 ] } }, +{ "type": "Feature", "properties": { "id": "46032", "nom": "Debourg", "desserte": "302A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "321", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.834024916490808, 45.731921850064317 ] } }, +{ "type": "Feature", "properties": { "id": "46034", "nom": "Stade de Gerland", "desserte": "302A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "313", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.831211735058344, 45.727420857210333 ] } }, +{ "type": "Feature", "properties": { "id": "46052", "nom": "Hôtel de Ville - Louis Pradel", "desserte": "301A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "119", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.83599191227459, 45.767315621057527 ] } }, +{ "type": "Feature", "properties": { "id": "46783", "nom": "Lissieu - Montluzin", "desserte": "21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6273", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.749199877719253, 45.870968787819244 ] } }, +{ "type": "Feature", "properties": { "id": "1667", "nom": "Les Epinettes", "desserte": "77A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1963", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.876611080207138, 45.835615592856691 ] } }, +{ "type": "Feature", "properties": { "id": "1676", "nom": "Les Etroits", "desserte": "8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1970", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.819221125731872, 45.7505135633617 ] } }, +{ "type": "Feature", "properties": { "id": "1795", "nom": "Limonest Centre", "desserte": "21A:R,942A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2072", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.771535514724717, 45.837454615976107 ] } }, +{ "type": "Feature", "properties": { "id": "1924", "nom": "Marronniers", "desserte": "33A:A,70A:A,77A:A,9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2163", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.862436009704582, 45.814952837972577 ] } }, +{ "type": "Feature", "properties": { "id": "2056", "nom": "Montessuy Calmette", "desserte": "C1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2254", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.843227351622885, 45.791466620836033 ] } }, +{ "type": "Feature", "properties": { "id": "2095", "nom": "Moulin a Vent", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2290", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.853824225489594, 45.72950818352043 ] } }, +{ "type": "Feature", "properties": { "id": "2105", "nom": "Murget", "desserte": "68B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2301", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.976029960460668, 45.737529110005525 ] } }, +{ "type": "Feature", "properties": { "id": "2241", "nom": "Paul Chevalier", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2388", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.894882685490106, 45.823679351067177 ] } }, +{ "type": "Feature", "properties": { "id": "2407", "nom": "Plambeau", "desserte": "21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2456", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.758524383257229, 45.853415429950623 ] } }, +{ "type": "Feature", "properties": { "id": "10911", "nom": "Z.I. Ampere", "desserte": "43A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3537", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.823869764923518, 45.890073387941506 ] } }, +{ "type": "Feature", "properties": { "id": "10915", "nom": "Z.I. Freres Lumiere", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3540", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.818159494464752, 45.886652974389442 ] } }, +{ "type": "Feature", "properties": { "id": "10934", "nom": "Grosso - Roosevelt", "desserte": "16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3547", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.937931053588427, 45.763442920725232 ] } }, +{ "type": "Feature", "properties": { "id": "10947", "nom": "Pont Churchill RD", "desserte": "9A:A,C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2492", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.841006588721914, 45.77886944280737 ] } }, +{ "type": "Feature", "properties": { "id": "11410", "nom": "Z.I. Genay Neuville", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2990", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.826301539755077, 45.890722336790212 ] } }, +{ "type": "Feature", "properties": { "id": "12020", "nom": "Chauderasses", "desserte": "C20A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3193", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.780875108024409, 45.744316373139618 ] } }, +{ "type": "Feature", "properties": { "id": "12263", "nom": "Les Bruyeres", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1932", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.866536599907011, 45.817903050137502 ] } }, +{ "type": "Feature", "properties": { "id": "43494", "nom": "Maison d'Arret", "desserte": "C25B:A,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4581", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.932921608935794, 45.677477547996027 ] } }, +{ "type": "Feature", "properties": { "id": "43534", "nom": "Pole Logistique", "desserte": "ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4856", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.929645019463901, 45.669794104090613 ] } }, +{ "type": "Feature", "properties": { "id": "43535", "nom": "Pole Logistique", "desserte": "ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4855", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.929456450474737, 45.669879479706303 ] } }, +{ "type": "Feature", "properties": { "id": "43536", "nom": "Aristide Briand", "desserte": "C25B:R,ZI1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4857", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.933544219914018, 45.692045588104151 ] } }, +{ "type": "Feature", "properties": { "id": "43574", "nom": "Mermoz", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5451", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.022228449478182, 45.741933269486118 ] } }, +{ "type": "Feature", "properties": { "id": "43614", "nom": "Bois Dieu", "desserte": "118A:A,61A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4865", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.73687428396616, 45.840784975700998 ] } }, +{ "type": "Feature", "properties": { "id": "43640", "nom": "Desbois - Pommier", "desserte": "85A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4622", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.006057467633944, 45.777228066475352 ] } }, +{ "type": "Feature", "properties": { "id": "43655", "nom": "Desbois - Pommier", "desserte": "95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4624", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.005283330679833, 45.776121230183115 ] } }, +{ "type": "Feature", "properties": { "id": "46557", "nom": "Flassieu le Bas", "desserte": "763:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6098", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.975179617973747, 45.627335367192693 ] } }, +{ "type": "Feature", "properties": { "id": "46599", "nom": "Giboulet Wassman", "desserte": "29A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5581", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.0160519413723, 45.738287137544724 ] } }, +{ "type": "Feature", "properties": { "id": "46725", "nom": "Solaize Campus", "desserte": "GE2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6140", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.826520424368084, 45.644662599953122 ] } }, +{ "type": "Feature", "properties": { "id": "46726", "nom": "St Laurent Piscine", "desserte": "R4B:A,R4B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6138", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.036252681985192, 45.688288415624065 ] } }, +{ "type": "Feature", "properties": { "id": "1221", "nom": "Irigny Mairie", "desserte": "15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1585", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.822626167035992, 45.67277678039725 ] } }, +{ "type": "Feature", "properties": { "id": "1885", "nom": "Manissieux Clemenceau", "desserte": "26A:A,50A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2127", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.983404467422941, 45.703761169623569 ] } }, +{ "type": "Feature", "properties": { "id": "1952", "nom": "Ménival Sainte Anne", "desserte": "65A:A,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "689", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.783112042744486, 45.756751992029159 ] } }, +{ "type": "Feature", "properties": { "id": "2098", "nom": "Moulin d'Amont", "desserte": "67A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2295", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.981187298809903, 45.773423553367834 ] } }, +{ "type": "Feature", "properties": { "id": "10443", "nom": "Cogny", "desserte": "3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3437", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.756358492011381, 45.800734306385998 ] } }, +{ "type": "Feature", "properties": { "id": "11834", "nom": "Andre Bollier", "desserte": "ZI6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "832", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.839466527900396, 45.734851999100414 ] } }, +{ "type": "Feature", "properties": { "id": "12265", "nom": "Gare de Vaise", "desserte": "20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "263", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804661557719022, 45.780790209229821 ] } }, +{ "type": "Feature", "properties": { "id": "12287", "nom": "Mions Poste", "desserte": "87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2213", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.949879993583445, 45.669261138459689 ] } }, +{ "type": "Feature", "properties": { "id": "30133", "nom": "Saxe - Gambetta", "desserte": "302A:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "200", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.846954650872559, 45.753682559513628 ] } }, +{ "type": "Feature", "properties": { "id": "30136", "nom": "Gare de Vaise", "desserte": "21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "265", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804844773731077, 45.781146226417043 ] } }, +{ "type": "Feature", "properties": { "id": "30209", "nom": "Gare de Vaise", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "262", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.80385677578305, 45.7797869888606 ] } }, +{ "type": "Feature", "properties": { "id": "30226", "nom": "Dupeuble", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3353", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.892479903582594, 45.776719580150107 ] } }, +{ "type": "Feature", "properties": { "id": "30393", "nom": "Jean Fournier", "desserte": "S11A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3788", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.794862791272386, 45.780591074194092 ] } }, +{ "type": "Feature", "properties": { "id": "33222", "nom": "Porte des Alpes", "desserte": "T2:A,T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "349", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.925702581941616, 45.718394864522075 ] } }, +{ "type": "Feature", "properties": { "id": "43876", "nom": "Neuville Combattants", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4900", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.847183794636076, 45.870526734759096 ] } }, +{ "type": "Feature", "properties": { "id": "43878", "nom": "Tatiere", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4902", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.842310093503063, 45.873569846149863 ] } }, +{ "type": "Feature", "properties": { "id": "43879", "nom": "Neuville Mairie", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4903", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.840448053061813, 45.877103824407733 ] } }, +{ "type": "Feature", "properties": { "id": "43880", "nom": "La Vosne", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1798", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.848881232471328, 45.878338016928247 ] } }, +{ "type": "Feature", "properties": { "id": "43881", "nom": "Torrieres", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4904", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.84890354553696, 45.880515847953653 ] } }, +{ "type": "Feature", "properties": { "id": "43882", "nom": "Le Sablon", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4905", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.846415528551952, 45.880220329708713 ] } }, +{ "type": "Feature", "properties": { "id": "43883", "nom": "Wissel", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4906", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.84353292303403, 45.876927102964238 ] } }, +{ "type": "Feature", "properties": { "id": "43884", "nom": "Neuville Ancienne Gare", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4907", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.841466117808404, 45.878233330353446 ] } }, +{ "type": "Feature", "properties": { "id": "43885", "nom": "Neuville Racine", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4908", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.84258576058824, 45.871421387999789 ] } }, +{ "type": "Feature", "properties": { "id": "43886", "nom": "Neuville Hopital", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4909", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.847250143383049, 45.868031881057647 ] } }, +{ "type": "Feature", "properties": { "id": "43889", "nom": "Rue J.Moulin", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4910", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.840213102378815, 45.881843753444954 ] } }, +{ "type": "Feature", "properties": { "id": "43890", "nom": "Rue Jacques", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4911", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.838150363650088, 45.879567297162119 ] } }, +{ "type": "Feature", "properties": { "id": "46130", "nom": "Gare d'Oullins", "desserte": "78B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6210", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.815126479779818, 45.716012043242515 ] } }, +{ "type": "Feature", "properties": { "id": "46132", "nom": "Gare d'Oullins", "desserte": "18B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6211", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.814739685318726, 45.716296920258713 ] } }, +{ "type": "Feature", "properties": { "id": "2100", "nom": "La Mulatiere Belle Rive", "desserte": "8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2298", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.812000339616399, 45.740051767201649 ] } }, +{ "type": "Feature", "properties": { "id": "2168", "nom": "Panorama", "desserte": "171:A,C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2341", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.875857768843533, 45.797574724672494 ] } }, +{ "type": "Feature", "properties": { "id": "2191", "nom": "Paris", "desserte": "21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2365", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.773417651022673, 45.824722358267287 ] } }, +{ "type": "Feature", "properties": { "id": "2237", "nom": "Paul Bert - Baraban", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2385", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.867356358650934, 45.756864659689029 ] } }, +{ "type": "Feature", "properties": { "id": "2406", "nom": "Plambeau", "desserte": "21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2457", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.758616052288211, 45.853449459691284 ] } }, +{ "type": "Feature", "properties": { "id": "2724", "nom": "Severine", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2664", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.913439130204186, 45.754286093170897 ] } }, +{ "type": "Feature", "properties": { "id": "2789", "nom": "St Genis 2", "desserte": "C10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2718", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.793409197695706, 45.682106895459249 ] } }, +{ "type": "Feature", "properties": { "id": "12162", "nom": "Les Bles d'Or", "desserte": "87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3241", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.945565571052679, 45.667624349825715 ] } }, +{ "type": "Feature", "properties": { "id": "30214", "nom": "St Just", "desserte": "325:A,325:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "206", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.816142694164191, 45.756954384676618 ] } }, +{ "type": "Feature", "properties": { "id": "30252", "nom": "Ecully Fayolle", "desserte": "S15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3749", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.780889859629328, 45.783146316013458 ] } }, +{ "type": "Feature", "properties": { "id": "30341", "nom": "Buyer - Gai Vallon", "desserte": "55A:A,90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3777", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.80063971150547, 45.763380444627188 ] } }, +{ "type": "Feature", "properties": { "id": "31864", "nom": "Condorcet", "desserte": "69A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "352", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.867026247670696, 45.777926113344371 ] } }, +{ "type": "Feature", "properties": { "id": "32645", "nom": "Les Combes de St Cyr", "desserte": "71A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3886", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.825472941263835, 45.812555166862673 ] } }, +{ "type": "Feature", "properties": { "id": "33043", "nom": "Le Ponterle", "desserte": "72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3908", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.747150393389855, 45.75684590700903 ] } }, +{ "type": "Feature", "properties": { "id": "33209", "nom": "Alfred de Vigny", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "446", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.936100675225197, 45.699616331706309 ] } }, +{ "type": "Feature", "properties": { "id": "34230", "nom": "La Vernique", "desserte": "5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1790", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.782668140404022, 45.77322421799289 ] } }, +{ "type": "Feature", "properties": { "id": "34293", "nom": "St Genis Collonges", "desserte": "17B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2730", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.808108513294123, 45.692891112581634 ] } }, +{ "type": "Feature", "properties": { "id": "40174", "nom": "Europa", "desserte": "C25B:A,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4580", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.933441735720961, 45.68115612010255 ] } }, +{ "type": "Feature", "properties": { "id": "46174", "nom": "Lardillet", "desserte": "S9A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1821", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.791269600183361, 45.686741570917043 ] } }, +{ "type": "Feature", "properties": { "id": "46180", "nom": "La Sucriere", "desserte": "S1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4528", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.815120595575556, 45.737975661436202 ] } }, +{ "type": "Feature", "properties": { "id": "46728", "nom": "Parenty", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6141", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.845454766352002, 45.873657275134349 ] } }, +{ "type": "Feature", "properties": { "id": "46735", "nom": "Saxe - Lafayette", "desserte": "27A:R,C13A:A,C14A:A,C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6212", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.844488219493142, 45.763645130629463 ] } }, +{ "type": "Feature", "properties": { "id": "46738", "nom": "Verlaine - 4 aout", "desserte": "69A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6207", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.879769260776968, 45.764718003059713 ] } }, +{ "type": "Feature", "properties": { "id": "46762", "nom": "Craponne Val d'Yzeron", "desserte": "73A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6244", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.715698101850088, 45.737800759364319 ] } }, +{ "type": "Feature", "properties": { "id": "46769", "nom": "Part-Dieu Renaudel", "desserte": "C13A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6235", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.858376313711586, 45.758069123858689 ] } }, +{ "type": "Feature", "properties": { "id": "46770", "nom": "Clos de la Jeunesse", "desserte": "C13A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6236", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.846440088763878, 45.789240882127785 ] } }, +{ "type": "Feature", "properties": { "id": "46771", "nom": "Leo Lagrange", "desserte": "C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6265", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.877719222341149, 45.764428941634364 ] } }, +{ "type": "Feature", "properties": { "id": "2083", "nom": "Montmein Sud", "desserte": "88B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2284", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.808189228889667, 45.706138864479406 ] } }, +{ "type": "Feature", "properties": { "id": "2097", "nom": "Moulin Carron", "desserte": "19A:R,89A:R,C6B:R,S15A:A,S15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2293", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.779413124757462, 45.789290131824544 ] } }, +{ "type": "Feature", "properties": { "id": "2185", "nom": "Parc Tete d'Or-Churchill", "desserte": "38A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2353", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.844902960202632, 45.776298145140935 ] } }, +{ "type": "Feature", "properties": { "id": "2364", "nom": "Croix-Rousse", "desserte": "45A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "335", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.832743140181221, 45.774462006483574 ] } }, +{ "type": "Feature", "properties": { "id": "2496", "nom": "Pont De Lattre RD", "desserte": "C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2535", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.837662215469843, 45.77280308785577 ] } }, +{ "type": "Feature", "properties": { "id": "2512", "nom": "Pont Kitchener", "desserte": "31A:A,448A:A,C20A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "176", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.822194030496011, 45.752283999275654 ] } }, +{ "type": "Feature", "properties": { "id": "2515", "nom": "Pont Kitchener", "desserte": "31A:R,S1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "179", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.824312243298646, 45.752210072291327 ] } }, +{ "type": "Feature", "properties": { "id": "3060", "nom": "Vaulx Lakanal", "desserte": "37A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2906", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.919482584938481, 45.786876607953374 ] } }, +{ "type": "Feature", "properties": { "id": "11430", "nom": "Les Roses", "desserte": "97A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3690", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.853151324152792, 45.879556774641728 ] } }, +{ "type": "Feature", "properties": { "id": "12075", "nom": "Lycee Ombrosa", "desserte": "40A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3220", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.843738975950153, 45.807486433831329 ] } }, +{ "type": "Feature", "properties": { "id": "30183", "nom": "Parilly", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "149", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.887503843212516, 45.719777586212814 ] } }, +{ "type": "Feature", "properties": { "id": "30486", "nom": "Les Sequoias", "desserte": "S15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3815", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.779043747403991, 45.780684200428531 ] } }, +{ "type": "Feature", "properties": { "id": "32142", "nom": "Jean Macé", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "289", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.842261656115485, 45.745111083374226 ] } }, +{ "type": "Feature", "properties": { "id": "34544", "nom": "Route de Toussieu", "desserte": "50A:R,ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3980", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.983744014885016, 45.689179387882504 ] } }, +{ "type": "Feature", "properties": { "id": "34815", "nom": "Casimir-Perier", "desserte": "63A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3997", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.823764835747727, 45.740952806953878 ] } }, +{ "type": "Feature", "properties": { "id": "45000", "nom": "Petite Guille", "desserte": "C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2411", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.858527394835392, 45.730890386218327 ] } }, +{ "type": "Feature", "properties": { "id": "45001", "nom": "Petite Guille", "desserte": "C22A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2408", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.858697420791178, 45.730898356347467 ] } }, +{ "type": "Feature", "properties": { "id": "45480", "nom": "La Source", "desserte": "12B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5012", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.743694130274709, 45.712230994931424 ] } }, +{ "type": "Feature", "properties": { "id": "45773", "nom": "De Tassigny - Curial", "desserte": "24A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5023", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.916186669550613, 45.736643185024356 ] } }, +{ "type": "Feature", "properties": { "id": "45789", "nom": "Pont Clemenceau", "desserte": "40A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5178", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.81028718773506, 45.776488123556405 ] } }, +{ "type": "Feature", "properties": { "id": "45797", "nom": "Duchere Martiniere", "desserte": "S11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1335", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.795030068689481, 45.786060058276945 ] } }, +{ "type": "Feature", "properties": { "id": "45798", "nom": "Duchere Martiniere", "desserte": "S11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1338", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.795122050548489, 45.786103050195251 ] } }, +{ "type": "Feature", "properties": { "id": "45799", "nom": "Bellecour Le Viste", "desserte": "40A:A,40A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5181", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.833742670240757, 45.757149341839927 ] } }, +{ "type": "Feature", "properties": { "id": "46794", "nom": "Viviani", "desserte": "C16A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6308", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.86321644362445, 45.726779355203774 ] } }, +{ "type": "Feature", "properties": { "id": "46807", "nom": "Le Joli Mai", "desserte": "73A:R,C24B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6423", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.718614030204225, 45.738774797944032 ] } }, +{ "type": "Feature", "properties": { "id": "46817", "nom": "Pr Bernard", "desserte": "ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6427", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.842394439839595, 45.72334744897956 ] } }, +{ "type": "Feature", "properties": { "id": "2104", "nom": "Murget", "desserte": "68B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2302", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.975952915994006, 45.737530921951773 ] } }, +{ "type": "Feature", "properties": { "id": "2148", "nom": "Oasis", "desserte": "63A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2327", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.801069023034577, 45.7149724887636 ] } }, +{ "type": "Feature", "properties": { "id": "2493", "nom": "Pont de la Sucrerie", "desserte": "52A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2532", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.933467928803408, 45.772970838746303 ] } }, +{ "type": "Feature", "properties": { "id": "2506", "nom": "Pont Gallieni RD", "desserte": "15A:A,C10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2544", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.832029223386873, 45.750841630749093 ] } }, +{ "type": "Feature", "properties": { "id": "2599", "nom": "Revaison", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2572", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.918055130363759, 45.701386699633161 ] } }, +{ "type": "Feature", "properties": { "id": "2601", "nom": "Rillieux Industrie", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2573", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.877260531409088, 45.820694579103176 ] } }, +{ "type": "Feature", "properties": { "id": "2905", "nom": "Stade Jean Bouin", "desserte": "C25B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2784", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.925473733337983, 45.697966165343303 ] } }, +{ "type": "Feature", "properties": { "id": "3106", "nom": "Verlaine", "desserte": "69A:R,C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2936", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.87775177102044, 45.762822729473307 ] } }, +{ "type": "Feature", "properties": { "id": "11390", "nom": "Claude Joseph Bonnet", "desserte": "2A:A,C18A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "998", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.821210664926761, 45.774358530579931 ] } }, +{ "type": "Feature", "properties": { "id": "11750", "nom": "Place Jean Jaurès", "desserte": "ZI6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "324", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.840582696318429, 45.740173788109622 ] } }, +{ "type": "Feature", "properties": { "id": "11877", "nom": "11 Novembre 1918", "desserte": "93A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3146", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.863246540511759, 45.688655882904079 ] } }, +{ "type": "Feature", "properties": { "id": "30448", "nom": "Gare de Vénissieux", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "282", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.887965910530053, 45.705598688640798 ] } }, +{ "type": "Feature", "properties": { "id": "45428", "nom": "Pre Moulin", "desserte": "11B:A,11B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4958", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.681212069271743, 45.696795315985291 ] } }, +{ "type": "Feature", "properties": { "id": "45429", "nom": "Quinsonnat", "desserte": "11B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4961", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.670879074604506, 45.686067179762112 ] } }, +{ "type": "Feature", "properties": { "id": "45430", "nom": "Quinsonnat", "desserte": "11B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4962", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.67099667642583, 45.686090742960189 ] } }, +{ "type": "Feature", "properties": { "id": "45431", "nom": "La Valotte", "desserte": "11B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4963", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.658442577747643, 45.679205014840662 ] } }, +{ "type": "Feature", "properties": { "id": "45837", "nom": "Deux Fermes", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4565", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.860745559328024, 45.692099562664495 ] } }, +{ "type": "Feature", "properties": { "id": "45838", "nom": "Les Maures", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2003", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.857865445641319, 45.663963608733482 ] } }, +{ "type": "Feature", "properties": { "id": "45839", "nom": "St Fons Mairie", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3135", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.852895527422981, 45.709186530065985 ] } }, +{ "type": "Feature", "properties": { "id": "45841", "nom": "St Genis 2", "desserte": "17B:A,17B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2712", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.789261533504574, 45.680681772591271 ] } }, +{ "type": "Feature", "properties": { "id": "45913", "nom": "Gymnase E.Catalon", "desserte": "C24B:A,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4917", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.697725929476995, 45.748048759755264 ] } }, +{ "type": "Feature", "properties": { "id": "46001", "nom": "Dumas - Salengro", "desserte": "68B:R,ZI5B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1350", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.928009287217623, 45.753246981127667 ] } }, +{ "type": "Feature", "properties": { "id": "46008", "nom": "La Chicotiere", "desserte": "61A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4936", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.733483234881813, 45.845279021925194 ] } }, +{ "type": "Feature", "properties": { "id": "1672", "nom": "Les Essarts", "desserte": "24A:R,C15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1964", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.898978990888451, 45.732878759756062 ] } }, +{ "type": "Feature", "properties": { "id": "1686", "nom": "Les Gaulnes", "desserte": "95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1976", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.033820911472243, 45.791418124815849 ] } }, +{ "type": "Feature", "properties": { "id": "1703", "nom": "Les Ifs", "desserte": "63A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1995", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.796226912886669, 45.716167884308682 ] } }, +{ "type": "Feature", "properties": { "id": "1728", "nom": "Centre Nautique.", "desserte": "16A:A,79A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2017", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.956432326636049, 45.763588873534559 ] } }, +{ "type": "Feature", "properties": { "id": "1746", "nom": "Les Places", "desserte": "73A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "721", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.694440541809833, 45.722871798178559 ] } }, +{ "type": "Feature", "properties": { "id": "1766", "nom": "Corbas Les Taillis", "desserte": "54A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5165", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.908225146997206, 45.669702498690697 ] } }, +{ "type": "Feature", "properties": { "id": "2190", "nom": "Paris", "desserte": "21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2364", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.773436892063298, 45.82486595774769 ] } }, +{ "type": "Feature", "properties": { "id": "2232", "nom": "Passage Comtois", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2382", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.876154126215487, 45.729329064376302 ] } }, +{ "type": "Feature", "properties": { "id": "2334", "nom": "Pierre Blanche", "desserte": "3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2429", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.751093440183477, 45.821504755550997 ] } }, +{ "type": "Feature", "properties": { "id": "2531", "nom": "Pont Mouton", "desserte": "19A:A,2A:A,31A:A,45A:A,C14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2547", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.809959438213065, 45.773301751323757 ] } }, +{ "type": "Feature", "properties": { "id": "2564", "nom": "Rancy", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2560", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.852937282619292, 45.755091508631025 ] } }, +{ "type": "Feature", "properties": { "id": "3028", "nom": "Valdo", "desserte": "45A:A,45A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2880", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.784205436943295, 45.750112431326883 ] } }, +{ "type": "Feature", "properties": { "id": "3285", "nom": "Maison des Canuts", "desserte": "S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3021", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833558334729407, 45.777172051530393 ] } }, +{ "type": "Feature", "properties": { "id": "30056", "nom": "Sacre Coeur", "desserte": "C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3383", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.869299273134244, 45.759404210576648 ] } }, +{ "type": "Feature", "properties": { "id": "31863", "nom": "Les Six Noyers", "desserte": "76A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3859", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.975104741729183, 45.763007623323233 ] } }, +{ "type": "Feature", "properties": { "id": "32942", "nom": "Mont Louis", "desserte": "66A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2271", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.78796367375349, 45.790318986080806 ] } }, +{ "type": "Feature", "properties": { "id": "33265", "nom": "Vieux Lyon", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "219", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.826491615748135, 45.760054578041384 ] } }, +{ "type": "Feature", "properties": { "id": "45790", "nom": "Pont Clemenceau", "desserte": "40A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2495", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.810364766142977, 45.776308192735073 ] } }, +{ "type": "Feature", "properties": { "id": "45791", "nom": "Quai Gillet", "desserte": "2A:R,40A:A,45A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5179", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.813696216598894, 45.771871105447211 ] } }, +{ "type": "Feature", "properties": { "id": "45796", "nom": "Pont de Collonges RD", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2510", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.845655058139221, 45.814500665454744 ] } }, +{ "type": "Feature", "properties": { "id": "46808", "nom": "Grange Rouge", "desserte": "C22A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6377", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.873921462139196, 45.731894256983104 ] } }, +{ "type": "Feature", "properties": { "id": "46813", "nom": "Professeur Beauvisage - C.I.S.L.", "desserte": "C22A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6396", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.866662447020483, 45.731336352345622 ] } }, +{ "type": "Feature", "properties": { "id": "2256", "nom": "Pennachy", "desserte": "17B:R,88B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2394", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.807450466027481, 45.69568694284532 ] } }, +{ "type": "Feature", "properties": { "id": "2544", "nom": "Musée des Confluences", "desserte": "63A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "775", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.817913648234046, 45.735204615652258 ] } }, +{ "type": "Feature", "properties": { "id": "3122", "nom": "Vianney", "desserte": "89A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2952", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.771773800577728, 45.793722483697053 ] } }, +{ "type": "Feature", "properties": { "id": "3284", "nom": "Maurice Sceve", "desserte": "S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3020", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.836887509756564, 45.777115980207505 ] } }, +{ "type": "Feature", "properties": { "id": "12047", "nom": "Moulin Berger", "desserte": "6A:R,89A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3206", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.767619486060888, 45.801040255664226 ] } }, +{ "type": "Feature", "properties": { "id": "12049", "nom": "Bourgogne", "desserte": "S11A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3473", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.800661011124171, 45.780797044942254 ] } }, +{ "type": "Feature", "properties": { "id": "30186", "nom": "Mermoz - Pinel", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "138", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.88720861407365, 45.730494321098185 ] } }, +{ "type": "Feature", "properties": { "id": "30563", "nom": "Cite Edouard Herriot", "desserte": "S10A:R,S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1170", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.832743388753027, 45.802582550934758 ] } }, +{ "type": "Feature", "properties": { "id": "30574", "nom": "Gorge de Loup", "desserte": "72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "63", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804392372622105, 45.766763435974212 ] } }, +{ "type": "Feature", "properties": { "id": "32120", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "T1A:A,T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "516", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.857764615492019, 45.762001195869694 ] } }, +{ "type": "Feature", "properties": { "id": "32145", "nom": "Garibaldi - Berthelot", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "378", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.84690624456057, 45.743709866988368 ] } }, +{ "type": "Feature", "properties": { "id": "33990", "nom": "Gymnase Frison Roche", "desserte": "93A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3932", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.85884065015999, 45.689763216030933 ] } }, +{ "type": "Feature", "properties": { "id": "34213", "nom": "Citadelle", "desserte": "17B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3943", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.805125562324244, 45.68737616493403 ] } }, +{ "type": "Feature", "properties": { "id": "34554", "nom": "St Priest Salengro", "desserte": "62A:A,C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3958", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.937630230902982, 45.690717670745876 ] } }, +{ "type": "Feature", "properties": { "id": "34613", "nom": "St Priest Salengro", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3955", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.938644564115839, 45.689622952742717 ] } }, +{ "type": "Feature", "properties": { "id": "36114", "nom": "Meyzieu Z.i.", "desserte": "28A:R,29A:R,R1B:R,ZI2A:A,ZI2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "592", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.030530972661214, 45.7683980275308 ] } }, +{ "type": "Feature", "properties": { "id": "36142", "nom": "Z.I. Schweitzer - Monge", "desserte": "ZI2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2997", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.028053392304776, 45.766395985890092 ] } }, +{ "type": "Feature", "properties": { "id": "42077", "nom": "Joconde", "desserte": "45A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4694", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.789373686839196, 45.752411880093995 ] } }, +{ "type": "Feature", "properties": { "id": "42103", "nom": "Pagere Vivaldi", "desserte": "24A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4700", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.915591313769095, 45.746432422631308 ] } }, +{ "type": "Feature", "properties": { "id": "42235", "nom": "Cuire", "desserte": "C13A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "36", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.833758048471033, 45.786035944406414 ] } }, +{ "type": "Feature", "properties": { "id": "45823", "nom": "Zac des Marronniers", "desserte": "ZI4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3003", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.872380847590867, 45.817100541734817 ] } }, +{ "type": "Feature", "properties": { "id": "45824", "nom": "Zac des Marronniers", "desserte": "ZI4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3000", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.872837747610577, 45.816283526603982 ] } }, +{ "type": "Feature", "properties": { "id": "45827", "nom": "Dassault", "desserte": "ZI2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5028", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.034696924639787, 45.777912035677815 ] } }, +{ "type": "Feature", "properties": { "id": "46172", "nom": "Descartes - Foch", "desserte": "S9A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5136", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.787351565766161, 45.68850686941893 ] } }, +{ "type": "Feature", "properties": { "id": "1921", "nom": "Marne - Pagere", "desserte": "24A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2161", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.914822927092181, 45.741832339492433 ] } }, +{ "type": "Feature", "properties": { "id": "1923", "nom": "Marronniers", "desserte": "33A:R,70A:R,77A:R,9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2162", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.861714336512845, 45.814374968822968 ] } }, +{ "type": "Feature", "properties": { "id": "2898", "nom": "Stade des Peupliers", "desserte": "7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2781", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.899351630844245, 45.778426259500286 ] } }, +{ "type": "Feature", "properties": { "id": "2940", "nom": "Tache Velin", "desserte": "35A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2807", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.871665801527318, 45.715595640470028 ] } }, +{ "type": "Feature", "properties": { "id": "3259", "nom": "Route de St Priest", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3014", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.903112841868235, 45.671304902516056 ] } }, +{ "type": "Feature", "properties": { "id": "31351", "nom": "Seve", "desserte": "S12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3845", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.832156146082982, 45.772918659678432 ] } }, +{ "type": "Feature", "properties": { "id": "31354", "nom": "Burdeau", "desserte": "S12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3847", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.832126967654655, 45.770290965366684 ] } }, +{ "type": "Feature", "properties": { "id": "35594", "nom": "Les Massues - Soeur Janin", "desserte": "46A:A,90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4049", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.798150133126428, 45.760050662493903 ] } }, +{ "type": "Feature", "properties": { "id": "36220", "nom": "Cite SNCF Grigny", "desserte": "80A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4116", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.777313671334492, 45.602287687532908 ] } }, +{ "type": "Feature", "properties": { "id": "42214", "nom": "Cuire", "desserte": "C1A:A,C1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "37", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.83320483811903, 45.785821052691894 ] } }, +{ "type": "Feature", "properties": { "id": "42379", "nom": "Jean Monnet", "desserte": "S5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4726", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.841247273416283, 45.789521519250101 ] } }, +{ "type": "Feature", "properties": { "id": "45870", "nom": "Lycee Colbert", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "753", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.859026122258117, 45.745588166121209 ] } }, +{ "type": "Feature", "properties": { "id": "45883", "nom": "Gare Part-Dieu Villette", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "535", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.861934058659692, 45.760796101479791 ] } }, +{ "type": "Feature", "properties": { "id": "45884", "nom": "Gare Part-Dieu Villette", "desserte": "T3:R,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "534", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.861976453227631, 45.760795147845322 ] } }, +{ "type": "Feature", "properties": { "id": "45889", "nom": "Vaulx Lamartine", "desserte": "7A:R,83A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2909", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.922165206938534, 45.791803626008864 ] } }, +{ "type": "Feature", "properties": { "id": "45890", "nom": "Vaulx Berthelot", "desserte": "7A:R,83A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2895", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.922058181091176, 45.789081689933873 ] } }, +{ "type": "Feature", "properties": { "id": "45891", "nom": "Vaulx Lakanal", "desserte": "7A:R,83A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2908", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.920443221850871, 45.786986658540322 ] } }, +{ "type": "Feature", "properties": { "id": "45902", "nom": "Constellation", "desserte": "14B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3389", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.773589180427848, 45.755052457280264 ] } }, +{ "type": "Feature", "properties": { "id": "45907", "nom": "Noisetiers", "desserte": "6A:A,GE4A:A,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5045", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.775071357821388, 45.813534203070837 ] } }, +{ "type": "Feature", "properties": { "id": "45908", "nom": "Frenes", "desserte": "6A:A,GE4A:A,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5046", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.771695472311102, 45.815200590775341 ] } }, +{ "type": "Feature", "properties": { "id": "45909", "nom": "Sequoia", "desserte": "6A:A,GE4A:A,GE4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4734", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.776521212875033, 45.811108455403961 ] } }, +{ "type": "Feature", "properties": { "id": "45912", "nom": "Quatre Chemins", "desserte": "C24B:A,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2558", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.690652958545774, 45.741666891805863 ] } }, +{ "type": "Feature", "properties": { "id": "45963", "nom": "Voyageurs", "desserte": "C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5080", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.698959969583411, 45.743941796131807 ] } }, +{ "type": "Feature", "properties": { "id": "45964", "nom": "Martoret", "desserte": "C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5082", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.695530992086483, 45.742323859321807 ] } }, +{ "type": "Feature", "properties": { "id": "45970", "nom": "Voyageurs", "desserte": "C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5081", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.700636002278237, 45.744655812950704 ] } }, +{ "type": "Feature", "properties": { "id": "45980", "nom": "Bourdarias", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "955", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.883053270029402, 45.724267000114928 ] } }, +{ "type": "Feature", "properties": { "id": "46000", "nom": "Dumas - Salengro", "desserte": "68B:A,ZI5B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1349", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.927925285120478, 45.753137031549066 ] } }, +{ "type": "Feature", "properties": { "id": "2500", "nom": "Pont des Planches", "desserte": "57A:R,83A:R,C3A:R,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2540", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.907765554025174, 45.771284849373252 ] } }, +{ "type": "Feature", "properties": { "id": "2786", "nom": "St Fons Parmentier", "desserte": "60A:A,93A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2710", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.8608725839545, 45.705514655857108 ] } }, +{ "type": "Feature", "properties": { "id": "2893", "nom": "St Vincent", "desserte": "19A:R,31A:R,40A:R,C14A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2774", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.828020075273028, 45.767933850440045 ] } }, +{ "type": "Feature", "properties": { "id": "2922", "nom": "Ste Foy Châtelain", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "463", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.796115306726404, 45.735819502451619 ] } }, +{ "type": "Feature", "properties": { "id": "2924", "nom": "Ste Foy Châtelain", "desserte": "49A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "464", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.795803527116743, 45.736321391026188 ] } }, +{ "type": "Feature", "properties": { "id": "3040", "nom": "Valvert", "desserte": "86A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2888", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.76697101058042, 45.765410472592016 ] } }, +{ "type": "Feature", "properties": { "id": "3209", "nom": "Zola", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3004", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.868180263512381, 45.770569985323355 ] } }, +{ "type": "Feature", "properties": { "id": "3412", "nom": "Z.I. Rillieux Mercieres", "desserte": "ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3045", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.87828054113345, 45.815189659419211 ] } }, +{ "type": "Feature", "properties": { "id": "32126", "nom": "Charpennes", "desserte": "T1A:A,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "239", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.863073916390511, 45.770859081677933 ] } }, +{ "type": "Feature", "properties": { "id": "32202", "nom": "Decines Mairie", "desserte": "79A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3869", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.956256184899001, 45.768099916848819 ] } }, +{ "type": "Feature", "properties": { "id": "32682", "nom": "Gorge de Loup", "desserte": "65A:A,65A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "57", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.80419244297812, 45.76689384508061 ] } }, +{ "type": "Feature", "properties": { "id": "33486", "nom": "Le Moulin", "desserte": "15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3924", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.824016593692472, 45.695041684779504 ] } }, +{ "type": "Feature", "properties": { "id": "35476", "nom": "Corbas Les Taillis", "desserte": "76A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2053", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.909790541255941, 45.671880918970459 ] } }, +{ "type": "Feature", "properties": { "id": "36320", "nom": "Tour de Bans", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4185", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.788130330406103, 45.577055775781929 ] } }, +{ "type": "Feature", "properties": { "id": "46009", "nom": "Lissieu - Montluzin", "desserte": "61A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2274", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.748090299160045, 45.871308604745252 ] } }, +{ "type": "Feature", "properties": { "id": "46010", "nom": "St Germain Mairie", "desserte": "21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2742", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.802407712687715, 45.884046897280804 ] } }, +{ "type": "Feature", "properties": { "id": "46011", "nom": "Place Ambroise Courtois", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4053", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.870814407496776, 45.743999160278918 ] } }, +{ "type": "Feature", "properties": { "id": "46012", "nom": "Rillieux Victor Hugo", "desserte": "S8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5101", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.89212775684476, 45.81932744406177 ] } }, +{ "type": "Feature", "properties": { "id": "46013", "nom": "Technoparc", "desserte": "89A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5102", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.769058484753671, 45.799532944975915 ] } }, +{ "type": "Feature", "properties": { "id": "46014", "nom": "Technoparc", "desserte": "6A:R,89A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5103", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.769196870601968, 45.800043005021514 ] } }, +{ "type": "Feature", "properties": { "id": "46015", "nom": "Limonest Cimetiere", "desserte": "21A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2075", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.768547108303378, 45.842964931416056 ] } }, +{ "type": "Feature", "properties": { "id": "46022", "nom": "Brotteaux", "desserte": "302A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "13", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.859497367265485, 45.766915933559119 ] } }, +{ "type": "Feature", "properties": { "id": "46023", "nom": "Brotteaux", "desserte": "302A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "16", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.859365997733373, 45.766855876534358 ] } }, +{ "type": "Feature", "properties": { "id": "46024", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "302A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "532", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.85725824568316, 45.76155647278447 ] } }, +{ "type": "Feature", "properties": { "id": "46026", "nom": "Place Guichard", "desserte": "302A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "91", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.847654250342736, 45.759359366096149 ] } }, +{ "type": "Feature", "properties": { "id": "1268", "nom": "Joliot Curie", "desserte": "C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5943", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.788322982113432, 45.754802098356613 ] } }, +{ "type": "Feature", "properties": { "id": "1270", "nom": "Jonage Chateau des Marres", "desserte": "95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5944", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.059488478440957, 45.799900185509706 ] } }, +{ "type": "Feature", "properties": { "id": "1271", "nom": "Jonage Le Vivier", "desserte": "95A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5945", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.053401286065194, 45.798607171519564 ] } }, +{ "type": "Feature", "properties": { "id": "1272", "nom": "Jonage Le Vivier", "desserte": "95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5946", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.053482413468195, 45.798686228968847 ] } }, +{ "type": "Feature", "properties": { "id": "1273", "nom": "Jonage Mairie", "desserte": "95A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5947", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.047228373491536, 45.796352684043953 ] } }, +{ "type": "Feature", "properties": { "id": "1274", "nom": "Jonage Mairie", "desserte": "95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5948", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.047033788808478, 45.796321369286581 ] } }, +{ "type": "Feature", "properties": { "id": "1275", "nom": "Jonage Pradel", "desserte": "95A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5949", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.04195114101478, 45.790322468477932 ] } }, +{ "type": "Feature", "properties": { "id": "1276", "nom": "Jonage Pradel", "desserte": "95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5950", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.04200476426294, 45.790366187473076 ] } }, +{ "type": "Feature", "properties": { "id": "1283", "nom": "Decines Jules Ferry", "desserte": "16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5951", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.961598960775504, 45.76378326342217 ] } }, +{ "type": "Feature", "properties": { "id": "1284", "nom": "Decines Jules Ferry", "desserte": "16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5952", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.960785334055229, 45.763982314332125 ] } }, +{ "type": "Feature", "properties": { "id": "1289", "nom": "Kergomard", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5953", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.957045305432772, 45.690337631404439 ] } }, +{ "type": "Feature", "properties": { "id": "1290", "nom": "Kergomard", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5954", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.956967042977551, 45.690312455538383 ] } }, +{ "type": "Feature", "properties": { "id": "1293", "nom": "Kruger - Voillot", "desserte": "C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5955", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.90968865004314, 45.753552985250749 ] } }, +{ "type": "Feature", "properties": { "id": "1295", "nom": "L'Aigas", "desserte": "98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5956", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.741742504927727, 45.770211155363342 ] } }, +{ "type": "Feature", "properties": { "id": "1296", "nom": "L'Aigas", "desserte": "72B:R,98A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5957", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.741827734467878, 45.770101319391934 ] } }, +{ "type": "Feature", "properties": { "id": "1298", "nom": "L'Aventuriere", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5958", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.836047754123636, 45.8868870982079 ] } }, +{ "type": "Feature", "properties": { "id": "1303", "nom": "L'Hormet", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5959", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.806301859941961, 45.739682254062295 ] } }, +{ "type": "Feature", "properties": { "id": "1304", "nom": "L'Hormet", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5960", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.806379316603417, 45.739689550573573 ] } }, +{ "type": "Feature", "properties": { "id": "1305", "nom": "L'Oiselet", "desserte": "22A:A,23A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5961", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.802532736391284, 45.802745648174358 ] } }, +{ "type": "Feature", "properties": { "id": "1312", "nom": "La Baticoliere", "desserte": "71A:R,S7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5962", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.829881991444315, 45.816678997699796 ] } }, +{ "type": "Feature", "properties": { "id": "1314", "nom": "La Begude", "desserte": "39A:A,60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5963", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.860637394612365, 45.674600700866542 ] } }, +{ "type": "Feature", "properties": { "id": "1344", "nom": "La Chopinette", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5976", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.743683533756992, 45.730799880991192 ] } }, +{ "type": "Feature", "properties": { "id": "1347", "nom": "Collieres", "desserte": "C25B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5977", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.941806229980412, 45.682879386105846 ] } }, +{ "type": "Feature", "properties": { "id": "1348", "nom": "Collieres", "desserte": "C25B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5978", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.93946419779071, 45.683050804449977 ] } }, +{ "type": "Feature", "properties": { "id": "1349", "nom": "La Combe", "desserte": "40A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5979", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.844903117945586, 45.810151832180573 ] } }, +{ "type": "Feature", "properties": { "id": "1350", "nom": "La Combe", "desserte": "40A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5980", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.844208373385777, 45.80931221820812 ] } }, +{ "type": "Feature", "properties": { "id": "1353", "nom": "La Courtille - Bramafan", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5981", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.801130358936086, 45.730983934785279 ] } }, +{ "type": "Feature", "properties": { "id": "1357", "nom": "La Creuzette", "desserte": "70A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5982", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.855371928754098, 45.831034750628682 ] } }, +{ "type": "Feature", "properties": { "id": "1361", "nom": "La Croix", "desserte": "21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5983", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.771426006605276, 45.833820565764043 ] } }, +{ "type": "Feature", "properties": { "id": "2933", "nom": "Suchet", "desserte": "63A:R,S1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "501", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.824852460675855, 45.746527391947588 ] } }, +{ "type": "Feature", "properties": { "id": "3045", "nom": "Varichon", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2892", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.871193058909546, 45.734355923839097 ] } }, +{ "type": "Feature", "properties": { "id": "3173", "nom": "Yvours", "desserte": "18B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2983", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.826756084597545, 45.689724226006533 ] } }, +{ "type": "Feature", "properties": { "id": "3475", "nom": "St Priest Alouettes", "desserte": "62A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3063", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.918490274562759, 45.702447848390193 ] } }, +{ "type": "Feature", "properties": { "id": "10156", "nom": "Bron Leo Lagrange", "desserte": "79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3312", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.928582482480086, 45.740273222831469 ] } }, +{ "type": "Feature", "properties": { "id": "10172", "nom": "Pressense - Vaillant", "desserte": "C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3315", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.880794048510936, 45.772988347241309 ] } }, +{ "type": "Feature", "properties": { "id": "10205", "nom": "Hauts de la Rochette", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3330", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.829766793885619, 45.786041441976984 ] } }, +{ "type": "Feature", "properties": { "id": "30041", "nom": "Pont Guillotiere RD", "desserte": "171:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2527", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.837420390004526, 45.75969581707519 ] } }, +{ "type": "Feature", "properties": { "id": "30191", "nom": "Monplaisir Lumière", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "141", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.871876570102364, 45.745382881634136 ] } }, +{ "type": "Feature", "properties": { "id": "30229", "nom": "Decines Esplanade", "desserte": "67A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3093", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.974152852648717, 45.77239175554439 ] } }, +{ "type": "Feature", "properties": { "id": "32128", "nom": "Le Tonkin", "desserte": "T1A:A,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "471", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.864052719260815, 45.774046731669429 ] } }, +{ "type": "Feature", "properties": { "id": "33769", "nom": "Perrache", "desserte": "8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "167", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.827301704662861, 45.74922741351638 ] } }, +{ "type": "Feature", "properties": { "id": "33777", "nom": "Perrache", "desserte": "C19A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "163", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.826051850517313, 45.750020236140081 ] } }, +{ "type": "Feature", "properties": { "id": "33949", "nom": "Gare de Villeurbanne", "desserte": "C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "552", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.891201466747076, 45.755289405231082 ] } }, +{ "type": "Feature", "properties": { "id": "34417", "nom": "Louise Michel", "desserte": "69A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2090", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.893587814564416, 45.774263983209629 ] } }, +{ "type": "Feature", "properties": { "id": "36224", "nom": "Les Vernes - R. Rolland", "desserte": "80A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4122", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.767422433578186, 45.603339999882586 ] } }, +{ "type": "Feature", "properties": { "id": "36319", "nom": "Port du Bief", "desserte": "81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4184", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.779469763022293, 45.580323508235459 ] } }, +{ "type": "Feature", "properties": { "id": "36755", "nom": "Gadagne - Egalite", "desserte": "78B:R,S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4223", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.788196966256955, 45.698872831870652 ] } }, +{ "type": "Feature", "properties": { "id": "42794", "nom": "Mediatheque", "desserte": "50A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4775", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.936659019556124, 45.694358815740387 ] } }, +{ "type": "Feature", "properties": { "id": "43656", "nom": "Meyzieu Curie", "desserte": "95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2178", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.004855002924771, 45.774187008689182 ] } }, +{ "type": "Feature", "properties": { "id": "46035", "nom": "Gare d'Oullins", "desserte": "302A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "748", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.814495853741668, 45.71667494943263 ] } }, +{ "type": "Feature", "properties": { "id": "46036", "nom": "Gare d'Oullins", "desserte": "302A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "749", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.814522741312713, 45.716701358682563 ] } }, +{ "type": "Feature", "properties": { "id": "46040", "nom": "Saxe - Gambetta", "desserte": "302A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "204", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.846804015774028, 45.753689618590933 ] } }, +{ "type": "Feature", "properties": { "id": "46049", "nom": "Ampère Victor Hugo", "desserte": "301A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.829175147863609, 45.753119324390056 ] } }, +{ "type": "Feature", "properties": { "id": "46055", "nom": "Charpennes", "desserte": "301A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "246", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.864220838849003, 45.770626240073916 ] } }, +{ "type": "Feature", "properties": { "id": "46093", "nom": "Campus Lyon Ouest", "desserte": "3A:R,4A:A,75A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4792", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.76605216115747, 45.783045216129601 ] } }, +{ "type": "Feature", "properties": { "id": "2951", "nom": "Tassin Gare", "desserte": "5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2817", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.760763479662961, 45.760252134919632 ] } }, +{ "type": "Feature", "properties": { "id": "3077", "nom": "Vaulx Pierre Frite", "desserte": "52A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2917", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.932171137258138, 45.774657100246095 ] } }, +{ "type": "Feature", "properties": { "id": "3103", "nom": "Verdun - Victor Hugo", "desserte": "67A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2934", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.996597417786577, 45.77926185152041 ] } }, +{ "type": "Feature", "properties": { "id": "3206", "nom": "Zac des Marronniers", "desserte": "33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3001", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.873609248101001, 45.816897468368204 ] } }, +{ "type": "Feature", "properties": { "id": "3327", "nom": "Jodino - A.F.P.A.", "desserte": "39A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3006", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.883002281371223, 45.691215417609982 ] } }, +{ "type": "Feature", "properties": { "id": "3499", "nom": "Lortaret", "desserte": "76A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3078", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.956314953179627, 45.712786635661587 ] } }, +{ "type": "Feature", "properties": { "id": "3512", "nom": "Gymnase Alain Colas", "desserte": "39A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3081", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.875132018712378, 45.688495445161841 ] } }, +{ "type": "Feature", "properties": { "id": "10136", "nom": "Pouteau", "desserte": "S6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3301", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833163909441253, 45.771600088842703 ] } }, +{ "type": "Feature", "properties": { "id": "10196", "nom": "Les Canuts", "desserte": "2A:A,33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3324", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.829103604067859, 45.776802953228469 ] } }, +{ "type": "Feature", "properties": { "id": "10244", "nom": "Dupeuble", "desserte": "69A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3355", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.892466427659957, 45.776152799508999 ] } }, +{ "type": "Feature", "properties": { "id": "10278", "nom": "Les Genets", "desserte": "14B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3368", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.77246412137117, 45.748018606393899 ] } }, +{ "type": "Feature", "properties": { "id": "10309", "nom": "Ménival Sainte Anne", "desserte": "14B:A,65A:R,72B:R,73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "692", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.782162955696402, 45.757096707915601 ] } }, +{ "type": "Feature", "properties": { "id": "10371", "nom": "Georges Brassens", "desserte": "76A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3411", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.975359766172104, 45.768591687538837 ] } }, +{ "type": "Feature", "properties": { "id": "36257", "nom": "Rue de Montrond", "desserte": "80A:A,81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4154", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.761090078479486, 45.587050855340763 ] } }, +{ "type": "Feature", "properties": { "id": "36262", "nom": "Vallee du Gier 1", "desserte": "80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4159", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.74677535724025, 45.583624768569308 ] } }, +{ "type": "Feature", "properties": { "id": "46094", "nom": "Campus Lyon Ouest", "desserte": "4A:R,75A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5869", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.766160940458287, 45.783177877384617 ] } }, +{ "type": "Feature", "properties": { "id": "46110", "nom": "Thurins Mairie", "desserte": "11B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4948", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.641262801988673, 45.683885290286419 ] } }, +{ "type": "Feature", "properties": { "id": "46111", "nom": "Thurins Les Vergers", "desserte": "11B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4968", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.644157272998019, 45.68065921708255 ] } }, +{ "type": "Feature", "properties": { "id": "46119", "nom": "La Croix des Hormes", "desserte": "97A:A,97A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5186", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.872962810436981, 45.882127328583266 ] } }, +{ "type": "Feature", "properties": { "id": "46125", "nom": "Gare d'Oullins", "desserte": "15A:A,17B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "744", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.815189479529069, 45.716686539918044 ] } }, +{ "type": "Feature", "properties": { "id": "46126", "nom": "Gare d'Oullins", "desserte": "15A:R,17B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "743", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.815206458977473, 45.716772574828092 ] } }, +{ "type": "Feature", "properties": { "id": "46127", "nom": "Parc Bourrat", "desserte": "17B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5122", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.803345296767141, 45.741100403194501 ] } }, +{ "type": "Feature", "properties": { "id": "46128", "nom": "Parc Bourrat", "desserte": "17B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5121", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.803365369346965, 45.741132365756819 ] } }, +{ "type": "Feature", "properties": { "id": "46137", "nom": "Roux Rivoire", "desserte": "80A:A,80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5125", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.797270360052706, 45.611102679443917 ] } }, +{ "type": "Feature", "properties": { "id": "3090", "nom": "Venissieux Le Charreard", "desserte": "35A:A,35A:R,ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2927", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.90066547711649, 45.698446106064445 ] } }, +{ "type": "Feature", "properties": { "id": "3473", "nom": "Chemin de Revaison", "desserte": "62A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3061", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.916214951132289, 45.704336487058235 ] } }, +{ "type": "Feature", "properties": { "id": "10135", "nom": "Pouteau", "desserte": "S6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3302", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833228973304077, 45.771616644575822 ] } }, +{ "type": "Feature", "properties": { "id": "10344", "nom": "Institut Pasteur", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3393", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.824268310941045, 45.727917054339208 ] } }, +{ "type": "Feature", "properties": { "id": "32151", "nom": "Villon", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "482", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.863349432549975, 45.73844906830471 ] } }, +{ "type": "Feature", "properties": { "id": "35478", "nom": "Vignerme", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4032", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.901426708302287, 45.668733098240594 ] } }, +{ "type": "Feature", "properties": { "id": "36156", "nom": "Auvergne", "desserte": "67A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4083", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.017797877509095, 45.761294174509089 ] } }, +{ "type": "Feature", "properties": { "id": "36324", "nom": "Abricotiers", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4189", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.793406055010244, 45.571476495429955 ] } }, +{ "type": "Feature", "properties": { "id": "36330", "nom": "Cimetiere de Givors", "desserte": "R3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5333", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.777313616399719, 45.576203164992769 ] } }, +{ "type": "Feature", "properties": { "id": "37198", "nom": "Le Capot", "desserte": "26A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3974", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.985925338234738, 45.707023265127489 ] } }, +{ "type": "Feature", "properties": { "id": "37215", "nom": "Vaulx-en-Velin La Soie", "desserte": "28A:A,28A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "566", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.921496498661398, 45.761293042358794 ] } }, +{ "type": "Feature", "properties": { "id": "37216", "nom": "Vaulx-en-Velin La Soie", "desserte": "16A:A,323A:A,323A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "565", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.921795350976816, 45.761358173730486 ] } }, +{ "type": "Feature", "properties": { "id": "37350", "nom": "Mont Joyeux", "desserte": "95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4282", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.99315645646784, 45.788192057475165 ] } }, +{ "type": "Feature", "properties": { "id": "41076", "nom": "Chemin de la Poterie", "desserte": "73A:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4637", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.761003155731408, 45.749039479445578 ] } }, +{ "type": "Feature", "properties": { "id": "41101", "nom": "Square Elie Vignal", "desserte": "C1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3450", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.837309154299886, 45.78554071882337 ] } }, +{ "type": "Feature", "properties": { "id": "41154", "nom": "Marius Berliet", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3781", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.859751224961614, 45.741886762937469 ] } }, +{ "type": "Feature", "properties": { "id": "41214", "nom": "Square Elie Vignal", "desserte": "C1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3451", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.837205514444958, 45.785525023934582 ] } }, +{ "type": "Feature", "properties": { "id": "41234", "nom": "Gare d'Albigny-Neuville", "desserte": "84A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2966", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.833354748325819, 45.875569238054915 ] } }, +{ "type": "Feature", "properties": { "id": "41235", "nom": "Gare d'Albigny-Neuville", "desserte": "84A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2965", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.833215820796915, 45.875546397782735 ] } }, +{ "type": "Feature", "properties": { "id": "41295", "nom": "Serin - Saint Charles", "desserte": "C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2660", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.812463125723493, 45.774655160493317 ] } }, +{ "type": "Feature", "properties": { "id": "41895", "nom": "Z.A. Pesseliere", "desserte": "R5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3649", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.965015156035739, 45.677287745725046 ] } }, +{ "type": "Feature", "properties": { "id": "41974", "nom": "Place Jean Jaurès", "desserte": "C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "326", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.837921371176703, 45.73862831893284 ] } }, +{ "type": "Feature", "properties": { "id": "41975", "nom": "Place Jean Jaurès", "desserte": "C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "327", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.837928346127137, 45.738476314032518 ] } }, +{ "type": "Feature", "properties": { "id": "3330", "nom": "Mions Mairie", "desserte": "62A:R,87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2211", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.957783393992952, 45.664557791777362 ] } }, +{ "type": "Feature", "properties": { "id": "3342", "nom": "Square Meunier", "desserte": "54A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2680", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.904111781265693, 45.66601621632627 ] } }, +{ "type": "Feature", "properties": { "id": "3441", "nom": "Les Narcisses", "desserte": "72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3054", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.723135238497864, 45.761103347232151 ] } }, +{ "type": "Feature", "properties": { "id": "10039", "nom": "Chassieu Arago", "desserte": "76A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3285", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.962705283386517, 45.725266447834485 ] } }, +{ "type": "Feature", "properties": { "id": "10076", "nom": "Combe au Loup", "desserte": "67A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3294", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.986203079042129, 45.774736606837791 ] } }, +{ "type": "Feature", "properties": { "id": "10144", "nom": "Bron Jean Jaures", "desserte": "24A:R,79A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3308", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.905874054770634, 45.72996668543297 ] } }, +{ "type": "Feature", "properties": { "id": "10188", "nom": "Mermoz - Pinel", "desserte": "26A:A,448A:A,79A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "137", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.88749235789544, 45.730210270523351 ] } }, +{ "type": "Feature", "properties": { "id": "10191", "nom": "Monplaisir Lumière", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "139", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.871724018279545, 45.745325478824213 ] } }, +{ "type": "Feature", "properties": { "id": "10324", "nom": "Georges Pompidou", "desserte": "C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3378", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.862624963652765, 45.759122525324379 ] } }, +{ "type": "Feature", "properties": { "id": "10524", "nom": "1ere D.F.L.", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3470", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.814149389144633, 45.750382591638193 ] } }, +{ "type": "Feature", "properties": { "id": "10902", "nom": "Leclerc - Girondins", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3535", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.82601016820882, 45.739435843555079 ] } }, +{ "type": "Feature", "properties": { "id": "10997", "nom": "Rue d'Island", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3570", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.852771141655951, 45.826259289427611 ] } }, +{ "type": "Feature", "properties": { "id": "30518", "nom": "Chantegrillet", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "682", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.77343201667267, 45.738519610124577 ] } }, +{ "type": "Feature", "properties": { "id": "35582", "nom": "Genay Lavoir", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4044", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.838428648597678, 45.896961583482678 ] } }, +{ "type": "Feature", "properties": { "id": "35583", "nom": "Genay Lavoir", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4043", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.837646498974926, 45.896636198858971 ] } }, +{ "type": "Feature", "properties": { "id": "35975", "nom": "Hopital Cardiologique", "desserte": "C8A:R,C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1556", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.903068228769102, 45.747250529285061 ] } }, +{ "type": "Feature", "properties": { "id": "35980", "nom": "Bron Genets", "desserte": "C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4058", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.90236344953664, 45.748679858619404 ] } }, +{ "type": "Feature", "properties": { "id": "42155", "nom": "Limonest Le Puy d'Or", "desserte": "3A:A,3A:R,61A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4704", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.775694539165636, 45.815104860750736 ] } }, +{ "type": "Feature", "properties": { "id": "42282", "nom": "Lissieu La Reserve", "desserte": "61A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4709", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.739197170835658, 45.857709428628183 ] } }, +{ "type": "Feature", "properties": { "id": "42283", "nom": "Lissieu La Reserve", "desserte": "61A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4710", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.739394660239648, 45.858101251315922 ] } }, +{ "type": "Feature", "properties": { "id": "42284", "nom": "Lissieu Centre Mairie", "desserte": "61A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4711", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.74240682874341, 45.865696678816846 ] } }, +{ "type": "Feature", "properties": { "id": "42285", "nom": "Lissieu Centre Mairie", "desserte": "61A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4712", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.742301504574325, 45.864762830648218 ] } }, +{ "type": "Feature", "properties": { "id": "42286", "nom": "Lissieu - Montluzin", "desserte": "61A:A,61A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2275", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.748602069801002, 45.871225624630952 ] } }, +{ "type": "Feature", "properties": { "id": "42289", "nom": "Chasselay", "desserte": "21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1115", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.772133016570339, 45.873598958887285 ] } }, +{ "type": "Feature", "properties": { "id": "2734", "nom": "Solaize Mairie", "desserte": "39A:A,39A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2673", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.841480314983186, 45.639410573716042 ] } }, +{ "type": "Feature", "properties": { "id": "2759", "nom": "St Alexandre", "desserte": "55A:A,C20A:A,C21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2690", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.815079064724896, 45.756464809764253 ] } }, +{ "type": "Feature", "properties": { "id": "3514", "nom": "Leclerc - Thimonnier", "desserte": "C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3084", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.864731420299825, 45.804963731370016 ] } }, +{ "type": "Feature", "properties": { "id": "3517", "nom": "Leclerc - Drevet", "desserte": "C2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3085", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.870965354868869, 45.808414825285411 ] } }, +{ "type": "Feature", "properties": { "id": "10038", "nom": "Chassieu Arago", "desserte": "76A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3284", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.96239113738895, 45.724877729712439 ] } }, +{ "type": "Feature", "properties": { "id": "10147", "nom": "Bron Hôtel de Ville", "desserte": "24A:A,79A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "457", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.908904426213401, 45.734028900016575 ] } }, +{ "type": "Feature", "properties": { "id": "10204", "nom": "Hauts de la Rochette", "desserte": "33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3329", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.829843503673133, 45.786030737968943 ] } }, +{ "type": "Feature", "properties": { "id": "10308", "nom": "Ménival Sainte Anne", "desserte": "14B:R,72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "691", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.782062182655159, 45.75714390818036 ] } }, +{ "type": "Feature", "properties": { "id": "10638", "nom": "Pont Churchill RD", "desserte": "38A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2494", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.840698911018594, 45.779740420196696 ] } }, +{ "type": "Feature", "properties": { "id": "32113", "nom": "Liberté", "desserte": "T1A:A,T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "369", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.842388456517842, 45.758853691461574 ] } }, +{ "type": "Feature", "properties": { "id": "32160", "nom": "Vinatier", "desserte": "T2:A,T5:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "401", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.893253579952978, 45.738798564333507 ] } }, +{ "type": "Feature", "properties": { "id": "33845", "nom": "Parilly", "desserte": "26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "148", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.887185250189572, 45.720248576644913 ] } }, +{ "type": "Feature", "properties": { "id": "35956", "nom": "Parc Tete d'Or - Duquesne", "desserte": "C1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2363", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.851112469905148, 45.773404894690437 ] } }, +{ "type": "Feature", "properties": { "id": "35997", "nom": "Combo", "desserte": "87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4064", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.943401930101347, 45.658799188192511 ] } }, +{ "type": "Feature", "properties": { "id": "36204", "nom": "Centre Chervet", "desserte": "78B:A,80A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4099", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.787894152945373, 45.60751999904997 ] } }, +{ "type": "Feature", "properties": { "id": "36268", "nom": "Terrasse des Arboras", "desserte": "78B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4165", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.787564760703941, 45.601838671581028 ] } }, +{ "type": "Feature", "properties": { "id": "36271", "nom": "Bonnefond", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4170", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.772265245329113, 45.594530912779774 ] } }, +{ "type": "Feature", "properties": { "id": "40254", "nom": "Vernaison La Rossignole", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2938", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.807776285670536, 45.641691593820205 ] } }, +{ "type": "Feature", "properties": { "id": "40454", "nom": "360 Avenue Schneider", "desserte": "ZI2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4589", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.02622604003064, 45.780842851798681 ] } }, +{ "type": "Feature", "properties": { "id": "40455", "nom": "1 Avenue Schneider", "desserte": "ZI2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4590", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.03445021285792, 45.779331360871211 ] } }, +{ "type": "Feature", "properties": { "id": "40534", "nom": "Montcelard", "desserte": "5A:A,86A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4591", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.755253779173437, 45.770650001578993 ] } }, +{ "type": "Feature", "properties": { "id": "40535", "nom": "Montcelard", "desserte": "5A:R,86A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4592", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.754883904518117, 45.770720974538996 ] } }, +{ "type": "Feature", "properties": { "id": "40536", "nom": "Lycee Blaise Pascal", "desserte": "5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3175", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.752404960316703, 45.765526815107251 ] } }, +{ "type": "Feature", "properties": { "id": "40594", "nom": "Les Chantres", "desserte": "50A:A,50A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4594", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.986247374481293, 45.699031171729779 ] } }, +{ "type": "Feature", "properties": { "id": "40614", "nom": "Denfert Rochereau", "desserte": "81A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4197", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.776873853854644, 45.58335944156115 ] } }, +{ "type": "Feature", "properties": { "id": "40616", "nom": "Centre Hospitalier Montgelas", "desserte": "81A:A,81A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4208", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.766251053136661, 45.59916206450454 ] } }, +{ "type": "Feature", "properties": { "id": "2891", "nom": "St Romain", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2773", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.830960163898248, 45.840157328501832 ] } }, +{ "type": "Feature", "properties": { "id": "3484", "nom": "Marcel Vernay", "desserte": "50A:R,ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3068", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.952859818331293, 45.697672661793852 ] } }, +{ "type": "Feature", "properties": { "id": "10017", "nom": "Francheville Bourg", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3273", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.76448429360339, 45.737039384177422 ] } }, +{ "type": "Feature", "properties": { "id": "10075", "nom": "Combe au Loup", "desserte": "67A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3293", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.986462233276669, 45.774775501231048 ] } }, +{ "type": "Feature", "properties": { "id": "10143", "nom": "Bron Jean Jaures", "desserte": "24A:A,79A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3307", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.905616008600883, 45.729945589254292 ] } }, +{ "type": "Feature", "properties": { "id": "10199", "nom": "Hénon", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "101", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.828228009531649, 45.778487600102146 ] } }, +{ "type": "Feature", "properties": { "id": "10260", "nom": "Prairie", "desserte": "7A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3359", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.902421211322857, 45.774458560857489 ] } }, +{ "type": "Feature", "properties": { "id": "10320", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "C13A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "528", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.857691675594475, 45.761753769254888 ] } }, +{ "type": "Feature", "properties": { "id": "10394", "nom": "Chardonnet", "desserte": "52A:A,67A:R,ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1098", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.9288841005183, 45.766325598102036 ] } }, +{ "type": "Feature", "properties": { "id": "10854", "nom": "Pont Gallieni RG", "desserte": "60A:A,C22A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3530", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833261409931065, 45.747393793963305 ] } }, +{ "type": "Feature", "properties": { "id": "10901", "nom": "Henaff", "desserte": "111A:R,54A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3533", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.892357408919962, 45.685781789052498 ] } }, +{ "type": "Feature", "properties": { "id": "10907", "nom": "Le Creuzet", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1847", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.831925851093128, 45.886096462738337 ] } }, +{ "type": "Feature", "properties": { "id": "10994", "nom": "Varennes", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3566", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.85430490161307, 45.819266918601762 ] } }, +{ "type": "Feature", "properties": { "id": "30579", "nom": "Gorge de Loup", "desserte": "2EX:A,2EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5172", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804921219108746, 45.766164220979739 ] } }, +{ "type": "Feature", "properties": { "id": "32106", "nom": "Rue de l'Université", "desserte": "T1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "374", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.838963465530364, 45.751118505663456 ] } }, +{ "type": "Feature", "properties": { "id": "32112", "nom": "Liberté", "desserte": "T1A:A,T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "368", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.842489080961935, 45.758860716650254 ] } }, +{ "type": "Feature", "properties": { "id": "35954", "nom": "Part-Dieu Jules Favre", "desserte": "C1A:R,C2A:R,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2376", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.858364869475002, 45.76437601714477 ] } }, +{ "type": "Feature", "properties": { "id": "37161", "nom": "Karl Marx", "desserte": "ZI3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4263", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.939348235553196, 45.778172642956868 ] } }, +{ "type": "Feature", "properties": { "id": "37163", "nom": "Lenine - Fromont", "desserte": "ZI3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3768", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.937389343111542, 45.778371046530431 ] } }, +{ "type": "Feature", "properties": { "id": "39094", "nom": "Eaux Vives", "desserte": "43A:A,43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4518", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.828515561074676, 45.83935642357774 ] } }, +{ "type": "Feature", "properties": { "id": "39401", "nom": "Division Leclerc", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "664", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.868173360091636, 45.698382530115332 ] } }, +{ "type": "Feature", "properties": { "id": "39407", "nom": "Joliot-Curie - Marcel Sembat", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "630", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.878453198855478, 45.715522884750953 ] } }, +{ "type": "Feature", "properties": { "id": "40624", "nom": "Clotilde", "desserte": "86A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4597", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.761344998130507, 45.767611329895949 ] } }, +{ "type": "Feature", "properties": { "id": "40625", "nom": "Clotilde", "desserte": "86A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4598", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.762055980196884, 45.767109923363172 ] } }, +{ "type": "Feature", "properties": { "id": "40674", "nom": "St Germain Mairie", "desserte": "21A:A,96A:A,96A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2743", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.802912703640165, 45.884098836708866 ] } }, +{ "type": "Feature", "properties": { "id": "40694", "nom": "Hopital Lyon Sud", "desserte": "88B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1570", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.805985796074562, 45.699688673314057 ] } }, +{ "type": "Feature", "properties": { "id": "40715", "nom": "Dauphine", "desserte": "62A:R,87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1287", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.952877945451896, 45.662908106043851 ] } }, +{ "type": "Feature", "properties": { "id": "40845", "nom": "St Fons Sembat", "desserte": "60A:A,ZI6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4240", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.8490776296953, 45.709992023717902 ] } }, +{ "type": "Feature", "properties": { "id": "2955", "nom": "Tassin Les Bruyeres", "desserte": "72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2821", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.751214543840515, 45.758036686481773 ] } }, +{ "type": "Feature", "properties": { "id": "10092", "nom": "Place de la Paix", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3298", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.914709242584257, 45.751205444220879 ] } }, +{ "type": "Feature", "properties": { "id": "10175", "nom": "Legay", "desserte": "C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3317", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.91682096283676, 45.75455947587988 ] } }, +{ "type": "Feature", "properties": { "id": "10350", "nom": "Leclerc - Ayasse", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3396", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.823876202277282, 45.736305768752786 ] } }, +{ "type": "Feature", "properties": { "id": "10362", "nom": "Roosevelt C.Commercial", "desserte": "28A:R,52A:A,79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3399", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.933532059943054, 45.748449195183362 ] } }, +{ "type": "Feature", "properties": { "id": "10531", "nom": "Dupuy", "desserte": "21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3476", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.777116575131704, 45.802193503415225 ] } }, +{ "type": "Feature", "properties": { "id": "10836", "nom": "Leclair", "desserte": "66A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3423", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804697842681792, 45.770132125797936 ] } }, +{ "type": "Feature", "properties": { "id": "11030", "nom": "Cimetiere Bas", "desserte": "50A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3580", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.981119190436101, 45.698711134363805 ] } }, +{ "type": "Feature", "properties": { "id": "11033", "nom": "Savoie", "desserte": "50A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3581", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.981743462315436, 45.701009845923465 ] } }, +{ "type": "Feature", "properties": { "id": "32287", "nom": "Marne - Lacouture", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2157", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.91031065808763, 45.742935055365642 ] } }, +{ "type": "Feature", "properties": { "id": "32744", "nom": "Sacre Coeur", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3382", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.867753235440662, 45.758864077130006 ] } }, +{ "type": "Feature", "properties": { "id": "33046", "nom": "Marcy Saule", "desserte": "72B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3909", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.701582391287815, 45.77844479156596 ] } }, +{ "type": "Feature", "properties": { "id": "36195", "nom": "Grigny La Colombe", "desserte": "78B:R,80A:A,80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4089", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.799620196683327, 45.615957495197634 ] } }, +{ "type": "Feature", "properties": { "id": "36211", "nom": "Espace Favier", "desserte": "80A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4105", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.783653078379997, 45.607891813146054 ] } }, +{ "type": "Feature", "properties": { "id": "36459", "nom": "Le Jayon", "desserte": "80A:A,80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5411", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.781184656620082, 45.604684742142567 ] } }, +{ "type": "Feature", "properties": { "id": "37439", "nom": "Castellane Leclerc", "desserte": "S8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4308", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.894775318739091, 45.812519980674274 ] } }, +{ "type": "Feature", "properties": { "id": "37765", "nom": "St Priest Les Alpes", "desserte": "C25B:R,ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4407", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.932675426316147, 45.693505950236563 ] } }, +{ "type": "Feature", "properties": { "id": "38303", "nom": "La Fouillouse Acacias", "desserte": "50A:A,ZI8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4034", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.976029544922983, 45.685526534425442 ] } }, +{ "type": "Feature", "properties": { "id": "39382", "nom": "Etats-Unis Viviani", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "628", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.871042547555896, 45.72486786004513 ] } }, +{ "type": "Feature", "properties": { "id": "40894", "nom": "Techsud", "desserte": "ZI6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4608", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.845017900826504, 45.723818634162441 ] } }, +{ "type": "Feature", "properties": { "id": "40895", "nom": "Techsud", "desserte": "ZI6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4609", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.845021588261663, 45.723899562138136 ] } }, +{ "type": "Feature", "properties": { "id": "40896", "nom": "Pr Bernard", "desserte": "ZI6A:A,ZI6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4611", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.84413303489367, 45.722731271859999 ] } }, +{ "type": "Feature", "properties": { "id": "41015", "nom": "Gambetta - Picasso", "desserte": "85A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4617", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.995775213667639, 45.764122301406061 ] } }, +{ "type": "Feature", "properties": { "id": "41017", "nom": "Mendes France - Rambion", "desserte": "85A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4619", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.989848975927991, 45.761516957373559 ] } }, +{ "type": "Feature", "properties": { "id": "41018", "nom": "Pommier - Collet", "desserte": "95A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4620", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.001061260810333, 45.776599532315721 ] } }, +{ "type": "Feature", "properties": { "id": "41019", "nom": "Desbois - Pommier", "desserte": "95A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4623", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.005299717436491, 45.776723964132323 ] } }, +{ "type": "Feature", "properties": { "id": "41020", "nom": "Meyzieu Mendes France", "desserte": "85A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2190", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.990576539413739, 45.765667577746292 ] } }, +{ "type": "Feature", "properties": { "id": "41054", "nom": "Square Combattants d'AFN", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4627", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.793526535314259, 45.696253905842269 ] } }, +{ "type": "Feature", "properties": { "id": "1363", "nom": "La Croix de Presles", "desserte": "84A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5985", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.793210410783102, 45.84181666620659 ] } }, +{ "type": "Feature", "properties": { "id": "1366", "nom": "La Croix de Solaize", "desserte": "39A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5986", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.843809550620743, 45.639450821317972 ] } }, +{ "type": "Feature", "properties": { "id": "1374", "nom": "La Favorite", "desserte": "C20A:R,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5987", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.806593767137771, 45.756498809006992 ] } }, +{ "type": "Feature", "properties": { "id": "1376", "nom": "La Favorite", "desserte": "46A:A,46A:R,C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5988", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.806623756920173, 45.756021092486264 ] } }, +{ "type": "Feature", "properties": { "id": "1379", "nom": "La Feuillee", "desserte": "31A:R,40A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5989", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.830433013660231, 45.766404092812479 ] } }, +{ "type": "Feature", "properties": { "id": "1382", "nom": "La Folie", "desserte": "C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5990", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.881202266673212, 45.807949413357868 ] } }, +{ "type": "Feature", "properties": { "id": "1383", "nom": "La Folie", "desserte": "C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5991", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.881056296008177, 45.808132747238673 ] } }, +{ "type": "Feature", "properties": { "id": "1384", "nom": "La Fontaine", "desserte": "68B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5992", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.978522265975409, 45.740441021891641 ] } }, +{ "type": "Feature", "properties": { "id": "1387", "nom": "La Forestiere", "desserte": "55A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5993", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.768775500558314, 45.766082471532535 ] } }, +{ "type": "Feature", "properties": { "id": "1388", "nom": "La Foret", "desserte": "84A:R,R2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5994", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.813231465101063, 45.864555518678813 ] } }, +{ "type": "Feature", "properties": { "id": "1389", "nom": "La Foret", "desserte": "84A:A,R2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5995", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.81338764779058, 45.86487612333768 ] } }, +{ "type": "Feature", "properties": { "id": "1412", "nom": "La Levee", "desserte": "11B:A,12B:A,14B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6009", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.786730988180132, 45.722226316729078 ] } }, +{ "type": "Feature", "properties": { "id": "1413", "nom": "La Levee", "desserte": "11B:R,12B:R,14B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6010", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.78712257055653, 45.722073748642529 ] } }, +{ "type": "Feature", "properties": { "id": "1414", "nom": "La Madone", "desserte": "72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6011", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.696281880613248, 45.777827228141142 ] } }, +{ "type": "Feature", "properties": { "id": "1415", "nom": "La Madone", "desserte": "72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6012", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.696384308551938, 45.777816075300805 ] } }, +{ "type": "Feature", "properties": { "id": "1416", "nom": "La Maillette", "desserte": "15A:A,18B:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6013", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.824434568151401, 45.69803879016272 ] } }, +{ "type": "Feature", "properties": { "id": "1417", "nom": "La Maillette", "desserte": "15A:R,18B:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6014", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.82453844590037, 45.698063489149746 ] } }, +{ "type": "Feature", "properties": { "id": "1418", "nom": "La Maillette", "desserte": "17B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6015", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.824314441581869, 45.697654406291086 ] } }, +{ "type": "Feature", "properties": { "id": "1419", "nom": "La Maillette", "desserte": "17B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6016", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.824376978072382, 45.697617014537308 ] } }, +{ "type": "Feature", "properties": { "id": "1420", "nom": "La Mouche", "desserte": "15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6017", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.820727476439916, 45.694736545112413 ] } }, +{ "type": "Feature", "properties": { "id": "1421", "nom": "La Mouche", "desserte": "15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6018", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.820840527236077, 45.694680034114633 ] } }, +{ "type": "Feature", "properties": { "id": "1424", "nom": "La Pagere - Les Brosses", "desserte": "24A:A,25A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6019", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.914796993070627, 45.748962070529792 ] } }, +{ "type": "Feature", "properties": { "id": "1427", "nom": "Crepieux-La Pape", "desserte": "171:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6020", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.885797789015517, 45.805738908781024 ] } }, +{ "type": "Feature", "properties": { "id": "1428", "nom": "Crepieux-La Pape", "desserte": "171:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6021", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.885210877553273, 45.805572195727777 ] } }, +{ "type": "Feature", "properties": { "id": "1429", "nom": "Pateliere - Millaud", "desserte": "73A:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6022", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.745732190393063, 45.747362452436597 ] } }, +{ "type": "Feature", "properties": { "id": "1430", "nom": "Pateliere - Millaud", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6023", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.745628648432548, 45.747346673170547 ] } }, +{ "type": "Feature", "properties": { "id": "1431", "nom": "La Pelletiere", "desserte": "171:A,S8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6024", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.892780692590495, 45.807272523428914 ] } }, +{ "type": "Feature", "properties": { "id": "42498", "nom": "Les Ormeaux", "desserte": "6A:A,GE4A:A,GE4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4735", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.771012489060465, 45.808788661721188 ] } }, +{ "type": "Feature", "properties": { "id": "867", "nom": "Etats-Unis Leriche", "desserte": "26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1396", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.86925654657653, 45.727468683275418 ] } }, +{ "type": "Feature", "properties": { "id": "3276", "nom": "Henon.", "desserte": "S4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3016", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.826911388114799, 45.779524934787517 ] } }, +{ "type": "Feature", "properties": { "id": "10365", "nom": "Decines Beauregard", "desserte": "79A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3403", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.945390731497223, 45.753143083754829 ] } }, +{ "type": "Feature", "properties": { "id": "10442", "nom": "Cogny", "desserte": "3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3435", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.756305288097524, 45.800987478997634 ] } }, +{ "type": "Feature", "properties": { "id": "10567", "nom": "Gorge de Loup", "desserte": "19A:A,66A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "60", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805315578222968, 45.767274204673107 ] } }, +{ "type": "Feature", "properties": { "id": "10792", "nom": "Champagne Centre", "desserte": "21A:R,61A:R,942A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1073", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.792548541031231, 45.79502539965619 ] } }, +{ "type": "Feature", "properties": { "id": "10861", "nom": "Joannes Masset", "desserte": "66A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1618", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.801182635555223, 45.769471248964827 ] } }, +{ "type": "Feature", "properties": { "id": "10941", "nom": "A.Pare - Laennec", "desserte": "C22A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "800", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.884233964768691, 45.737283082650904 ] } }, +{ "type": "Feature", "properties": { "id": "10995", "nom": "Illhaeusern", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3569", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.854739921822934, 45.822299618938104 ] } }, +{ "type": "Feature", "properties": { "id": "11020", "nom": "Route de Lyon", "desserte": "54A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3572", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.895421137334744, 45.678195766870218 ] } }, +{ "type": "Feature", "properties": { "id": "11518", "nom": "Bellecour A.Poncet", "desserte": "C12A:A,C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "898", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.83470362214367, 45.755939808495484 ] } }, +{ "type": "Feature", "properties": { "id": "11843", "nom": "Aragon", "desserte": "C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3128", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.929329046642278, 45.782040993074943 ] } }, +{ "type": "Feature", "properties": { "id": "32382", "nom": "Champagne Ecoles", "desserte": "66A:A,66A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3883", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.787516870610546, 45.795594348608951 ] } }, +{ "type": "Feature", "properties": { "id": "32722", "nom": "Berthier", "desserte": "17B:R,49A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "11", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.799267822979032, 45.745948522157619 ] } }, +{ "type": "Feature", "properties": { "id": "35955", "nom": "Parc Tete d'Or - Duquesne", "desserte": "38A:A,C1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2360", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.850964437621332, 45.77354322806238 ] } }, +{ "type": "Feature", "properties": { "id": "35996", "nom": "Combo", "desserte": "87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4063", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.943416028801806, 45.658825864787261 ] } }, +{ "type": "Feature", "properties": { "id": "36475", "nom": "Meyzieu M.T.E.", "desserte": "67A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3500", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.02435636681601, 45.761281420840739 ] } }, +{ "type": "Feature", "properties": { "id": "39406", "nom": "Joliot-Curie - Marcel Sembat", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "631", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.878360371580967, 45.71547998174082 ] } }, +{ "type": "Feature", "properties": { "id": "39515", "nom": "Les Vergers", "desserte": "15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4541", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.817974654994578, 45.661862539697587 ] } }, +{ "type": "Feature", "properties": { "id": "39614", "nom": "Mions Poste", "desserte": "296:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2217", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.950242050587388, 45.669585754182101 ] } }, +{ "type": "Feature", "properties": { "id": "39949", "nom": "Maurice Thorez", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "669", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.863333451109252, 45.699788493334545 ] } }, +{ "type": "Feature", "properties": { "id": "40620", "nom": "Z.A Barolles", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4595", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.782436073762289, 45.675596128559079 ] } }, +{ "type": "Feature", "properties": { "id": "40621", "nom": "Les Essards", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3905", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.801844953746441, 45.639617027897664 ] } }, +{ "type": "Feature", "properties": { "id": "46229", "nom": "La Halte", "desserte": "96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5191", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.777849784678203, 45.910019662576161 ] } }, +{ "type": "Feature", "properties": { "id": "46230", "nom": "La Halte", "desserte": "96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5192", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.777833785356685, 45.909659961683907 ] } }, +{ "type": "Feature", "properties": { "id": "46231", "nom": "Quincieux Boulodrome", "desserte": "96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5193", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.774916085832139, 45.916546100183275 ] } }, +{ "type": "Feature", "properties": { "id": "1002", "nom": "Garanteze", "desserte": "15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1456", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.825603753195604, 45.678435407723761 ] } }, +{ "type": "Feature", "properties": { "id": "1467", "nom": "La Velette", "desserte": "C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6039", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.905533835200138, 45.814939001225909 ] } }, +{ "type": "Feature", "properties": { "id": "1469", "nom": "La Vernique", "desserte": "19A:A,3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6040", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.783226116454972, 45.773273268695249 ] } }, +{ "type": "Feature", "properties": { "id": "1470", "nom": "La Vernique", "desserte": "19A:R,3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6041", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.782446832004288, 45.773607350959125 ] } }, +{ "type": "Feature", "properties": { "id": "1492", "nom": "Lançon", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6043", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.895987366308313, 45.772202006081692 ] } }, +{ "type": "Feature", "properties": { "id": "1496", "nom": "Laquay", "desserte": "87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6044", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.898772776863455, 45.692278396958159 ] } }, +{ "type": "Feature", "properties": { "id": "1501", "nom": "Lassausaie", "desserte": "21A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6045", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.770454219352565, 45.872645174141134 ] } }, +{ "type": "Feature", "properties": { "id": "3476", "nom": "St Priest Alouettes", "desserte": "62A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3064", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.918421287048574, 45.702620462938967 ] } }, +{ "type": "Feature", "properties": { "id": "10485", "nom": "O'Hara", "desserte": "57A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3458", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.936828574663696, 45.783379898728903 ] } }, +{ "type": "Feature", "properties": { "id": "10547", "nom": "Timbaud", "desserte": "87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2834", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.900613243885881, 45.691255175611268 ] } }, +{ "type": "Feature", "properties": { "id": "11113", "nom": "Les Regales", "desserte": "76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3617", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.973533795845389, 45.750091104795445 ] } }, +{ "type": "Feature", "properties": { "id": "11442", "nom": "Garibaldi - Duquesne", "desserte": "38A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3700", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.849804178170337, 45.772642074720125 ] } }, +{ "type": "Feature", "properties": { "id": "32283", "nom": "Bon Coin", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "949", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.90570748533619, 45.760269201137447 ] } }, +{ "type": "Feature", "properties": { "id": "32342", "nom": "Frere Benoit", "desserte": "45A:A,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1440", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.795247233528671, 45.763291642321796 ] } }, +{ "type": "Feature", "properties": { "id": "34110", "nom": "Castors", "desserte": "49A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3935", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.808964025750382, 45.751442035367994 ] } }, +{ "type": "Feature", "properties": { "id": "34460", "nom": "St Martin", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2750", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.950006586863082, 45.704679382134984 ] } }, +{ "type": "Feature", "properties": { "id": "36269", "nom": "Arboras", "desserte": "78B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4168", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.782884443188023, 45.598078783192591 ] } }, +{ "type": "Feature", "properties": { "id": "36466", "nom": "Place de la Liberte", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4209", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.774882721045643, 45.585293029116066 ] } }, +{ "type": "Feature", "properties": { "id": "36694", "nom": "Duroc", "desserte": "C13A:R,C18A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1357", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.818522421789807, 45.768945292675774 ] } }, +{ "type": "Feature", "properties": { "id": "37349", "nom": "Charcot", "desserte": "95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4279", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.993513739667615, 45.786266223871358 ] } }, +{ "type": "Feature", "properties": { "id": "39336", "nom": "Billon", "desserte": "15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4535", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.821034482423414, 45.665098145172223 ] } }, +{ "type": "Feature", "properties": { "id": "40914", "nom": "Plateaux de St Rambert", "desserte": "S10A:A,S10A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3492", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.826187939357749, 45.801692871835819 ] } }, +{ "type": "Feature", "properties": { "id": "41016", "nom": "Mendes France - Rambion", "desserte": "85A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4618", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.989783443402887, 45.761491500683526 ] } }, +{ "type": "Feature", "properties": { "id": "41496", "nom": "Z.I. Terray - Schweitzer", "desserte": "ZI2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4072", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.029169873721837, 45.770285066193559 ] } }, +{ "type": "Feature", "properties": { "id": "46661", "nom": "Balzac", "desserte": "85A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6177", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.98252313456128, 45.770427905938035 ] } }, +{ "type": "Feature", "properties": { "id": "46662", "nom": "Balzac", "desserte": "85A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6178", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.982465051018663, 45.770455829591697 ] } }, +{ "type": "Feature", "properties": { "id": "46724", "nom": "Solaize Campus", "desserte": "GE2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6139", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.826713429436426, 45.644608624711744 ] } }, +{ "type": "Feature", "properties": { "id": "1506", "nom": "Laurent Bonnevay", "desserte": "C17A:A,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6046", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.909143209975143, 45.764988297933101 ] } }, +{ "type": "Feature", "properties": { "id": "1507", "nom": "Laurent Bonnevay", "desserte": "7A:A,7A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6047", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.908627626795695, 45.764964102983022 ] } }, +{ "type": "Feature", "properties": { "id": "1511", "nom": "Laurent Bonnevay", "desserte": "C11A:A,C11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6048", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.908980209220608, 45.764803002020905 ] } }, +{ "type": "Feature", "properties": { "id": "1626", "nom": "Les Bluets", "desserte": "7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6049", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.89783639416363, 45.781800351213136 ] } }, +{ "type": "Feature", "properties": { "id": "1627", "nom": "Les Bluets", "desserte": "7A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6050", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.8977402821439, 45.781946565688571 ] } }, +{ "type": "Feature", "properties": { "id": "1628", "nom": "Les Bottieres", "desserte": "11B:A,12B:A,14B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6051", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.792819121530974, 45.721580131917733 ] } }, +{ "type": "Feature", "properties": { "id": "1629", "nom": "Les Bottieres", "desserte": "11B:R,12B:R,14B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6052", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.794917740042854, 45.721381147608462 ] } }, +{ "type": "Feature", "properties": { "id": "1630", "nom": "Les Brosses de Marcy", "desserte": "72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6053", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.705420995820455, 45.775879683488554 ] } }, +{ "type": "Feature", "properties": { "id": "1734", "nom": "Les Oliviers", "desserte": "78B:A,S9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6054", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.787365153666093, 45.6868206886612 ] } }, +{ "type": "Feature", "properties": { "id": "1736", "nom": "Les Oncheres", "desserte": "52A:A,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6055", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.925612132078222, 45.777390757493208 ] } }, +{ "type": "Feature", "properties": { "id": "10074", "nom": "Poizat", "desserte": "448A:A,C11A:A,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3292", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.894792611828512, 45.759789321954763 ] } }, +{ "type": "Feature", "properties": { "id": "10146", "nom": "Bron Salengro", "desserte": "24A:R,79A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3309", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.90842711753095, 45.730691321972301 ] } }, +{ "type": "Feature", "properties": { "id": "10946", "nom": "Pont Churchill RD", "desserte": "9A:R,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2491", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.840859084107989, 45.778737713994062 ] } }, +{ "type": "Feature", "properties": { "id": "10989", "nom": "Parc des Sports", "desserte": "S5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3564", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.869243658949092, 45.801495598019898 ] } }, +{ "type": "Feature", "properties": { "id": "11277", "nom": "St Irenee", "desserte": "46A:A,49A:A,C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3297", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.811747795970638, 45.755017124593834 ] } }, +{ "type": "Feature", "properties": { "id": "11854", "nom": "Parilly", "desserte": "39A:R,79A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "143", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.886592433325762, 45.719379925666587 ] } }, +{ "type": "Feature", "properties": { "id": "36720", "nom": "Normandie-Niemen", "desserte": "26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4222", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.934291487944561, 45.725045726089505 ] } }, +{ "type": "Feature", "properties": { "id": "39014", "nom": "Croix-Rousse", "desserte": "2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "341", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.832800118607183, 45.774527078602468 ] } }, +{ "type": "Feature", "properties": { "id": "39377", "nom": "Lycée Lumière", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "609", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861854897656389, 45.736820720365316 ] } }, +{ "type": "Feature", "properties": { "id": "39378", "nom": "Etats-Unis Tony Garnier", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "619", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.864746298463213, 45.732965287748023 ] } }, +{ "type": "Feature", "properties": { "id": "39390", "nom": "Croizat - Paul Bert", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "642", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.887578519518223, 45.700070455714823 ] } }, +{ "type": "Feature", "properties": { "id": "39514", "nom": "Les Vergers", "desserte": "15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4540", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.81801920082889, 45.661996569276027 ] } }, +{ "type": "Feature", "properties": { "id": "40014", "nom": "Lycée Lumière", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "612", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.863724671008098, 45.735190452061403 ] } }, +{ "type": "Feature", "properties": { "id": "40834", "nom": "Parc de l'Artillerie", "desserte": "ZI6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4605", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.844922553267585, 45.728213331848181 ] } }, +{ "type": "Feature", "properties": { "id": "1738", "nom": "Les Ormes", "desserte": "20A:A,71A:A,S7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6056", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.821026331171423, 45.806730784738605 ] } }, +{ "type": "Feature", "properties": { "id": "1739", "nom": "Les Ormes", "desserte": "20A:R,71A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6057", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.821008335442753, 45.806902205268933 ] } }, +{ "type": "Feature", "properties": { "id": "1740", "nom": "Les Pepinieres", "desserte": "55A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6058", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.808369760353901, 45.75939407002312 ] } }, +{ "type": "Feature", "properties": { "id": "1741", "nom": "Les Pepinieres", "desserte": "55A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6059", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.808964669611873, 45.759182946466943 ] } }, +{ "type": "Feature", "properties": { "id": "1764", "nom": "Les Sources - La Romaine", "desserte": "C14A:R,S15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6075", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.78412677452797, 45.789970608093199 ] } }, +{ "type": "Feature", "properties": { "id": "1765", "nom": "Corbas Les Taillis", "desserte": "54A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6076", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.908017844185112, 45.66966224768818 ] } }, +{ "type": "Feature", "properties": { "id": "1768", "nom": "Les Terres St G. les Ollieres", "desserte": "72B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6077", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.705421832427615, 45.760965453580269 ] } }, +{ "type": "Feature", "properties": { "id": "1770", "nom": "Les Tilleuls", "desserte": "22A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6078", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.803937344874893, 45.798484283189978 ] } }, +{ "type": "Feature", "properties": { "id": "1771", "nom": "Les Tilleuls", "desserte": "20A:R,22A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6079", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.80341014112062, 45.797919790111195 ] } }, +{ "type": "Feature", "properties": { "id": "1774", "nom": "Les Tours", "desserte": "66A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6080", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.796081318923109, 45.780798422297138 ] } }, +{ "type": "Feature", "properties": { "id": "1775", "nom": "Les Troenes", "desserte": "28A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6081", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.991848501367816, 45.733402241850733 ] } }, +{ "type": "Feature", "properties": { "id": "1776", "nom": "Les Troenes", "desserte": "28A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "6082", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.991269152321943, 45.733649993509793 ] } }, +{ "type": "Feature", "properties": { "id": "2196", "nom": "Les Saules", "desserte": "3A:R,89A:R,GE4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2369", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.758520692153182, 45.817393515224303 ] } }, +{ "type": "Feature", "properties": { "id": "2686", "nom": "Sathonay Mairie", "desserte": "9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2633", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.874426712186886, 45.824008473011638 ] } }, +{ "type": "Feature", "properties": { "id": "2698", "nom": "Saxe - Bonnel", "desserte": "C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2641", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.845930516564737, 45.761603203927358 ] } }, +{ "type": "Feature", "properties": { "id": "2707", "nom": "Saxe - Lafayette", "desserte": "27A:A,27A:R,C4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2645", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.844981190505605, 45.763910724930312 ] } }, +{ "type": "Feature", "properties": { "id": "2890", "nom": "St Romain", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2772", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.831079008342471, 45.840505740693189 ] } }, +{ "type": "Feature", "properties": { "id": "2930", "nom": "Ste Genevieve", "desserte": "C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2800", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.865010900701332, 45.763749476559887 ] } }, +{ "type": "Feature", "properties": { "id": "2937", "nom": "Tabagnon", "desserte": "72B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2806", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.743755362066636, 45.75683775095326 ] } }, +{ "type": "Feature", "properties": { "id": "2939", "nom": "Tabagnon", "desserte": "72B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2805", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.743676315772565, 45.756794441681919 ] } }, +{ "type": "Feature", "properties": { "id": "2954", "nom": "Tassin Genetieres", "desserte": "5A:R,72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2818", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.77205143885899, 45.758738685967053 ] } }, +{ "type": "Feature", "properties": { "id": "2989", "nom": "Titilleux", "desserte": "35A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2841", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.875234901187613, 45.712184467660542 ] } }, +{ "type": "Feature", "properties": { "id": "3005", "nom": "Trion", "desserte": "448A:A,55A:A,66A:A,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2860", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.812743825788764, 45.75857759282745 ] } }, +{ "type": "Feature", "properties": { "id": "3015", "nom": "Tupinier", "desserte": "C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2868", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.706802943038125, 45.74735421911101 ] } }, +{ "type": "Feature", "properties": { "id": "3113", "nom": "Vernaison place", "desserte": "15A:A,15A:R,18B:A,18B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2942", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.812065438971332, 45.648050628411255 ] } }, +{ "type": "Feature", "properties": { "id": "3124", "nom": "Victor Hugo", "desserte": "62A:A,87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2954", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.949342111311572, 45.662792559569212 ] } }, +{ "type": "Feature", "properties": { "id": "3133", "nom": "Villeneuve", "desserte": "19A:A,S15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2960", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.782970292495325, 45.785666309157641 ] } }, +{ "type": "Feature", "properties": { "id": "3149", "nom": "Vitton - Belges", "desserte": "C1A:A,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2974", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.856485719311265, 45.77052105751752 ] } }, +{ "type": "Feature", "properties": { "id": "1239", "nom": "Jaricot", "desserte": "90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1603", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.815967173111351, 45.759622587852874 ] } }, +{ "type": "Feature", "properties": { "id": "3175", "nom": "Z.I.C. Ouest", "desserte": "ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2985", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.865633561112571, 45.804430350895437 ] } }, +{ "type": "Feature", "properties": { "id": "10028", "nom": "Diligences", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3276", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.876974896976489, 45.850171677631764 ] } }, +{ "type": "Feature", "properties": { "id": "10037", "nom": "Chassieu Jean Perrin", "desserte": "76A:A,ZI5B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3283", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.971352195690458, 45.73031168648928 ] } }, +{ "type": "Feature", "properties": { "id": "10165", "nom": "Manissieux Pierre Blanche", "desserte": "26A:A,26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3313", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.992011886806313, 45.705619095087343 ] } }, +{ "type": "Feature", "properties": { "id": "10166", "nom": "Flachet", "desserte": "69A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5552", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.889785943541018, 45.768013526230462 ] } }, +{ "type": "Feature", "properties": { "id": "10167", "nom": "Flachet", "desserte": "69A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5553", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.888773841561577, 45.768099545981663 ] } }, +{ "type": "Feature", "properties": { "id": "10223", "nom": "Curie", "desserte": "33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3336", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.864981879243278, 45.823005806517401 ] } }, +{ "type": "Feature", "properties": { "id": "10243", "nom": "Dupeuble", "desserte": "69A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3352", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.891005479566649, 45.775717969877149 ] } }, +{ "type": "Feature", "properties": { "id": "10259", "nom": "Prairie", "desserte": "7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3360", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.902550703276055, 45.774752649316973 ] } }, +{ "type": "Feature", "properties": { "id": "10276", "nom": "Chauderaie", "desserte": "14B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3366", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.772057748499636, 45.743193922968807 ] } }, +{ "type": "Feature", "properties": { "id": "10277", "nom": "Chauderaie", "desserte": "14B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3367", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.771990348996623, 45.743123378118341 ] } }, +{ "type": "Feature", "properties": { "id": "10339", "nom": "Maison de l'Aqueduc", "desserte": "14B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3392", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.778662148191011, 45.726893712468829 ] } }, +{ "type": "Feature", "properties": { "id": "10360", "nom": "Elisee Reclus", "desserte": "79A:R,ZI3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1391", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.936337763579306, 45.747691133809759 ] } }, +{ "type": "Feature", "properties": { "id": "10361", "nom": "Roosevelt C.Commercial", "desserte": "28A:A,52A:R,79A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3400", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.93355488803932, 45.74811561111531 ] } }, +{ "type": "Feature", "properties": { "id": "10368", "nom": "Decines Jonquilles", "desserte": "79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3405", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.948814381598964, 45.755106830375681 ] } }, +{ "type": "Feature", "properties": { "id": "10376", "nom": "Rue de France - IUT", "desserte": "69A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5554", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.886043796314302, 45.768305589773675 ] } }, +{ "type": "Feature", "properties": { "id": "10402", "nom": "Boileau", "desserte": "85A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3417", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.013846885960087, 45.778149921324967 ] } }, +{ "type": "Feature", "properties": { "id": "10437", "nom": "Apollinaire - Bourbonnais", "desserte": "19A:A,3A:A,66A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1194", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.795697777026082, 45.772795880672696 ] } }, +{ "type": "Feature", "properties": { "id": "10529", "nom": "Belle Croix", "desserte": "21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3475", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.769596066254743, 45.84309525484106 ] } }, +{ "type": "Feature", "properties": { "id": "10607", "nom": "Valmy", "desserte": "C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "214", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.80596630484546, 45.775180850352243 ] } }, +{ "type": "Feature", "properties": { "id": "10637", "nom": "Pont Churchill RD", "desserte": "38A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2493", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.8410393466088, 45.779588809332601 ] } }, +{ "type": "Feature", "properties": { "id": "11032", "nom": "Savoie", "desserte": "50A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3583", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.98187369205596, 45.700511683828651 ] } }, +{ "type": "Feature", "properties": { "id": "10460", "nom": "Montee de la Boucle", "desserte": "38A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3448", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.838640921577332, 45.782009587857544 ] } }, +{ "type": "Feature", "properties": { "id": "10520", "nom": "Pont Kitchener", "desserte": "448A:A,46A:R,49A:R,55A:R,63A:R,8A:R,C19A:R,C20A:R,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "180", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.823815440130632, 45.750321844811971 ] } }, +{ "type": "Feature", "properties": { "id": "11110", "nom": "Le Biezin", "desserte": "76A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3615", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.971969180462222, 45.758229354674832 ] } }, +{ "type": "Feature", "properties": { "id": "11111", "nom": "Le Biezin", "desserte": "76A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3614", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.972348086344399, 45.758085434748338 ] } }, +{ "type": "Feature", "properties": { "id": "11112", "nom": "Les Regales", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3618", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.973479150489032, 45.749219225970094 ] } }, +{ "type": "Feature", "properties": { "id": "11191", "nom": "Carmagnole", "desserte": "68B:R,C15A:A,C8A:A,ZI5B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3620", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.920988919170091, 45.759522434100333 ] } }, +{ "type": "Feature", "properties": { "id": "11209", "nom": "Pierre Gay", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3612", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.973368300085714, 45.76032090235153 ] } }, +{ "type": "Feature", "properties": { "id": "11233", "nom": "18 Juin 1940", "desserte": "85A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3628", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.990754362443306, 45.768552941843126 ] } }, +{ "type": "Feature", "properties": { "id": "11285", "nom": "College Jean Vilar", "desserte": "7A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3640", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.903436639384473, 45.77857601419305 ] } }, +{ "type": "Feature", "properties": { "id": "11322", "nom": "Parilly", "desserte": "111A:A,111A:R,296:A,79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "145", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.887833281680354, 45.720089821216092 ] } }, +{ "type": "Feature", "properties": { "id": "11328", "nom": "Cite SNCF", "desserte": "93A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3653", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.878637698309999, 45.703232173690296 ] } }, +{ "type": "Feature", "properties": { "id": "11336", "nom": "Berliet Porte E", "desserte": "62A:R,93A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3657", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.89096360456079, 45.704743386587786 ] } }, +{ "type": "Feature", "properties": { "id": "11355", "nom": "Marietton - S. Apollinaire", "desserte": "19A:A,3A:A,5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3663", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.793841053999674, 45.774716216027542 ] } }, +{ "type": "Feature", "properties": { "id": "11375", "nom": "Albert Ferrus", "desserte": "87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3670", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.942424758372383, 45.664465867966328 ] } }, +{ "type": "Feature", "properties": { "id": "11391", "nom": "La Colline", "desserte": "S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3671", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.817537000731507, 45.779606403289954 ] } }, +{ "type": "Feature", "properties": { "id": "11421", "nom": "Rue de Prandieres", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3683", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.836409217502287, 45.88548386262778 ] } }, +{ "type": "Feature", "properties": { "id": "11748", "nom": "Mions Croix Rouge", "desserte": "296:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3107", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.954002052921098, 45.652521063721203 ] } }, +{ "type": "Feature", "properties": { "id": "11839", "nom": "Decines Bascule", "desserte": "79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1294", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.961689179942549, 45.771063488320692 ] } }, +{ "type": "Feature", "properties": { "id": "11842", "nom": "Aragon", "desserte": "C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3129", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.929392747425624, 45.782300567257522 ] } }, +{ "type": "Feature", "properties": { "id": "11860", "nom": "Quai Aulagne", "desserte": "ZI6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3138", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.845146823362029, 45.704085243136518 ] } }, +{ "type": "Feature", "properties": { "id": "11882", "nom": "Musee d'Art Contemporain", "desserte": "C1A:A,C4A:A,C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3153", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.853127066361228, 45.783981243379358 ] } }, +{ "type": "Feature", "properties": { "id": "11893", "nom": "Berthet - Loucheur", "desserte": "19A:A,66A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3155", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804195904666872, 45.768117915193777 ] } }, +{ "type": "Feature", "properties": { "id": "11921", "nom": "Parc Tete d'Or-Churchill", "desserte": "C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2359", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.844854830168841, 45.778063460039519 ] } }, +{ "type": "Feature", "properties": { "id": "12009", "nom": "Rue des Balmes", "desserte": "S10A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3187", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.835884045430552, 45.80145958233436 ] } }, +{ "type": "Feature", "properties": { "id": "30158", "nom": "Hénon", "desserte": "303:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "105", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.827602342770256, 45.779272430022992 ] } }, +{ "type": "Feature", "properties": { "id": "30189", "nom": "Grange Blanche", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "73", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.878994139783719, 45.742948961738747 ] } }, +{ "type": "Feature", "properties": { "id": "32119", "nom": "Part-Dieu - Servient", "desserte": "T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "426", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.853810087510666, 45.760756757818953 ] } }, +{ "type": "Feature", "properties": { "id": "32150", "nom": "Villon", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "481", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.863306150898174, 45.738379923138559 ] } }, +{ "type": "Feature", "properties": { "id": "32175", "nom": "Europe - Université", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "490", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.918144918060771, 45.719654326012297 ] } }, +{ "type": "Feature", "properties": { "id": "32203", "nom": "Decines Mairie", "desserte": "79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3868", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.956202116073944, 45.768198845843592 ] } }, +{ "type": "Feature", "properties": { "id": "32299", "nom": "Fort de Bron", "desserte": "C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1430", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.917713696221344, 45.731378244596399 ] } }, +{ "type": "Feature", "properties": { "id": "32303", "nom": "Bel Air - Les Brosses", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "555", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.909455208315194, 45.758185068113505 ] } }, +{ "type": "Feature", "properties": { "id": "32343", "nom": "Joliot Curie", "desserte": "65A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1620", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.787925588255873, 45.754540747168072 ] } }, +{ "type": "Feature", "properties": { "id": "32344", "nom": "Joliot Curie", "desserte": "65A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1623", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.787581956135413, 45.754620258828751 ] } }, +{ "type": "Feature", "properties": { "id": "32362", "nom": "Champagne Cimetiere", "desserte": "66A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3852", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.785842614884597, 45.794406723383176 ] } }, +{ "type": "Feature", "properties": { "id": "32363", "nom": "Champagne Verte Colline", "desserte": "66A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3879", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.784908615651621, 45.797127396311382 ] } }, +{ "type": "Feature", "properties": { "id": "32445", "nom": "St Agnan", "desserte": "296:A,C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2688", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.863184456838869, 45.740783383672131 ] } }, +{ "type": "Feature", "properties": { "id": "32446", "nom": "Marius Berliet", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3782", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.8597758363147, 45.742984359913429 ] } }, +{ "type": "Feature", "properties": { "id": "32447", "nom": "Lycee Colbert", "desserte": "296:A,C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "751", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.859260373496443, 45.74602018130566 ] } }, +{ "type": "Feature", "properties": { "id": "32482", "nom": "Jean Macé", "desserte": "C14A:A,C14A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "297", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.842293258518624, 45.746121389973212 ] } }, +{ "type": "Feature", "properties": { "id": "32502", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "517", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.857909932531595, 45.762306945388964 ] } }, +{ "type": "Feature", "properties": { "id": "32582", "nom": "Porte des Alpes", "desserte": "T2:A,T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "346", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.925804277138107, 45.71843140377679 ] } }, +{ "type": "Feature", "properties": { "id": "32743", "nom": "Sacre Coeur", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3381", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.867753993619796, 45.759079010602619 ] } }, +{ "type": "Feature", "properties": { "id": "33210", "nom": "Alfred de Vigny", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "445", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.93612604166862, 45.699623034981073 ] } }, +{ "type": "Feature", "properties": { "id": "33211", "nom": "St Priest Hôtel de Ville", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "441", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.936854341146098, 45.695018780892056 ] } }, +{ "type": "Feature", "properties": { "id": "43026", "nom": "3eme Millenaire", "desserte": "93A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4781", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.928578952451566, 45.716725467925443 ] } }, +{ "type": "Feature", "properties": { "id": "43028", "nom": "Jacques Monod", "desserte": "93A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4784", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.931998858714729, 45.71485510937994 ] } }, +{ "type": "Feature", "properties": { "id": "43029", "nom": "Parc Technologique", "desserte": "93A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4785", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.934887616188306, 45.711808751295614 ] } }, +{ "type": "Feature", "properties": { "id": "10818", "nom": "Pont Morand RG", "desserte": "171:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2546", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.841061297085723, 45.769335944363654 ] } }, +{ "type": "Feature", "properties": { "id": "11838", "nom": "Decines Bascule", "desserte": "79A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1293", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.962328608348219, 45.770985527850982 ] } }, +{ "type": "Feature", "properties": { "id": "12019", "nom": "La Boisserie", "desserte": "S10A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3192", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.828642373723451, 45.801260403319191 ] } }, +{ "type": "Feature", "properties": { "id": "12025", "nom": "Chemin des Fonts", "desserte": "49A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3196", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.796652023469357, 45.738625053802679 ] } }, +{ "type": "Feature", "properties": { "id": "12036", "nom": "Dardilly St Joseph", "desserte": "3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3200", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.755428247181807, 45.803868667947476 ] } }, +{ "type": "Feature", "properties": { "id": "12314", "nom": "Jean Macé", "desserte": "C12A:A,C12A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "293", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.841905393537221, 45.745508967105742 ] } }, +{ "type": "Feature", "properties": { "id": "30391", "nom": "Duchere Chateau", "desserte": "S11A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1333", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.793625800235632, 45.780546136000886 ] } }, +{ "type": "Feature", "properties": { "id": "30459", "nom": "Perrache", "desserte": "301A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "155", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.827002067752674, 45.749754417247679 ] } }, +{ "type": "Feature", "properties": { "id": "30533", "nom": "Yvours", "desserte": "15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2981", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.825904749613603, 45.690211187251521 ] } }, +{ "type": "Feature", "properties": { "id": "33485", "nom": "Le Moulin", "desserte": "15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3925", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.823464425486778, 45.695044929856067 ] } }, +{ "type": "Feature", "properties": { "id": "33525", "nom": "Rouget de l'Isle", "desserte": "25A:R,C13A:A,C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2601", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.866844414258771, 45.754400849729223 ] } }, +{ "type": "Feature", "properties": { "id": "33545", "nom": "Guillotière - Gabriel Péri", "desserte": "C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "100", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.842964249688054, 45.755925171417289 ] } }, +{ "type": "Feature", "properties": { "id": "33565", "nom": "Feyzin Chateau de l'Isle", "desserte": "60A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1411", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.850715863999598, 45.672150299884073 ] } }, +{ "type": "Feature", "properties": { "id": "33645", "nom": "Croix-Rousse Nord", "desserte": "C18A:A,C18A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3926", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.823971256738868, 45.783919650588693 ] } }, +{ "type": "Feature", "properties": { "id": "34109", "nom": "Chassieu Place", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "20", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.968816450622253, 45.737761540314253 ] } }, +{ "type": "Feature", "properties": { "id": "34111", "nom": "Castors", "desserte": "49A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3934", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.808715775528793, 45.752212593908091 ] } }, +{ "type": "Feature", "properties": { "id": "34112", "nom": "Achard", "desserte": "49A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3937", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.808973121323691, 45.748210451239231 ] } }, +{ "type": "Feature", "properties": { "id": "34150", "nom": "J.Jaures - Pommier", "desserte": "95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1594", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.021289209054929, 45.778017313068922 ] } }, +{ "type": "Feature", "properties": { "id": "34151", "nom": "Jonage Chateau des Marres", "desserte": "95A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1624", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.060300561060076, 45.799925517463407 ] } }, +{ "type": "Feature", "properties": { "id": "36146", "nom": "Auvergne", "desserte": "67A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4084", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.017679633543144, 45.761242986409279 ] } }, +{ "type": "Feature", "properties": { "id": "36201", "nom": "La Rochere", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5915", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.79360694282564, 45.609960009731488 ] } }, +{ "type": "Feature", "properties": { "id": "36214", "nom": "Maison", "desserte": "80A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4109", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.779576306239941, 45.609078955517823 ] } }, +{ "type": "Feature", "properties": { "id": "36215", "nom": "Maison", "desserte": "80A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4110", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.779263175310682, 45.609247803285228 ] } }, +{ "type": "Feature", "properties": { "id": "36218", "nom": "Grigny Pressense", "desserte": "80A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4114", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.779120123503478, 45.6031213627803 ] } }, +{ "type": "Feature", "properties": { "id": "36229", "nom": "Les Vernes - Lenine", "desserte": "80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4125", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.764295207661858, 45.6077462376293 ] } }, +{ "type": "Feature", "properties": { "id": "36232", "nom": "Lycee Picasso", "desserte": "80A:A,81A:A,81A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4130", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.762792216746114, 45.601856320783305 ] } }, +{ "type": "Feature", "properties": { "id": "36252", "nom": "Givors Place Pasteur", "desserte": "80A:A,80A:R,81A:A,81A:R,R3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4151", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.769133926341693, 45.585157124669514 ] } }, +{ "type": "Feature", "properties": { "id": "40234", "nom": "Hopital Lyon Sud", "desserte": "88B:A,88B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1567", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.806194751146283, 45.699765081938132 ] } }, +{ "type": "Feature", "properties": { "id": "10993", "nom": "Varennes", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3567", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.854468289481385, 45.819461287029455 ] } }, +{ "type": "Feature", "properties": { "id": "10996", "nom": "Illhaeusern", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3568", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.854728799544635, 45.822056832379012 ] } }, +{ "type": "Feature", "properties": { "id": "11866", "nom": "Vallee de la Chimie", "desserte": "ZI6A:A,ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3142", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.846831738766028, 45.686657247983504 ] } }, +{ "type": "Feature", "properties": { "id": "11972", "nom": "Irigny Mairie", "desserte": "15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1584", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.821008406085851, 45.672776641994538 ] } }, +{ "type": "Feature", "properties": { "id": "12017", "nom": "Fabregue", "desserte": "S10A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3190", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.82414724163133, 45.798902701219525 ] } }, +{ "type": "Feature", "properties": { "id": "12021", "nom": "Chauderasses", "desserte": "C20A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3194", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.781011131090955, 45.7444844289491 ] } }, +{ "type": "Feature", "properties": { "id": "12051", "nom": "Duchere Av.de Champagne", "desserte": "21A:A,61A:A,S11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3207", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.797430729205244, 45.790255993027962 ] } }, +{ "type": "Feature", "properties": { "id": "12232", "nom": "Rue du Parc", "desserte": "26A:R,79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3729", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.890769421381113, 45.730194501853006 ] } }, +{ "type": "Feature", "properties": { "id": "30446", "nom": "Garibaldi", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "302", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.85420996263271, 45.751380391214155 ] } }, +{ "type": "Feature", "properties": { "id": "34211", "nom": "Guilloux", "desserte": "17B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3939", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.807074487608809, 45.688737406308277 ] } }, +{ "type": "Feature", "properties": { "id": "34214", "nom": "Citadelle", "desserte": "17B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3942", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.805070615388797, 45.687296365176607 ] } }, +{ "type": "Feature", "properties": { "id": "34232", "nom": "Clinique Mon Repos", "desserte": "5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3945", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.783710995383336, 45.771086528898678 ] } }, +{ "type": "Feature", "properties": { "id": "34233", "nom": "Clinique Mon Repos", "desserte": "5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3944", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.783835091531959, 45.770984813216742 ] } }, +{ "type": "Feature", "properties": { "id": "34234", "nom": "Clinique Val d'Ouest", "desserte": "5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3947", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.784713972940448, 45.769057440528513 ] } }, +{ "type": "Feature", "properties": { "id": "34235", "nom": "Clinique Val d'Ouest", "desserte": "5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3946", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.784435247203894, 45.769441559717315 ] } }, +{ "type": "Feature", "properties": { "id": "34237", "nom": "Duchere Castilla", "desserte": "S11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3948", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.796466581364865, 45.788836940028979 ] } }, +{ "type": "Feature", "properties": { "id": "34238", "nom": "Duchere Castilla", "desserte": "S11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3949", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.796807618208024, 45.788982488904423 ] } }, +{ "type": "Feature", "properties": { "id": "34291", "nom": "Jean Giono", "desserte": "17B:A,S9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1605", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.801102980654624, 45.690182963290766 ] } }, +{ "type": "Feature", "properties": { "id": "34456", "nom": "Henaff - Charbonnier", "desserte": "ZI1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3966", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.907819254239943, 45.690991154049684 ] } }, +{ "type": "Feature", "properties": { "id": "34457", "nom": "Henaff - Charbonnier", "desserte": "ZI1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3965", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.907314802318648, 45.691740837417662 ] } }, +{ "type": "Feature", "properties": { "id": "34458", "nom": "Dauphine - Charbonnier", "desserte": "ZI1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3968", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.910457713549323, 45.685061685538074 ] } }, +{ "type": "Feature", "properties": { "id": "34459", "nom": "Dauphine - Charbonnier", "desserte": "ZI1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3967", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.911125214739105, 45.685604448878777 ] } }, +{ "type": "Feature", "properties": { "id": "34495", "nom": "Z.I. Le Carreau", "desserte": "54A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3969", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.894438116460385, 45.680531550206972 ] } }, +{ "type": "Feature", "properties": { "id": "34533", "nom": "Parc des Corbeges", "desserte": "ZI1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3972", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.931496643105033, 45.684027632061401 ] } }, +{ "type": "Feature", "properties": { "id": "34534", "nom": "Parc des Corbeges", "desserte": "ZI1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3971", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.931105313480283, 45.684171711306078 ] } }, +{ "type": "Feature", "properties": { "id": "34535", "nom": "Esplanade des Arts", "desserte": "62A:A,C25B:R,ZI8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "436", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.941047666319495, 45.693995926591157 ] } }, +{ "type": "Feature", "properties": { "id": "11240", "nom": "Marengo", "desserte": "69A:R,C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3388", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.876292258109332, 45.758787162126204 ] } }, +{ "type": "Feature", "properties": { "id": "11975", "nom": "Lycee Blaise Pascal", "desserte": "98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3171", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.751084717550635, 45.765627222005051 ] } }, +{ "type": "Feature", "properties": { "id": "12046", "nom": "Moulin Berger", "desserte": "89A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3205", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.767225161845888, 45.801435830345696 ] } }, +{ "type": "Feature", "properties": { "id": "12110", "nom": "Barolles Gendarmerie", "desserte": "17B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3229", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.785767868937453, 45.686423546822233 ] } }, +{ "type": "Feature", "properties": { "id": "30008", "nom": "Bellecour Charite", "desserte": "15A:A,15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "902", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833334012380642, 45.75607829218059 ] } }, +{ "type": "Feature", "properties": { "id": "30188", "nom": "Laennec", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "123", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.886260288054863, 45.738662871766877 ] } }, +{ "type": "Feature", "properties": { "id": "30202", "nom": "Bellecour", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "9", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833836066564249, 45.756711067981925 ] } }, +{ "type": "Feature", "properties": { "id": "31345", "nom": "Romarin", "desserte": "S12A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3839", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.834356119737027, 45.768396159032484 ] } }, +{ "type": "Feature", "properties": { "id": "31622", "nom": "Les Saules", "desserte": "3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2368", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.759088577594275, 45.818011343828452 ] } }, +{ "type": "Feature", "properties": { "id": "31764", "nom": "Monge", "desserte": "25A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2222", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.910097978669612, 45.750483118900654 ] } }, +{ "type": "Feature", "properties": { "id": "31982", "nom": "La Grappe d'Or", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3865", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.843256256914666, 45.902574176428111 ] } }, +{ "type": "Feature", "properties": { "id": "34657", "nom": "Moulin d'Arche", "desserte": "23A:A,84A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3988", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.807802944363821, 45.802890880951004 ] } }, +{ "type": "Feature", "properties": { "id": "34674", "nom": "J. B. Simon", "desserte": "40A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3990", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.857358403063766, 45.826057483904897 ] } }, +{ "type": "Feature", "properties": { "id": "34753", "nom": "Verdun - Rambaud", "desserte": "S1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3760", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.822709836722674, 45.750040299592435 ] } }, +{ "type": "Feature", "properties": { "id": "34814", "nom": "Casimir-Perier", "desserte": "63A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3996", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.824236673919459, 45.741437410469047 ] } }, +{ "type": "Feature", "properties": { "id": "34874", "nom": "Hôtel de Région Montrochet", "desserte": "T1A:A,T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "506", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.819005838708239, 45.740625398592073 ] } }, +{ "type": "Feature", "properties": { "id": "34934", "nom": "Hôtel de Ville - Louis Pradel", "desserte": "19A:A,19A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "110", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.836082399702268, 45.766476496847162 ] } }, +{ "type": "Feature", "properties": { "id": "35034", "nom": "St Priest Salengro", "desserte": "296:R,ZI1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3954", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.936493972621734, 45.690590996385396 ] } }, +{ "type": "Feature", "properties": { "id": "35094", "nom": "Musée des Confluences", "desserte": "T1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "774", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.818916172247386, 45.733660901156171 ] } }, +{ "type": "Feature", "properties": { "id": "35134", "nom": "Les Baysses", "desserte": "84A:A,R2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4008", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.811606626068738, 45.860234699251855 ] } }, +{ "type": "Feature", "properties": { "id": "35135", "nom": "Les Baysses", "desserte": "84A:R,R2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4007", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.810874139021622, 45.859989782291024 ] } }, +{ "type": "Feature", "properties": { "id": "35254", "nom": "Marcy l'Etoile Campus Merieux", "desserte": "98A:A,98A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4010", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.705539720310106, 45.777740332630174 ] } }, +{ "type": "Feature", "properties": { "id": "35257", "nom": "BioMerieux", "desserte": "98A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4012", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.709557469253738, 45.780823774795948 ] } }, +{ "type": "Feature", "properties": { "id": "35334", "nom": "GAEC de la Grive", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4016", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.880681790544809, 45.857063987800018 ] } }, +{ "type": "Feature", "properties": { "id": "35335", "nom": "GAEC de la Grive", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4015", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.880537730139157, 45.857013238187562 ] } }, +{ "type": "Feature", "properties": { "id": "35354", "nom": "Verlaine - 4 aout", "desserte": "C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4017", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.881480293609568, 45.764745572273469 ] } }, +{ "type": "Feature", "properties": { "id": "35355", "nom": "Verlaine - 4 aout", "desserte": "69A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4018", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.880502953388451, 45.76419163601966 ] } }, +{ "type": "Feature", "properties": { "id": "1812", "nom": "Louis Braille", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2088", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.949556742668387, 45.696012364528563 ] } }, +{ "type": "Feature", "properties": { "id": "11428", "nom": "St Germain Cites", "desserte": "21A:R,96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3688", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.800903535670057, 45.889300550086148 ] } }, +{ "type": "Feature", "properties": { "id": "12218", "nom": "Jusseaud", "desserte": "49A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3741", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.806116663255901, 45.747301218877013 ] } }, +{ "type": "Feature", "properties": { "id": "30027", "nom": "Bron Liberation", "desserte": "C15A:R,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "973", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.901540629672537, 45.730200840517092 ] } }, +{ "type": "Feature", "properties": { "id": "30197", "nom": "Saxe - Gambetta", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "197", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.847152874493243, 45.75388713435521 ] } }, +{ "type": "Feature", "properties": { "id": "30201", "nom": "Bellecour", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "6", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833763481653301, 45.756570914331974 ] } }, +{ "type": "Feature", "properties": { "id": "30416", "nom": "Le Colombier", "desserte": "S2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3794", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.715410055629309, 45.811446694135363 ] } }, +{ "type": "Feature", "properties": { "id": "32108", "nom": "Saint-André", "desserte": "T1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "469", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.841004617441092, 45.752909314511101 ] } }, +{ "type": "Feature", "properties": { "id": "32109", "nom": "Saint-André", "desserte": "T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "470", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.841085241540569, 45.752881142259653 ] } }, +{ "type": "Feature", "properties": { "id": "32118", "nom": "Part-Dieu - Servient", "desserte": "T1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "425", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.853829413530466, 45.760650740015699 ] } }, +{ "type": "Feature", "properties": { "id": "32171", "nom": "Rebufer", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "411", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.915685652674185, 45.727490804403153 ] } }, +{ "type": "Feature", "properties": { "id": "35434", "nom": "Marc-Antoine Petit", "desserte": "S1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4025", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.824633454493555, 45.74538010389206 ] } }, +{ "type": "Feature", "properties": { "id": "35455", "nom": "St Priest Egalite", "desserte": "76A:A,R5A:A,ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4028", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.946799864015374, 45.690153527136438 ] } }, +{ "type": "Feature", "properties": { "id": "35458", "nom": "Corbas G.Brassens", "desserte": "54A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4030", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.905132050873658, 45.667523074653282 ] } }, +{ "type": "Feature", "properties": { "id": "35459", "nom": "Corbas Condorcet", "desserte": "54A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3484", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.900674924413561, 45.660027977254757 ] } }, +{ "type": "Feature", "properties": { "id": "35460", "nom": "Corbas Condorcet", "desserte": "54A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3485", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.900638423998436, 45.660622901968338 ] } }, +{ "type": "Feature", "properties": { "id": "35477", "nom": "Corbas Les Taillis", "desserte": "76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2054", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.909873181549499, 45.671725997861515 ] } }, +{ "type": "Feature", "properties": { "id": "35483", "nom": "La Fouillouse Acacias", "desserte": "ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4036", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.976818359734109, 45.685692496121732 ] } }, +{ "type": "Feature", "properties": { "id": "35494", "nom": "Vernaison place", "desserte": "15A:A,15A:R,18B:A,18B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4037", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.811978520344135, 45.648115555751197 ] } }, +{ "type": "Feature", "properties": { "id": "35514", "nom": "Pavillon Urgences", "desserte": "88B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4038", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.807061229717141, 45.700754112567616 ] } }, +{ "type": "Feature", "properties": { "id": "35584", "nom": "Pont de Neuville RG", "desserte": "43A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4045", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.837779111486459, 45.878207351102795 ] } }, +{ "type": "Feature", "properties": { "id": "35585", "nom": "Pont de Neuville RG", "desserte": "43A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4046", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.838334055344788, 45.877375890891443 ] } }, +{ "type": "Feature", "properties": { "id": "35659", "nom": "Gare Part-Dieu Villette", "desserte": "T3:A,T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "537", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861878344637451, 45.760215513141787 ] } }, +{ "type": "Feature", "properties": { "id": "35660", "nom": "Dauphiné -Lacassagne", "desserte": "T3:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "548", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.868816223087722, 45.752865595792784 ] } }, +{ "type": "Feature", "properties": { "id": "35661", "nom": "Dauphiné -Lacassagne", "desserte": "T3:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "549", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.868845685340309, 45.752977717158394 ] } }, +{ "type": "Feature", "properties": { "id": "30205", "nom": "Gorge de Loup", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "58", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805550391824348, 45.766428070798675 ] } }, +{ "type": "Feature", "properties": { "id": "30207", "nom": "Valmy", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "211", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805532105557592, 45.774781028005343 ] } }, +{ "type": "Feature", "properties": { "id": "30208", "nom": "Valmy", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "215", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805330386644721, 45.774768990859727 ] } }, +{ "type": "Feature", "properties": { "id": "30303", "nom": "Les Alpes", "desserte": "ZI3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3765", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.93727123917505, 45.780498150609468 ] } }, +{ "type": "Feature", "properties": { "id": "30478", "nom": "Valdo - Charcot", "desserte": "90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3811", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.793347274489366, 45.749831698777086 ] } }, +{ "type": "Feature", "properties": { "id": "30560", "nom": "Parc de l'Hippodrome", "desserte": "S2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3798", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.719085889693538, 45.807759484281227 ] } }, +{ "type": "Feature", "properties": { "id": "30573", "nom": "Genay", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3679", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.841771995425214, 45.898497545248524 ] } }, +{ "type": "Feature", "properties": { "id": "30683", "nom": "Bron De Lattre", "desserte": "C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "967", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.91745921090161, 45.734174540370347 ] } }, +{ "type": "Feature", "properties": { "id": "31044", "nom": "Valdo", "desserte": "65A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2879", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.784306195279154, 45.750065229186902 ] } }, +{ "type": "Feature", "properties": { "id": "35666", "nom": "Bel Air - Les Brosses", "desserte": "T3:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "556", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.910474828508357, 45.758382413305455 ] } }, +{ "type": "Feature", "properties": { "id": "35667", "nom": "Bel Air - Les Brosses", "desserte": "T3:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "557", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.910450819111944, 45.758460196002034 ] } }, +{ "type": "Feature", "properties": { "id": "35668", "nom": "Vaulx-en-Velin La Soie", "desserte": "T3:A,T3:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "560", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.9221995255175, 45.760971705036958 ] } }, +{ "type": "Feature", "properties": { "id": "35669", "nom": "Vaulx-en-Velin La Soie", "desserte": "T3:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "561", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.922110594322058, 45.761137219833607 ] } }, +{ "type": "Feature", "properties": { "id": "35672", "nom": "Décines Grand Large", "desserte": "T3:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "581", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.975946815194568, 45.774686812993735 ] } }, +{ "type": "Feature", "properties": { "id": "35673", "nom": "Décines Grand Large", "desserte": "T3:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "582", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.975997266347226, 45.774757010931168 ] } }, +{ "type": "Feature", "properties": { "id": "35674", "nom": "Meyzieu Gare", "desserte": "T3:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "585", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.99889894476435, 45.771573785436601 ] } }, +{ "type": "Feature", "properties": { "id": "35675", "nom": "Meyzieu Gare", "desserte": "T3:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "586", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.998938080631594, 45.771725888332583 ] } }, +{ "type": "Feature", "properties": { "id": "35979", "nom": "Parc Chambovet", "desserte": "C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4055", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.89659189818612, 45.747605454126983 ] } }, +{ "type": "Feature", "properties": { "id": "36001", "nom": "Mions Rte Corbas", "desserte": "87A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4067", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.938406292463697, 45.665549394465664 ] } }, +{ "type": "Feature", "properties": { "id": "36034", "nom": "College des Charpennes", "desserte": "37A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4069", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.86984280068841, 45.774001051609055 ] } }, +{ "type": "Feature", "properties": { "id": "36055", "nom": "Rue Pollet (Lycee)", "desserte": "97A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4071", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.847235445757128, 45.876448469863114 ] } }, +{ "type": "Feature", "properties": { "id": "36056", "nom": "Rue Pollet (Lycee)", "desserte": "97A:R,S14A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4070", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.847026796071119, 45.876417301063114 ] } }, +{ "type": "Feature", "properties": { "id": "36095", "nom": "Décines Grand Large", "desserte": "16A:R,57A:R,76A:R,79A:R,85A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "580", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.975400475332996, 45.774801910724065 ] } }, +{ "type": "Feature", "properties": { "id": "36115", "nom": "Meyzieu Z.i.", "desserte": "28A:A,28A:R,29A:A,R1B:A,ZI2A:A,ZI2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "591", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.030426870384801, 45.76837351867961 ] } }, +{ "type": "Feature", "properties": { "id": "36134", "nom": "Z.I. Terray - Schweitzer", "desserte": "ZI2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4073", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.029184922948827, 45.770329715111117 ] } }, +{ "type": "Feature", "properties": { "id": "36135", "nom": "Z.I. Nord", "desserte": "ZI2A:A,ZI2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4074", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.022648553106674, 45.778191861859177 ] } }, +{ "type": "Feature", "properties": { "id": "36136", "nom": "Z.I. Sud", "desserte": "ZI2A:A,ZI2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4075", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.019601733980983, 45.767426386537643 ] } }, +{ "type": "Feature", "properties": { "id": "12015", "nom": "Simondan", "desserte": "S10A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3188", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.831532631649512, 45.80114224631388 ] } }, +{ "type": "Feature", "properties": { "id": "30572", "nom": "Genay", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3680", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.842007465328092, 45.898750191880744 ] } }, +{ "type": "Feature", "properties": { "id": "31582", "nom": "Mont Louis", "desserte": "66A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2272", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.787872465397128, 45.790582006897765 ] } }, +{ "type": "Feature", "properties": { "id": "31688", "nom": "Bron Liberation", "desserte": "24A:R,79A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "975", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.902441176716768, 45.729667175015408 ] } }, +{ "type": "Feature", "properties": { "id": "39387", "nom": "La Borelle", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "636", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.882190309801667, 45.711166321852019 ] } }, +{ "type": "Feature", "properties": { "id": "39402", "nom": "Maurice Thorez", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "667", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.86330022859781, 45.699890326157202 ] } }, +{ "type": "Feature", "properties": { "id": "39403", "nom": "Maurice Thorez", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "668", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.863295471175703, 45.699814642595008 ] } }, +{ "type": "Feature", "properties": { "id": "39409", "nom": "Herriot - Cagne", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "654", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.875457614305988, 45.693730885534116 ] } }, +{ "type": "Feature", "properties": { "id": "39410", "nom": "Darnaise", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "672", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.864284247044647, 45.692615015305279 ] } }, +{ "type": "Feature", "properties": { "id": "39574", "nom": "Corbas Les Balmes", "desserte": "76A:A,76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4033", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.894255828808276, 45.664990374009292 ] } }, +{ "type": "Feature", "properties": { "id": "39576", "nom": "Jacques Prevert", "desserte": "111A:R,54A:R,76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3483", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.895095848514655, 45.662621851282289 ] } }, +{ "type": "Feature", "properties": { "id": "39577", "nom": "Corbas Les Bruyeres", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4544", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.902071071415646, 45.65941093640123 ] } }, +{ "type": "Feature", "properties": { "id": "39578", "nom": "Corbas Les Bruyeres", "desserte": "76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4543", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.902788316512869, 45.659376511797298 ] } }, +{ "type": "Feature", "properties": { "id": "39897", "nom": "Professeur Beauvisage - C.I.S.L.", "desserte": "C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "622", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.86820111036912, 45.729670803345776 ] } }, +{ "type": "Feature", "properties": { "id": "39915", "nom": "Marcel Houël - Hôtel de Ville", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "646", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.882692875153183, 45.69619118267547 ] } }, +{ "type": "Feature", "properties": { "id": "39917", "nom": "Lycée Jacques Brel", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "650", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.880147049635883, 45.695024773112287 ] } }, +{ "type": "Feature", "properties": { "id": "39940", "nom": "Maurice Ravel", "desserte": "39A:A,60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4561", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.86097906088894, 45.677293377420966 ] } }, +{ "type": "Feature", "properties": { "id": "39950", "nom": "Maurice Thorez", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "666", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.863108240777398, 45.699919584913303 ] } }, +{ "type": "Feature", "properties": { "id": "39953", "nom": "Carriere du Port", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4572", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.84034749679994, 45.722293477267648 ] } }, +{ "type": "Feature", "properties": { "id": "39954", "nom": "Carriere du Port", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4573", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.840379508762126, 45.721861428291398 ] } }, +{ "type": "Feature", "properties": { "id": "40114", "nom": "Feyzin Mairie", "desserte": "39A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4576", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.859950691659506, 45.669980530032205 ] } }, +{ "type": "Feature", "properties": { "id": "40115", "nom": "Gare de Vénissieux", "desserte": "111A:A,112A:A,35A:A,39A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "281", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.887454198217751, 45.704697237871876 ] } }, +{ "type": "Feature", "properties": { "id": "40179", "nom": "Croizat - Paul Bert", "desserte": "35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "643", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.888091820782722, 45.700713171641247 ] } }, +{ "type": "Feature", "properties": { "id": "40194", "nom": "Vaulx Salengro", "desserte": "68B:A,ZI5B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4583", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.927444066851111, 45.749679053454216 ] } }, +{ "type": "Feature", "properties": { "id": "40617", "nom": "St Genis Barolles", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2722", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.78161489356939, 45.678791377383099 ] } }, +{ "type": "Feature", "properties": { "id": "40618", "nom": "St Genis Barolles", "desserte": "78B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2720", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.781850534799731, 45.67918227908438 ] } }, +{ "type": "Feature", "properties": { "id": "12191", "nom": "Centre Communal du Vallon", "desserte": "90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3255", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.793220798922878, 45.741526534954495 ] } }, +{ "type": "Feature", "properties": { "id": "31506", "nom": "IUFM", "desserte": "S12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3850", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.823378373299297, 45.77365346307792 ] } }, +{ "type": "Feature", "properties": { "id": "31882", "nom": "Nadaud - Vitriolerie", "desserte": "C22A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2308", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.83399518286432, 45.743164932798948 ] } }, +{ "type": "Feature", "properties": { "id": "32129", "nom": "Le Tonkin", "desserte": "T1A:R,T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "472", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.864062789118015, 45.774123105958651 ] } }, +{ "type": "Feature", "properties": { "id": "34392", "nom": "St Priest Salengro", "desserte": "296:A,C25B:A,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3953", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.936568405487292, 45.690535261268117 ] } }, +{ "type": "Feature", "properties": { "id": "36138", "nom": "Z.I. Schweitzer-Republique", "desserte": "ZI2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2998", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.025783834745429, 45.761805364296826 ] } }, +{ "type": "Feature", "properties": { "id": "36140", "nom": "Z.I. Meyzieu Jean Mace", "desserte": "ZI2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2993", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.018383694748119, 45.764340825642279 ] } }, +{ "type": "Feature", "properties": { "id": "36143", "nom": "Centre commercial des Plantees", "desserte": "67A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4077", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.009111011727873, 45.765146992957661 ] } }, +{ "type": "Feature", "properties": { "id": "36144", "nom": "Dauphine - Berlioz", "desserte": "67A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4078", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.007789419893625, 45.762828955796742 ] } }, +{ "type": "Feature", "properties": { "id": "36147", "nom": "Marseille - Perigord", "desserte": "67A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4086", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.020925043694148, 45.761597545282868 ] } }, +{ "type": "Feature", "properties": { "id": "36150", "nom": "Meyzieu Av de Crottay", "desserte": "28A:R,29A:R,67A:A,67A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4087", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.024812537505237, 45.760352306957898 ] } }, +{ "type": "Feature", "properties": { "id": "36151", "nom": "Meyzieu Av de Crottay", "desserte": "28A:A,29A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5576", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.024559196549505, 45.760168431245766 ] } }, +{ "type": "Feature", "properties": { "id": "36155", "nom": "Marseille - Perigord", "desserte": "67A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4085", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.021764428628287, 45.761667496445462 ] } }, +{ "type": "Feature", "properties": { "id": "36157", "nom": "Meyzieu Plantees", "desserte": "67A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2193", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.01115887527424, 45.760444285346388 ] } }, +{ "type": "Feature", "properties": { "id": "36158", "nom": "Grenoble", "desserte": "67A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4082", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.00939925065307, 45.760756236495851 ] } }, +{ "type": "Feature", "properties": { "id": "36160", "nom": "Centre commercial des Plantees", "desserte": "67A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4076", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.008516196394702, 45.765611238169839 ] } }, +{ "type": "Feature", "properties": { "id": "36175", "nom": "Decines Esplanade", "desserte": "76A:R,85A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3098", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.976097450083899, 45.77270613610137 ] } }, +{ "type": "Feature", "properties": { "id": "36176", "nom": "Decines Esplanade", "desserte": "76A:A,85A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3099", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.976166442158289, 45.772803533392121 ] } }, +{ "type": "Feature", "properties": { "id": "36194", "nom": "Grigny La Colombe", "desserte": "78B:A,80A:A,80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4088", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.79936549775742, 45.61571107137955 ] } }, +{ "type": "Feature", "properties": { "id": "36196", "nom": "Dutartre", "desserte": "78B:A,80A:A,80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4091", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.79856803368393, 45.613649399286572 ] } }, +{ "type": "Feature", "properties": { "id": "36197", "nom": "Dutartre", "desserte": "78B:R,80A:A,80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4090", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.798736240134841, 45.613969733063655 ] } }, +{ "type": "Feature", "properties": { "id": "36199", "nom": "Le Manoir", "desserte": "78B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4092", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.795792281866483, 45.611226156438732 ] } }, +{ "type": "Feature", "properties": { "id": "36200", "nom": "La Rochere", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4094", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.792892266663409, 45.609750670681414 ] } }, +{ "type": "Feature", "properties": { "id": "36205", "nom": "Centre Chervet", "desserte": "78B:R,80A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4100", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.788061901990119, 45.607543328242748 ] } }, +{ "type": "Feature", "properties": { "id": "36206", "nom": "Grigny Bel Air", "desserte": "80A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4101", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.786372949437832, 45.609650498525191 ] } }, +{ "type": "Feature", "properties": { "id": "36209", "nom": "Grigny Ampere", "desserte": "80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4104", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.78370205574931, 45.609573900773697 ] } }, +{ "type": "Feature", "properties": { "id": "36212", "nom": "Arondieres", "desserte": "80A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4107", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.782483195963779, 45.605802182771093 ] } }, +{ "type": "Feature", "properties": { "id": "36213", "nom": "Arondieres", "desserte": "80A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4108", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.782405930194796, 45.60579487014278 ] } }, +{ "type": "Feature", "properties": { "id": "30045", "nom": "Val Fontaine Centre", "desserte": "72B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3714", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.725901074462159, 45.7617195771724 ] } }, +{ "type": "Feature", "properties": { "id": "30157", "nom": "Hénon", "desserte": "303:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "104", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.827445150528709, 45.779249903247269 ] } }, +{ "type": "Feature", "properties": { "id": "32170", "nom": "Rebufer", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "410", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.915649624632612, 45.727500903947337 ] } }, +{ "type": "Feature", "properties": { "id": "32288", "nom": "Marne - Lacouture", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2158", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.910490871762944, 45.742939924335992 ] } }, +{ "type": "Feature", "properties": { "id": "32365", "nom": "St Remy", "desserte": "66A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3881", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.785885904480415, 45.79826722769927 ] } }, +{ "type": "Feature", "properties": { "id": "34067", "nom": "Croix-Luizet", "desserte": "T1A:A,T1A:R,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "477", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.883148048879918, 45.783621847127769 ] } }, +{ "type": "Feature", "properties": { "id": "34655", "nom": "Centre Val Rosay", "desserte": "23A:R,84A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3985", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.809349631354752, 45.7995084247706 ] } }, +{ "type": "Feature", "properties": { "id": "36219", "nom": "Grigny Pressense", "desserte": "80A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4113", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.779485190813374, 45.603257409279372 ] } }, +{ "type": "Feature", "properties": { "id": "36221", "nom": "Cite SNCF Grigny", "desserte": "80A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4115", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.776175704974453, 45.601781447428145 ] } }, +{ "type": "Feature", "properties": { "id": "36223", "nom": "Givors Parc des Sports", "desserte": "80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4119", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.771005217615909, 45.60171400277379 ] } }, +{ "type": "Feature", "properties": { "id": "36225", "nom": "Les Vernes - R. Rolland", "desserte": "80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4121", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.767332097647771, 45.603035935212468 ] } }, +{ "type": "Feature", "properties": { "id": "36227", "nom": "Les Vernes - J. Valles", "desserte": "80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4124", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.766741854745968, 45.606811075584879 ] } }, +{ "type": "Feature", "properties": { "id": "36228", "nom": "Les Vernes - Lenine", "desserte": "80A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4126", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.764320186608126, 45.607439669683288 ] } }, +{ "type": "Feature", "properties": { "id": "36230", "nom": "Les Vernes - De Gaulle", "desserte": "80A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4128", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.763570707450134, 45.604395660350441 ] } }, +{ "type": "Feature", "properties": { "id": "36231", "nom": "Les Vernes - De Gaulle", "desserte": "80A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4127", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.763711873270593, 45.604689624842109 ] } }, +{ "type": "Feature", "properties": { "id": "36233", "nom": "Lycee Picasso", "desserte": "80A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4129", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.762772132694713, 45.601982766703131 ] } }, +{ "type": "Feature", "properties": { "id": "36235", "nom": "Docteur Roux", "desserte": "80A:R,81A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4132", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.765579177421747, 45.598104825828891 ] } }, +{ "type": "Feature", "properties": { "id": "36236", "nom": "Givors Marcel Cachin", "desserte": "80A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4134", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.766414582962197, 45.596179232144401 ] } }, +{ "type": "Feature", "properties": { "id": "36237", "nom": "Givors Marcel Cachin", "desserte": "80A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4133", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.766516263017904, 45.596159022901269 ] } }, +{ "type": "Feature", "properties": { "id": "36238", "nom": "Givors Yves Farge", "desserte": "80A:A,81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4135", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.764528365822963, 45.593231887032715 ] } }, +{ "type": "Feature", "properties": { "id": "36239", "nom": "Givors Yves Farge", "desserte": "80A:R,81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4136", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.764518327383708, 45.593295110683876 ] } }, +{ "type": "Feature", "properties": { "id": "36240", "nom": "Casanova", "desserte": "80A:A,81A:A,81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4137", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.766793242608, 45.594241768436213 ] } }, +{ "type": "Feature", "properties": { "id": "36241", "nom": "Casanova", "desserte": "80A:R,81A:A,81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4138", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.766461201166087, 45.594026747088073 ] } }, +{ "type": "Feature", "properties": { "id": "36242", "nom": "Gare de Givors Canal", "desserte": "78B:A,80A:A,81A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4140", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.769958342616505, 45.593969035981054 ] } }, +{ "type": "Feature", "properties": { "id": "36243", "nom": "Gare de Givors Canal", "desserte": "78B:R,80A:R,81A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4139", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.769999940891865, 45.594040138392486 ] } }, +{ "type": "Feature", "properties": { "id": "36245", "nom": "Givors Picard", "desserte": "78B:R,80A:R,81A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4142", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.770386192360029, 45.592042549372401 ] } }, +{ "type": "Feature", "properties": { "id": "43221", "nom": "Z.I. Vaulx-en-Velin Est", "desserte": "ZI3A:A,ZI3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4824", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.934044395167314, 45.777278250041107 ] } }, +{ "type": "Feature", "properties": { "id": "30206", "nom": "Gorge de Loup", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "69", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805439772783212, 45.766422042178668 ] } }, +{ "type": "Feature", "properties": { "id": "33217", "nom": "Cordière", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "497", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.949700696850353, 45.693624037160937 ] } }, +{ "type": "Feature", "properties": { "id": "34411", "nom": "St Priest Bel Air", "desserte": "C25B:R,ZI8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "453", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.957500849405363, 45.693162495375368 ] } }, +{ "type": "Feature", "properties": { "id": "34675", "nom": "J. B. Simon", "desserte": "40A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3989", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.857443901490276, 45.825956551559521 ] } }, +{ "type": "Feature", "properties": { "id": "35436", "nom": "Ravat", "desserte": "S1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3993", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.823560713121504, 45.744116719583729 ] } }, +{ "type": "Feature", "properties": { "id": "35671", "nom": "Décines Centre", "desserte": "T3:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "579", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.955866138509648, 45.771866385184019 ] } }, +{ "type": "Feature", "properties": { "id": "40414", "nom": "Le Relais", "desserte": "39A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1879", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.856381379146974, 45.649205061841862 ] } }, +{ "type": "Feature", "properties": { "id": "41514", "nom": "Valdo", "desserte": "65A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2881", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.783866673691298, 45.750011806233239 ] } }, +{ "type": "Feature", "properties": { "id": "41594", "nom": "Bellecour Le Viste", "desserte": "27A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "906", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.833377296353267, 45.758165598716033 ] } }, +{ "type": "Feature", "properties": { "id": "41614", "nom": "Chantegrillet", "desserte": "14B:R,C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "684", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.773272735843165, 45.738406056680688 ] } }, +{ "type": "Feature", "properties": { "id": "41654", "nom": "Z.I. Sermenaz", "desserte": "ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4646", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.914107966343751, 45.820170627780605 ] } }, +{ "type": "Feature", "properties": { "id": "41655", "nom": "Z.I. Sermenaz", "desserte": "ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4645", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.913067113158, 45.820212493089855 ] } }, +{ "type": "Feature", "properties": { "id": "41656", "nom": "Osterode", "desserte": "ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4648", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.915806465370488, 45.822895142598291 ] } }, +{ "type": "Feature", "properties": { "id": "41680", "nom": "Observatoire", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4230", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.786800766900058, 45.697229162352649 ] } }, +{ "type": "Feature", "properties": { "id": "41681", "nom": "Square Combattants d'AFN", "desserte": "S9A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4626", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.793626384359712, 45.69618871090298 ] } }, +{ "type": "Feature", "properties": { "id": "41734", "nom": "Gare de Vaise", "desserte": "22A:A,23A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "266", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.804645820115065, 45.780439512489025 ] } }, +{ "type": "Feature", "properties": { "id": "41778", "nom": "Francheville Taffignon", "desserte": "C19A:A,C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1054", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.775493216548814, 45.734559425679983 ] } }, +{ "type": "Feature", "properties": { "id": "41794", "nom": "Valliere", "desserte": "S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4652", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.827322017641213, 45.816717765071616 ] } }, +{ "type": "Feature", "properties": { "id": "41857", "nom": "Dumas - Poudrette", "desserte": "C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1347", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.920275718205088, 45.753372841827385 ] } }, +{ "type": "Feature", "properties": { "id": "41858", "nom": "Musset - Poudrette", "desserte": "C15A:A,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2303", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.92129614809801, 45.757850088837941 ] } }, +{ "type": "Feature", "properties": { "id": "41874", "nom": "Parc des Lumieres 1", "desserte": "ZI8A:A,ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4663", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.96499218667559, 45.680573880473808 ] } }, +{ "type": "Feature", "properties": { "id": "41875", "nom": "Parc des Lumieres 2", "desserte": "ZI8A:A,ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4664", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.968372012762654, 45.679549414864304 ] } }, +{ "type": "Feature", "properties": { "id": "30397", "nom": "Mermoz - Californie", "desserte": "C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1013", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.878553480553056, 45.733136284533465 ] } }, +{ "type": "Feature", "properties": { "id": "30418", "nom": "Parc de l'Hippodrome", "desserte": "S2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3799", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.71918408505311, 45.808243446920798 ] } }, +{ "type": "Feature", "properties": { "id": "30445", "nom": "Garibaldi", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "301", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.85420971651506, 45.751462127849955 ] } }, +{ "type": "Feature", "properties": { "id": "35315", "nom": "Joseph Moulin", "desserte": "73A:R,C24B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3237", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.715925430489992, 45.743362893024091 ] } }, +{ "type": "Feature", "properties": { "id": "35357", "nom": "Gratte-Ciel - Verlaine", "desserte": "69A:R,C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4021", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.880207213549652, 45.767972955014464 ] } }, +{ "type": "Feature", "properties": { "id": "35358", "nom": "Gratte-Ciel - Verlaine", "desserte": "69A:A,C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4022", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.880214735867765, 45.768527806876527 ] } }, +{ "type": "Feature", "properties": { "id": "35435", "nom": "Marc-Antoine Petit", "desserte": "S1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4026", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.825757104907057, 45.745778242588202 ] } }, +{ "type": "Feature", "properties": { "id": "35958", "nom": "Parc Tete d'Or-Churchill", "desserte": "C1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2358", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.844593997388154, 45.776575082505424 ] } }, +{ "type": "Feature", "properties": { "id": "39938", "nom": "Carre de Soie", "desserte": "52A:R,67A:A,ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4559", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.921579809286834, 45.764981732267294 ] } }, +{ "type": "Feature", "properties": { "id": "42376", "nom": "Margnolles - Pasteur", "desserte": "C13A:A,S5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2148", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.837838336020545, 45.785294903726587 ] } }, +{ "type": "Feature", "properties": { "id": "43496", "nom": "Cordeliers", "desserte": "27A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "26", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.836138250323057, 45.76345985840338 ] } }, +{ "type": "Feature", "properties": { "id": "44058", "nom": "Mions Mairie", "desserte": "62A:A,87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2212", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.957688894784336, 45.663650841986936 ] } }, +{ "type": "Feature", "properties": { "id": "44178", "nom": "College Paul Vallon", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4190", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.795690847267124, 45.568681015977624 ] } }, +{ "type": "Feature", "properties": { "id": "44198", "nom": "Jean Macé", "desserte": "ZI6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "295", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.842098301445648, 45.745792698610039 ] } }, +{ "type": "Feature", "properties": { "id": "44278", "nom": "Charbonnieres Les Verrieres", "desserte": "86A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4809", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.745123263460687, 45.788968533421098 ] } }, +{ "type": "Feature", "properties": { "id": "44279", "nom": "Charbonnieres Les Verrieres", "desserte": "86A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4810", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.744631406201114, 45.789195100649842 ] } }, +{ "type": "Feature", "properties": { "id": "44321", "nom": "Grand Champ", "desserte": "20A:A,2A:A,71A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4921", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.819623701595363, 45.799326817002516 ] } }, +{ "type": "Feature", "properties": { "id": "44322", "nom": "Grand Champ", "desserte": "20A:R,71A:R,S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4920", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.819691104993018, 45.799964409872182 ] } }, +{ "type": "Feature", "properties": { "id": "44358", "nom": "Manissieux Place Balzac", "desserte": "26A:A,50A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5525", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.978154540097554, 45.706000326310075 ] } }, +{ "type": "Feature", "properties": { "id": "44381", "nom": "Meyzieu Jacques Prevert", "desserte": "85A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4923", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.994329150794032, 45.760546826569197 ] } }, +{ "type": "Feature", "properties": { "id": "44382", "nom": "Segliere - Jaures", "desserte": "29A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5577", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.019113927219998, 45.746861096090299 ] } }, +{ "type": "Feature", "properties": { "id": "44678", "nom": "Genas - Lacouture", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4763", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.912001869723731, 45.74995337928766 ] } }, +{ "type": "Feature", "properties": { "id": "44718", "nom": "Montessuy Hauts St Clair", "desserte": "77A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2261", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.84890112246268, 45.794304786074463 ] } }, +{ "type": "Feature", "properties": { "id": "44758", "nom": "Leclerc", "desserte": "C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4275", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.895954911090979, 45.813249241626849 ] } }, +{ "type": "Feature", "properties": { "id": "44759", "nom": "Leclerc", "desserte": "C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4274", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.895185771766787, 45.81304172126552 ] } }, +{ "type": "Feature", "properties": { "id": "30532", "nom": "Yvours", "desserte": "15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2984", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.826292917620628, 45.69027457840722 ] } }, +{ "type": "Feature", "properties": { "id": "30556", "nom": "La Tour de S. Mairie", "desserte": "GE4A:A,S2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3802", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.716257858873832, 45.814381013725608 ] } }, +{ "type": "Feature", "properties": { "id": "34113", "nom": "Achard", "desserte": "49A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3936", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.809009717755306, 45.748452673953835 ] } }, +{ "type": "Feature", "properties": { "id": "34210", "nom": "St Genis 2", "desserte": "12B:A,12B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2714", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.789295563153354, 45.68085771724801 ] } }, +{ "type": "Feature", "properties": { "id": "34314", "nom": "Feyzin Oasis", "desserte": "39A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3951", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.866793215227531, 45.68114986157066 ] } }, +{ "type": "Feature", "properties": { "id": "34415", "nom": "St Priest Gare", "desserte": "62A:R,76A:A,ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2760", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.935220895335331, 45.68810908002235 ] } }, +{ "type": "Feature", "properties": { "id": "34494", "nom": "Z.I. Le Carreau", "desserte": "54A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3970", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.894444681090524, 45.680396379972521 ] } }, +{ "type": "Feature", "properties": { "id": "34542", "nom": "Rue des Alpes", "desserte": "50A:A,50A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3976", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.989588169560387, 45.700113414079581 ] } }, +{ "type": "Feature", "properties": { "id": "34813", "nom": "Ravat", "desserte": "63A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3995", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.826015438005797, 45.743531234347145 ] } }, +{ "type": "Feature", "properties": { "id": "35795", "nom": "Barreme", "desserte": "C4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "872", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.842980473483244, 45.775323932793683 ] } }, +{ "type": "Feature", "properties": { "id": "35994", "nom": "Charbonnier", "desserte": "87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4062", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.946070629043693, 45.656873760775298 ] } }, +{ "type": "Feature", "properties": { "id": "36250", "nom": "Givors Hotel de Ville", "desserte": "80A:A,80A:R,81A:A,81A:R,R3A:A,R3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4149", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.772650667764759, 45.582353360829529 ] } }, +{ "type": "Feature", "properties": { "id": "36261", "nom": "Vallee du Gier 1", "desserte": "80A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4158", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.746529683351354, 45.583576055473642 ] } }, +{ "type": "Feature", "properties": { "id": "36265", "nom": "Gare de Grigny Le Sablon", "desserte": "80A:A,80A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4162", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.793903971617916, 45.607991297373665 ] } }, +{ "type": "Feature", "properties": { "id": "36272", "nom": "Bonnefond", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4169", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.772246879097619, 45.594405300318279 ] } }, +{ "type": "Feature", "properties": { "id": "36274", "nom": "College des Vernes", "desserte": "81A:A,81A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4171", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.768272608350849, 45.599064158039155 ] } }, +{ "type": "Feature", "properties": { "id": "36276", "nom": "Tour de Varissan", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4173", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.761679906304702, 45.595804878468243 ] } }, +{ "type": "Feature", "properties": { "id": "36278", "nom": "Intermediaire", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4175", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.758844080154888, 45.594291145492107 ] } }, +{ "type": "Feature", "properties": { "id": "36280", "nom": "Chatelaine", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4177", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.752809183472722, 45.592009834056057 ] } }, +{ "type": "Feature", "properties": { "id": "36281", "nom": "Plateau de Montrond", "desserte": "81A:A,81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4178", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.75004775445269, 45.591330905493571 ] } }, +{ "type": "Feature", "properties": { "id": "36282", "nom": "Stade de Montrond", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4179", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.746185269852973, 45.590073021851531 ] } }, +{ "type": "Feature", "properties": { "id": "36314", "nom": "La Jument Noire", "desserte": "81A:A,81A:R,R3A:A,R3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4182", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.757540830116537, 45.584166434420325 ] } }, +{ "type": "Feature", "properties": { "id": "36321", "nom": "Tour de Bans", "desserte": "81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4186", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.787672540101378, 45.577425841833573 ] } }, +{ "type": "Feature", "properties": { "id": "36322", "nom": "La Lone", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4187", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.790748095358254, 45.575108194268211 ] } }, +{ "type": "Feature", "properties": { "id": "36323", "nom": "La Lone", "desserte": "81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4188", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.79065366024448, 45.575290283857882 ] } }, +{ "type": "Feature", "properties": { "id": "36326", "nom": "College Paul Vallon", "desserte": "81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4191", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.796254095154254, 45.567804545052766 ] } }, +{ "type": "Feature", "properties": { "id": "36328", "nom": "Bertholon", "desserte": "R3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5331", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.773079249920486, 45.576673495664366 ] } }, +{ "type": "Feature", "properties": { "id": "36329", "nom": "Bertholon", "desserte": "R3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5332", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.773154387941801, 45.576923882898548 ] } }, +{ "type": "Feature", "properties": { "id": "31663", "nom": "Place Jean Jaurès", "desserte": "302A:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "329", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.837431406149923, 45.73787144023909 ] } }, +{ "type": "Feature", "properties": { "id": "33305", "nom": "Le Centenaire", "desserte": "17B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3918", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.830312176825597, 45.698484324385518 ] } }, +{ "type": "Feature", "properties": { "id": "35794", "nom": "Barreme", "desserte": "C4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "871", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.842639847682198, 45.774341401457896 ] } }, +{ "type": "Feature", "properties": { "id": "36362", "nom": "Gare de Givors Ville", "desserte": "78B:A,78B:R,80A:A,80A:R,81A:A,81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "596", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.766251027257724, 45.584895728697205 ] } }, +{ "type": "Feature", "properties": { "id": "36394", "nom": "Vaulx-en-Velin La Soie", "desserte": "301A:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "574", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.921043602098277, 45.76102037139357 ] } }, +{ "type": "Feature", "properties": { "id": "36434", "nom": "Vaulx-en-Velin La Soie", "desserte": "301A:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "575", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.921102930932481, 45.760919989502248 ] } }, +{ "type": "Feature", "properties": { "id": "36464", "nom": "Centre Hospitalier Montgelas", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4206", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.769071017454801, 45.598560762525047 ] } }, +{ "type": "Feature", "properties": { "id": "36534", "nom": "Pont Chevreul", "desserte": "76A:A,ZI1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4212", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.932012777168881, 45.685987016576519 ] } }, +{ "type": "Feature", "properties": { "id": "36535", "nom": "Pont Chevreul", "desserte": "76A:R,ZI1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4211", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.931817800834957, 45.685937520764526 ] } }, +{ "type": "Feature", "properties": { "id": "36634", "nom": "Les Massues - Soeur Janin", "desserte": "46A:R,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4048", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.798812172573673, 45.760189161933354 ] } }, +{ "type": "Feature", "properties": { "id": "36695", "nom": "La Poudriere", "desserte": "C13A:R,C18A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1766", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.816889480705059, 45.770097514340073 ] } }, +{ "type": "Feature", "properties": { "id": "36715", "nom": "Echangeur Porte des Alpes", "desserte": "26A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4217", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.921258620983403, 45.723384389275616 ] } }, +{ "type": "Feature", "properties": { "id": "36716", "nom": "Echangeur Porte des Alpes", "desserte": "26A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4218", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.920578642935875, 45.723409052766279 ] } }, +{ "type": "Feature", "properties": { "id": "36717", "nom": "Rd Pt Charles de Gaulle", "desserte": "26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4220", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.930124530241649, 45.726348317833903 ] } }, +{ "type": "Feature", "properties": { "id": "36718", "nom": "Rd Pt Charles de Gaulle", "desserte": "26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4219", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.930166434708672, 45.726419361006727 ] } }, +{ "type": "Feature", "properties": { "id": "36754", "nom": "St Genis Lycee Descartes", "desserte": "17B:A,78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3245", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.784343508851505, 45.690784120921975 ] } }, +{ "type": "Feature", "properties": { "id": "36756", "nom": "Gadagne - Egalite", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4224", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.788792461977621, 45.699264856549441 ] } }, +{ "type": "Feature", "properties": { "id": "36774", "nom": "Boulevard des Oiseaux", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4226", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.868612595758309, 45.816299056698199 ] } }, +{ "type": "Feature", "properties": { "id": "36794", "nom": "Observatoire", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4228", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.786527747352572, 45.696578055275701 ] } }, +{ "type": "Feature", "properties": { "id": "36795", "nom": "Observatoire", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4229", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.786726572791012, 45.697293790445876 ] } }, +{ "type": "Feature", "properties": { "id": "36796", "nom": "La Chataigneraie", "desserte": "78B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4231", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.791986546719402, 45.701225764137277 ] } }, +{ "type": "Feature", "properties": { "id": "36797", "nom": "La Chataigneraie", "desserte": "78B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4232", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.791717585166471, 45.701171706405297 ] } }, +{ "type": "Feature", "properties": { "id": "36814", "nom": "Montgay Chardonniere", "desserte": "70A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4234", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.862560579436797, 45.821025947774096 ] } }, +{ "type": "Feature", "properties": { "id": "36834", "nom": "Montgay Chardonniere", "desserte": "70A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4233", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.862454334439911, 45.821235366829477 ] } }, +{ "type": "Feature", "properties": { "id": "36874", "nom": "Hopital Mere Enfant", "desserte": "C8A:A,C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4215", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.901558572935637, 45.747411054519759 ] } }, +{ "type": "Feature", "properties": { "id": "36875", "nom": "Hopital Mere Enfant", "desserte": "C8A:R,C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4216", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.901445496535416, 45.747467646555052 ] } }, +{ "type": "Feature", "properties": { "id": "35054", "nom": "Terreaux Tobie Robatel", "desserte": "C13A:A,C18A:A,S6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2842", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.831452300877649, 45.767893644517628 ] } }, +{ "type": "Feature", "properties": { "id": "35437", "nom": "Ravat", "desserte": "S1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3994", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.824155398601653, 45.743905516351703 ] } }, +{ "type": "Feature", "properties": { "id": "35457", "nom": "Corbas G.Brassens", "desserte": "54A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4029", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.905551420903364, 45.667981535521079 ] } }, +{ "type": "Feature", "properties": { "id": "35461", "nom": "Vignerme", "desserte": "76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4031", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.90115795031094, 45.669027291788559 ] } }, +{ "type": "Feature", "properties": { "id": "35670", "nom": "Décines Centre", "desserte": "T3:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "578", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.95594217857424, 45.771810061761883 ] } }, +{ "type": "Feature", "properties": { "id": "36878", "nom": "Mions Pierre Blanche", "desserte": "87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4237", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.929266677967755, 45.668029564589411 ] } }, +{ "type": "Feature", "properties": { "id": "36879", "nom": "Mions Pierre Blanche", "desserte": "87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4238", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.929268370550803, 45.668065531352106 ] } }, +{ "type": "Feature", "properties": { "id": "36894", "nom": "Duchere Martiniere", "desserte": "66A:A,C14A:A,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1337", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.79593903146668, 45.786316131254424 ] } }, +{ "type": "Feature", "properties": { "id": "36895", "nom": "Duchere Martiniere", "desserte": "66A:R,C14A:R,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1336", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.795642069521568, 45.786376099721132 ] } }, +{ "type": "Feature", "properties": { "id": "36955", "nom": "Sept Chemins", "desserte": "79A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2655", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.932682501535101, 45.744886246603976 ] } }, +{ "type": "Feature", "properties": { "id": "36994", "nom": "Halles Paul Bocuse", "desserte": "448A:A,C13A:R,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4242", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.848966538640397, 45.763596583731939 ] } }, +{ "type": "Feature", "properties": { "id": "36995", "nom": "Halles Paul Bocuse", "desserte": "C13A:A,C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4243", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.849600998150868, 45.763690399046304 ] } }, +{ "type": "Feature", "properties": { "id": "36996", "nom": "Institut d'art contemporain", "desserte": "27A:A,448A:A,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4245", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.87358638240348, 45.763691044982934 ] } }, +{ "type": "Feature", "properties": { "id": "36998", "nom": "Blanqui-Ctre Memoires et Ste", "desserte": "448A:A,C3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4247", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.885207671790099, 45.760808446954933 ] } }, +{ "type": "Feature", "properties": { "id": "37036", "nom": "Sept Chemins", "desserte": "28A:R,68B:A,ZI5B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2649", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.933052736851704, 45.744013538454162 ] } }, +{ "type": "Feature", "properties": { "id": "37054", "nom": "Rocade des Monts d'Or", "desserte": "20A:A,23A:A,23A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4249", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.810611950891904, 45.820129285754241 ] } }, +{ "type": "Feature", "properties": { "id": "37056", "nom": "Paul Chevrel", "desserte": "23A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3217", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.80015827195342, 45.819836864888487 ] } }, +{ "type": "Feature", "properties": { "id": "37074", "nom": "Tourneyrand", "desserte": "40A:A,70A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4252", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.841403123712571, 45.859052910634183 ] } }, +{ "type": "Feature", "properties": { "id": "37075", "nom": "Tourneyrand", "desserte": "40A:R,70A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4253", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.841191784814527, 45.858373517807912 ] } }, +{ "type": "Feature", "properties": { "id": "37094", "nom": "Pont de Neuville RG", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4047", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.838263424145103, 45.878088566071114 ] } }, +{ "type": "Feature", "properties": { "id": "37115", "nom": "Institut Pasteur", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3394", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.824430994004678, 45.727535401554398 ] } }, +{ "type": "Feature", "properties": { "id": "37116", "nom": "Universite Lyon 1 Gerland", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3998", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.827407123688332, 45.726560263556465 ] } }, +{ "type": "Feature", "properties": { "id": "37117", "nom": "Stade de Gerland", "desserte": "60A:A,60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "310", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.831647252603464, 45.72653806538689 ] } }, +{ "type": "Feature", "properties": { "id": "37154", "nom": "10 Rue Saillant", "desserte": "ZI3A:A,ZI4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4258", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.93774013614526, 45.774636275821742 ] } }, +{ "type": "Feature", "properties": { "id": "41097", "nom": "Pierre Brunier", "desserte": "S5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4641", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.830468948257148, 45.788474176198719 ] } }, +{ "type": "Feature", "properties": { "id": "2650", "nom": "Rue d'Ypres", "desserte": "40A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2613", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.812414130163049, 45.781291052627132 ] } }, +{ "type": "Feature", "properties": { "id": "36256", "nom": "La Freydiere", "desserte": "80A:R,81A:A,81A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4152", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.762661362733086, 45.585468659364082 ] } }, +{ "type": "Feature", "properties": { "id": "36283", "nom": "Autrichiens", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4180", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.74817256676265, 45.588905117502534 ] } }, +{ "type": "Feature", "properties": { "id": "36313", "nom": "Metallurgie", "desserte": "81A:A,81A:R,R3A:A,R3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4181", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.757299034700893, 45.583037565220614 ] } }, +{ "type": "Feature", "properties": { "id": "36318", "nom": "Port du Bief", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4183", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.77940135826925, 45.580225992133379 ] } }, +{ "type": "Feature", "properties": { "id": "37055", "nom": "Les Gorges", "desserte": "23A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3215", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.801862459493696, 45.820519584691858 ] } }, +{ "type": "Feature", "properties": { "id": "37162", "nom": "Fromont", "desserte": "ZI3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1444", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.937395707793314, 45.776057497483194 ] } }, +{ "type": "Feature", "properties": { "id": "37165", "nom": "Leonard De Vinci", "desserte": "ZI3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3763", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.934694130241255, 45.779594624436122 ] } }, +{ "type": "Feature", "properties": { "id": "37169", "nom": "Vaulx-en-Velin La Soie", "desserte": "ZI3A:A,ZI3A:R,ZI7A:A,ZI7A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "569", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.922508677513751, 45.761485771357762 ] } }, +{ "type": "Feature", "properties": { "id": "37170", "nom": "Vaulx-en-Velin La Soie", "desserte": "16A:R,52A:R,C8A:R,ZI3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "573", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.922157082436575, 45.760845761512229 ] } }, +{ "type": "Feature", "properties": { "id": "37171", "nom": "Grosso - Roosevelt", "desserte": "ZI3A:A,ZI3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3549", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.937124618814023, 45.762435424605911 ] } }, +{ "type": "Feature", "properties": { "id": "37172", "nom": "Z.I. Bruyeres", "desserte": "ZI3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4265", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.941655062698083, 45.759791965613609 ] } }, +{ "type": "Feature", "properties": { "id": "37173", "nom": "Edelweiss", "desserte": "ZI3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4266", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.942620965817084, 45.756835041632563 ] } }, +{ "type": "Feature", "properties": { "id": "37174", "nom": "Vaucanson", "desserte": "ZI3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4267", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.943251459252561, 45.75412893841817 ] } }, +{ "type": "Feature", "properties": { "id": "37175", "nom": "Z.I. Roosevelt", "desserte": "ZI3A:A,ZI3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4268", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.934224742536721, 45.750593531980606 ] } }, +{ "type": "Feature", "properties": { "id": "37176", "nom": "Roosevelt - Vaucanson", "desserte": "ZI3A:A,ZI3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4269", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.935267483615526, 45.754431052114455 ] } }, +{ "type": "Feature", "properties": { "id": "37177", "nom": "Z.I. Ouest", "desserte": "ZI3A:A,ZI3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4270", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.936097388145018, 45.757571376540376 ] } }, +{ "type": "Feature", "properties": { "id": "37181", "nom": "Cite Tase", "desserte": "ZI3A:A,ZI3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1179", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.927152397002976, 45.758777293590342 ] } }, +{ "type": "Feature", "properties": { "id": "37194", "nom": "Bachut - Mairie du 8ème", "desserte": "C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "393", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.870884446874778, 45.735470048936584 ] } }, +{ "type": "Feature", "properties": { "id": "37195", "nom": "Bachut - Mairie du 8ème", "desserte": "C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "392", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.870388620205818, 45.735589260432938 ] } }, +{ "type": "Feature", "properties": { "id": "37199", "nom": "Le Capot", "desserte": "26A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3973", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.985728941334492, 45.706946888936052 ] } }, +{ "type": "Feature", "properties": { "id": "37200", "nom": "Vaulx-en-Velin La Soie", "desserte": "448A:A,C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "572", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.919963708124689, 45.760968260324383 ] } }, +{ "type": "Feature", "properties": { "id": "37201", "nom": "Vaulx-en-Velin La Soie", "desserte": "C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "571", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.919611604791402, 45.761138387517981 ] } }, +{ "type": "Feature", "properties": { "id": "37214", "nom": "Vaulx-en-Velin La Soie", "desserte": "68B:A,68B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "567", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.921170264033964, 45.761192534606053 ] } }, +{ "type": "Feature", "properties": { "id": "37217", "nom": "Vaulx-en-Velin La Soie", "desserte": "ZI4A:A,ZI4A:R,ZI5B:A,ZI5B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "564", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.922133589129149, 45.761440400347816 ] } }, +{ "type": "Feature", "properties": { "id": "37254", "nom": "Sept Chemins", "desserte": "52A:A,52A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2654", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.932658204965362, 45.744643767940417 ] } }, +{ "type": "Feature", "properties": { "id": "37274", "nom": "Vaulx-en-Velin La Soie", "desserte": "100A:A,100A:R,ZI3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "563", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.921105532369618, 45.760635932994667 ] } }, +{ "type": "Feature", "properties": { "id": "33289", "nom": "Ste Foy Châtelain", "desserte": "90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "466", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.794998919372359, 45.736150000195849 ] } }, +{ "type": "Feature", "properties": { "id": "33468", "nom": "Vaulx HDV Campus", "desserte": "C3A:A,C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2897", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.920117859453603, 45.77657328614216 ] } }, +{ "type": "Feature", "properties": { "id": "35456", "nom": "St Priest Egalite", "desserte": "76A:R,R5A:R,ZI8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4027", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.946641644458656, 45.690067194424358 ] } }, +{ "type": "Feature", "properties": { "id": "35664", "nom": "Gare de Villeurbanne", "desserte": "T3:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "551", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.892606525822915, 45.755914070738747 ] } }, +{ "type": "Feature", "properties": { "id": "36210", "nom": "Espace Favier", "desserte": "80A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4106", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.783595848001756, 45.607758051482321 ] } }, +{ "type": "Feature", "properties": { "id": "36270", "nom": "Arboras", "desserte": "78B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4167", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.782383773618821, 45.597775593222906 ] } }, +{ "type": "Feature", "properties": { "id": "36719", "nom": "Normandie-Niemen", "desserte": "26A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4221", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.934122896034173, 45.725013623225934 ] } }, +{ "type": "Feature", "properties": { "id": "42658", "nom": "Allee de l'eglise", "desserte": "68B:R,ZI5B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4754", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.92277951771149, 45.759040131275235 ] } }, +{ "type": "Feature", "properties": { "id": "43027", "nom": "Jacques Monod", "desserte": "93A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4783", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.931559419531394, 45.713983132247655 ] } }, +{ "type": "Feature", "properties": { "id": "45447", "nom": "La Chaize", "desserte": "12B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4979", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.749002381368739, 45.701424001904151 ] } }, +{ "type": "Feature", "properties": { "id": "45448", "nom": "Maison des Jeunes", "desserte": "12B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4980", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.747891057841513, 45.703914119662336 ] } }, +{ "type": "Feature", "properties": { "id": "45449", "nom": "Maison des Jeunes", "desserte": "12B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4981", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.747804761674354, 45.703996982181224 ] } }, +{ "type": "Feature", "properties": { "id": "45450", "nom": "La Bonnette", "desserte": "12B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4983", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.742583582187847, 45.70416311832399 ] } }, +{ "type": "Feature", "properties": { "id": "45451", "nom": "La Bonnette", "desserte": "12B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4982", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.743126418790995, 45.703944453665578 ] } }, +{ "type": "Feature", "properties": { "id": "45452", "nom": "Misery", "desserte": "11B:A,12B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4984", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.741129569173657, 45.70646249657586 ] } }, +{ "type": "Feature", "properties": { "id": "45453", "nom": "Misery", "desserte": "11B:R,12B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4985", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.741225572970362, 45.706307425126823 ] } }, +{ "type": "Feature", "properties": { "id": "45454", "nom": "Chaponost Mairie", "desserte": "12B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4986", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.742665019671477, 45.709849864702171 ] } }, +{ "type": "Feature", "properties": { "id": "45455", "nom": "Chaponost Mairie", "desserte": "12B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4987", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.742654148525678, 45.709895101827492 ] } }, +{ "type": "Feature", "properties": { "id": "45456", "nom": "Chaponost La Madone", "desserte": "11B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4988", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.738316806905892, 45.710897137566654 ] } }, +{ "type": "Feature", "properties": { "id": "45457", "nom": "Chaponost La Madone", "desserte": "11B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4989", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.738313669378241, 45.710825198580437 ] } }, +{ "type": "Feature", "properties": { "id": "45458", "nom": "Le Bouleau", "desserte": "11B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4990", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.713818153226411, 45.713624198877355 ] } }, +{ "type": "Feature", "properties": { "id": "45459", "nom": "Le Bouleau", "desserte": "11B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4991", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.713903350894928, 45.713514384993118 ] } }, +{ "type": "Feature", "properties": { "id": "45460", "nom": "Chemin des Vieures", "desserte": "11B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4992", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.723017833439822, 45.71985537327447 ] } }, +{ "type": "Feature", "properties": { "id": "45461", "nom": "Chemin des Vieures", "desserte": "11B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4993", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.723219344050666, 45.719761079171768 ] } }, +{ "type": "Feature", "properties": { "id": "45462", "nom": "Le Gourd", "desserte": "11B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4997", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.714921611211373, 45.721026384755596 ] } }, +{ "type": "Feature", "properties": { "id": "45463", "nom": "Le Gourd", "desserte": "11B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4994", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.715150759016288, 45.720976523125806 ] } }, +{ "type": "Feature", "properties": { "id": "45464", "nom": "Le Devay", "desserte": "11B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4998", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.704144780295672, 45.721128322926113 ] } }, +{ "type": "Feature", "properties": { "id": "45465", "nom": "Le Devay", "desserte": "11B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4999", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.704143620236239, 45.721101345406566 ] } }, +{ "type": "Feature", "properties": { "id": "45466", "nom": "Les Andres", "desserte": "11B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5000", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.699328892013252, 45.722093914198304 ] } }, +{ "type": "Feature", "properties": { "id": "34068", "nom": "Croix-Luizet", "desserte": "T1A:R,T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "478", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.883114698453801, 45.783718467838732 ] } }, +{ "type": "Feature", "properties": { "id": "34350", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "C7B:A,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "518", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.857874851035167, 45.76013843224289 ] } }, +{ "type": "Feature", "properties": { "id": "34410", "nom": "Route d'Heyrieux", "desserte": "76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3960", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.942202630951989, 45.688001059894916 ] } }, +{ "type": "Feature", "properties": { "id": "35978", "nom": "Parc Chambovet", "desserte": "C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4056", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.896753007587126, 45.74747576029295 ] } }, +{ "type": "Feature", "properties": { "id": "36152", "nom": "Meyzieu Plantees", "desserte": "67A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2195", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.011728029202183, 45.760511744734728 ] } }, +{ "type": "Feature", "properties": { "id": "36198", "nom": "Le Manoir", "desserte": "78B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4093", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.795714605810552, 45.611209860886603 ] } }, +{ "type": "Feature", "properties": { "id": "36251", "nom": "Marcel Paul", "desserte": "80A:A,80A:R,81A:A,81A:R,R3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4150", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.770741246814008, 45.583817048898489 ] } }, +{ "type": "Feature", "properties": { "id": "36263", "nom": "Givors Vallee du Gier", "desserte": "80A:A,80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4160", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.740546651298373, 45.581292557699783 ] } }, +{ "type": "Feature", "properties": { "id": "37164", "nom": "Les Alpes", "desserte": "ZI3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3766", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.936939663931255, 45.780559836739243 ] } }, +{ "type": "Feature", "properties": { "id": "37506", "nom": "Porte de Lyon", "desserte": "3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2473", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.762793325514298, 45.821450812508232 ] } }, +{ "type": "Feature", "properties": { "id": "42994", "nom": "Lorette", "desserte": "78B:R,C10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2084", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.798334926186314, 45.707561707056172 ] } }, +{ "type": "Feature", "properties": { "id": "43300", "nom": "Centre commercial Sept Chemins", "desserte": "52A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4832", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.931149538107009, 45.746730992843581 ] } }, +{ "type": "Feature", "properties": { "id": "43375", "nom": "Legay", "desserte": "C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3316", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.917427210846087, 45.754599549607306 ] } }, +{ "type": "Feature", "properties": { "id": "45467", "nom": "Les Andres", "desserte": "11B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5001", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.699328120196712, 45.722075929148254 ] } }, +{ "type": "Feature", "properties": { "id": "45468", "nom": "Pont d'Oullins", "desserte": "11B:A,12B:A,14B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2506", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.808882869253558, 45.717869908035752 ] } }, +{ "type": "Feature", "properties": { "id": "45469", "nom": "Pont d'Oullins", "desserte": "11B:R,12B:R,14B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2505", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.808991135009605, 45.717705503631009 ] } }, +{ "type": "Feature", "properties": { "id": "45472", "nom": "Anatoile Celle", "desserte": "12B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5004", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.764002550461621, 45.71678882007312 ] } }, +{ "type": "Feature", "properties": { "id": "45473", "nom": "Anatoile Celle", "desserte": "12B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5005", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.76396205702385, 45.716744691967307 ] } }, +{ "type": "Feature", "properties": { "id": "45474", "nom": "Chaponost les Vergers", "desserte": "12B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5006", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.758669024191607, 45.71705712060934 ] } }, +{ "type": "Feature", "properties": { "id": "45475", "nom": "Chaponost les Vergers", "desserte": "12B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5007", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.758821488298458, 45.717017825175105 ] } }, +{ "type": "Feature", "properties": { "id": "45476", "nom": "Centre Social", "desserte": "12B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5008", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.750231222977594, 45.714808766170677 ] } }, +{ "type": "Feature", "properties": { "id": "45477", "nom": "Centre Social", "desserte": "12B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5009", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.750184829686776, 45.714629748057959 ] } }, +{ "type": "Feature", "properties": { "id": "45478", "nom": "Chaponost Bellevue", "desserte": "12B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5010", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.747711446559705, 45.712135711452575 ] } }, +{ "type": "Feature", "properties": { "id": "45479", "nom": "Chaponost Bellevue", "desserte": "12B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5011", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.747800511844996, 45.712115795291297 ] } }, +{ "type": "Feature", "properties": { "id": "45482", "nom": "Paul Doumer", "desserte": "12B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5014", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.73994495235241, 45.711699335688436 ] } }, +{ "type": "Feature", "properties": { "id": "45483", "nom": "Paul Doumer", "desserte": "12B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5015", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.740045678345474, 45.711652173546163 ] } }, +{ "type": "Feature", "properties": { "id": "45484", "nom": "Bernicot", "desserte": "12B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5016", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.766389820684364, 45.692560770734879 ] } }, +{ "type": "Feature", "properties": { "id": "45485", "nom": "Bernicot", "desserte": "12B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5017", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.766648036795988, 45.692591178487362 ] } }, +{ "type": "Feature", "properties": { "id": "45638", "nom": "Porte de Lyon", "desserte": "3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2472", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.763261104830846, 45.821548725240234 ] } }, +{ "type": "Feature", "properties": { "id": "34633", "nom": "Jonage Lavoir", "desserte": "95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3983", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.048572998078477, 45.79204426600878 ] } }, +{ "type": "Feature", "properties": { "id": "34634", "nom": "Jonage Lavoir", "desserte": "95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3984", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.048601365727533, 45.792097593658035 ] } }, +{ "type": "Feature", "properties": { "id": "34755", "nom": "Denuziere", "desserte": "S1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3991", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.821807480617867, 45.747710991759966 ] } }, +{ "type": "Feature", "properties": { "id": "34837", "nom": "Sainte-Blandine", "desserte": "T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "505", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.822080292703689, 45.74421234100997 ] } }, +{ "type": "Feature", "properties": { "id": "36275", "nom": "Tour de Varissan", "desserte": "81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4172", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.761507299759953, 45.595961632527882 ] } }, +{ "type": "Feature", "properties": { "id": "36277", "nom": "Intermediaire", "desserte": "81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4174", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.75879047705048, 45.59423830070709 ] } }, +{ "type": "Feature", "properties": { "id": "36279", "nom": "Chatelaine", "desserte": "81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4176", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.752784885542304, 45.59206391337721 ] } }, +{ "type": "Feature", "properties": { "id": "37295", "nom": "Gare de Vénissieux", "desserte": "62A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "279", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.888770316781976, 45.706206517037025 ] } }, +{ "type": "Feature", "properties": { "id": "37301", "nom": "Gare de Vénissieux", "desserte": "62A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "285", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.88867631194975, 45.706118643162476 ] } }, +{ "type": "Feature", "properties": { "id": "37374", "nom": "Neuville", "desserte": "40A:R,70A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "603", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.838458751255592, 45.875869897000925 ] } }, +{ "type": "Feature", "properties": { "id": "37376", "nom": "College Evariste Gallois", "desserte": "95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4287", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.993866902383796, 45.769613555543692 ] } }, +{ "type": "Feature", "properties": { "id": "37399", "nom": "Gorge de Loup", "desserte": "448A:A,66A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "53", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.80552815809075, 45.766279411840834 ] } }, +{ "type": "Feature", "properties": { "id": "37438", "nom": "Castellane Leclerc", "desserte": "S8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4307", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.894459706451199, 45.812653186122262 ] } }, +{ "type": "Feature", "properties": { "id": "37487", "nom": "Pole Alimentaire", "desserte": "87A:A,ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4321", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.924712842579066, 45.669205984281128 ] } }, +{ "type": "Feature", "properties": { "id": "37488", "nom": "Pole Alimentaire", "desserte": "87A:R,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4320", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.924780347291754, 45.669276437240534 ] } }, +{ "type": "Feature", "properties": { "id": "37491", "nom": "Industrie Charbonnier", "desserte": "ZI1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4323", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.912401358329616, 45.687627466846223 ] } }, +{ "type": "Feature", "properties": { "id": "37492", "nom": "Industrie Charbonnier", "desserte": "ZI1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4322", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.912466767123971, 45.687652968524219 ] } }, +{ "type": "Feature", "properties": { "id": "37495", "nom": "Gare de Limonest", "desserte": "61A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3232", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.757267348126462, 45.826349491116822 ] } }, +{ "type": "Feature", "properties": { "id": "37500", "nom": "Gare de Limonest", "desserte": "61A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3231", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.756882654634744, 45.826384778399991 ] } }, +{ "type": "Feature", "properties": { "id": "37600", "nom": "Place Coponat", "desserte": "68B:A,76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4360", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.970443199043868, 45.740324851166349 ] } }, +{ "type": "Feature", "properties": { "id": "37601", "nom": "Place Coponat", "desserte": "68B:R,76A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4359", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.970322892315406, 45.740228656242081 ] } }, +{ "type": "Feature", "properties": { "id": "37616", "nom": "Ecully Le Trouillat", "desserte": "S15A:A,S15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1380", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.77391113292449, 45.775755159799346 ] } }, +{ "type": "Feature", "properties": { "id": "37628", "nom": "Parc Tete d'Or-Churchill", "desserte": "C4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2357", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.844552566421291, 45.777359114154606 ] } }, +{ "type": "Feature", "properties": { "id": "37674", "nom": "Terres Plates", "desserte": "2EX:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4382", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.727257390833163, 45.743806138971863 ] } }, +{ "type": "Feature", "properties": { "id": "37684", "nom": "Serpoly Nervieux", "desserte": "S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4385", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.822920994282464, 45.814474911809221 ] } }, +{ "type": "Feature", "properties": { "id": "41995", "nom": "Cuire", "desserte": "33A:R,S5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "38", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.833391144348884, 45.785860927045647 ] } }, +{ "type": "Feature", "properties": { "id": "42061", "nom": "Montee Roy", "desserte": "70A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4692", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.8509226412926, 45.831728452499149 ] } }, +{ "type": "Feature", "properties": { "id": "39939", "nom": "Maurice Ravel", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4560", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861084458311584, 45.677912089338328 ] } }, +{ "type": "Feature", "properties": { "id": "43035", "nom": "Chemin de Montluzin", "desserte": "21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4796", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.749990413862245, 45.869098613914389 ] } }, +{ "type": "Feature", "properties": { "id": "43394", "nom": "Centre Commercial Genay", "desserte": "43A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4844", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.822340053872431, 45.892159484014336 ] } }, +{ "type": "Feature", "properties": { "id": "45855", "nom": "Temps modernes", "desserte": "62A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5035", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.917637357900152, 45.708351419659586 ] } }, +{ "type": "Feature", "properties": { "id": "45856", "nom": "Charlie Chaplin", "desserte": "62A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5036", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.912566426161668, 45.711066417234257 ] } }, +{ "type": "Feature", "properties": { "id": "45857", "nom": "Charlie Chaplin", "desserte": "62A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5037", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.91258745383295, 45.711098429331074 ] } }, +{ "type": "Feature", "properties": { "id": "45861", "nom": "Manufacture Montluc", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "756", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.860304914642793, 45.750148251818338 ] } }, +{ "type": "Feature", "properties": { "id": "45862", "nom": "Manufacture Montluc", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "761", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.860341998312554, 45.750143817541449 ] } }, +{ "type": "Feature", "properties": { "id": "45869", "nom": "Lycee Colbert", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "752", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.858992894546708, 45.745592513365466 ] } }, +{ "type": "Feature", "properties": { "id": "46190", "nom": "Debourg", "desserte": "C22A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "318", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.834675440351051, 45.730962251199735 ] } }, +{ "type": "Feature", "properties": { "id": "46265", "nom": "Brotillon", "desserte": "17B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5213", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.827333603873079, 45.70385566676805 ] } }, +{ "type": "Feature", "properties": { "id": "46311", "nom": "Jean Vallier", "desserte": "ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5327", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.839198359440995, 45.734048326313264 ] } }, +{ "type": "Feature", "properties": { "id": "46312", "nom": "Parilly", "desserte": "112A:A,112A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5339", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.887428395610223, 45.720021346586179 ] } }, +{ "type": "Feature", "properties": { "id": "46314", "nom": "Lamartine", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5452", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.019574890870172, 45.740333181634156 ] } }, +{ "type": "Feature", "properties": { "id": "46315", "nom": "Lamartine", "desserte": "28A:R,29A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5453", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.019445951809227, 45.740175130260432 ] } }, +{ "type": "Feature", "properties": { "id": "46316", "nom": "Genas Rond Point de l'Epine(D)", "desserte": "28A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5454", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.9831090646486, 45.734687181866796 ] } }, +{ "type": "Feature", "properties": { "id": "46317", "nom": "Genas Rond Point de l'Epine(D)", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5455", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.983082091608192, 45.7347571310181 ] } }, +{ "type": "Feature", "properties": { "id": "46318", "nom": "Genas Place Jean Jaures", "desserte": "28A:R,29A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5456", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.017093925382362, 45.738520161265903 ] } }, +{ "type": "Feature", "properties": { "id": "46327", "nom": "Calmette - Muriers", "desserte": "ZI5B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5463", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.986577069900289, 45.717214332745407 ] } }, +{ "type": "Feature", "properties": { "id": "46328", "nom": "Calmette - Muriers", "desserte": "ZI5B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5464", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.986767158475446, 45.716865257799 ] } }, +{ "type": "Feature", "properties": { "id": "35977", "nom": "Hopital Neurologique", "desserte": "C8A:R,C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1572", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.898263787547436, 45.747891358465168 ] } }, +{ "type": "Feature", "properties": { "id": "37895", "nom": "La Garenne", "desserte": "39A:A,60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1728", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.858906690277688, 45.667087633787609 ] } }, +{ "type": "Feature", "properties": { "id": "37907", "nom": "Meyzieu Bascule", "desserte": "95A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4436", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.996022651396436, 45.765781771544731 ] } }, +{ "type": "Feature", "properties": { "id": "37980", "nom": "Lycee Cuzin", "desserte": "70A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3491", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.856020859346349, 45.801090809044844 ] } }, +{ "type": "Feature", "properties": { "id": "38236", "nom": "Gadagne - Foch", "desserte": "17B:R,78B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4500", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.786226751038341, 45.688078701868598 ] } }, +{ "type": "Feature", "properties": { "id": "38237", "nom": "Gadagne - Foch", "desserte": "17B:A,78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4501", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.785953681519019, 45.688291690314891 ] } }, +{ "type": "Feature", "properties": { "id": "38295", "nom": "La Fouillouse", "desserte": "50A:A,ZI8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3576", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.983585947251163, 45.686959694908978 ] } }, +{ "type": "Feature", "properties": { "id": "38296", "nom": "Manissieux Place Balzac", "desserte": "50A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5524", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.978156696921403, 45.70604528369519 ] } }, +{ "type": "Feature", "properties": { "id": "38314", "nom": "Les Lavandes", "desserte": "15A:A,15A:R,18B:A,18B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4503", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.803893203054518, 45.645530583343955 ] } }, +{ "type": "Feature", "properties": { "id": "38358", "nom": "Centre Culturel", "desserte": "19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2589", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.77919840358305, 45.778952644411277 ] } }, +{ "type": "Feature", "properties": { "id": "38594", "nom": "Vernaison La Rossignole", "desserte": "15A:A,15A:R,18B:A,18B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2940", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.807677279281905, 45.641486754853339 ] } }, +{ "type": "Feature", "properties": { "id": "38754", "nom": "Les Essards", "desserte": "15A:A,15A:R,18B:A,18B:R,78B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3904", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.802107363719, 45.639746267749679 ] } }, +{ "type": "Feature", "properties": { "id": "38897", "nom": "St Rambert Les Rivieres", "desserte": "31A:R,S10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2771", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.837467595542245, 45.807698210035532 ] } }, +{ "type": "Feature", "properties": { "id": "39034", "nom": "Feyzin Gare", "desserte": "60A:R,GE2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1414", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.853457434023097, 45.665553909509278 ] } }, +{ "type": "Feature", "properties": { "id": "39035", "nom": "Feyzin Gare", "desserte": "60A:A,GE2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1413", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.853612882069402, 45.665865460427966 ] } }, +{ "type": "Feature", "properties": { "id": "39037", "nom": "Place Docteurs Merieux", "desserte": "C22A:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2435", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.825219460070087, 45.733033431008941 ] } }, +{ "type": "Feature", "properties": { "id": "39054", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "25A:A,C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "522", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.857803204450823, 45.760601085171785 ] } }, +{ "type": "Feature", "properties": { "id": "39095", "nom": "Eaux Vives", "desserte": "43A:A,43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4519", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.829283878945814, 45.838124220987162 ] } }, +{ "type": "Feature", "properties": { "id": "39096", "nom": "St Romain Centre", "desserte": "43A:A,43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4520", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.824925695190746, 45.838004743919271 ] } }, +{ "type": "Feature", "properties": { "id": "39134", "nom": "Montrochet", "desserte": "S1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5249", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.815789726960593, 45.740274158631678 ] } }, +{ "type": "Feature", "properties": { "id": "39135", "nom": "Montrochet", "desserte": "S1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5250", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.815963563019541, 45.740423336763847 ] } }, +{ "type": "Feature", "properties": { "id": "39215", "nom": "Brindas Salle des Fetes", "desserte": "73A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4529", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.69721462991693, 45.722534446520527 ] } }, +{ "type": "Feature", "properties": { "id": "39274", "nom": "Charles De Gaulle", "desserte": "33A:R,S8A:A,ZI4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1099", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.891816422547167, 45.816989015040846 ] } }, +{ "type": "Feature", "properties": { "id": "39334", "nom": "Irigny Hauts de Selettes", "desserte": "15A:A,15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4533", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.816774531737818, 45.659440818699679 ] } }, +{ "type": "Feature", "properties": { "id": "42157", "nom": "Limonest Le Puy d'Or", "desserte": "3A:A,61A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4703", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.77626920856559, 45.813841241500562 ] } }, +{ "type": "Feature", "properties": { "id": "42278", "nom": "Chasselay Chalay", "desserte": "21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4706", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.779293543633634, 45.876693104677834 ] } }, +{ "type": "Feature", "properties": { "id": "42280", "nom": "Lissieu Le Nelie", "desserte": "61A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4707", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.733674040248425, 45.850995580833477 ] } }, +{ "type": "Feature", "properties": { "id": "36222", "nom": "Givors Parc des Sports", "desserte": "80A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4120", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.770752979670747, 45.601809496222032 ] } }, +{ "type": "Feature", "properties": { "id": "39376", "nom": "Lycée Lumière", "desserte": "T4A:A,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "615", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861757299718104, 45.736780790750082 ] } }, +{ "type": "Feature", "properties": { "id": "39379", "nom": "Etats-Unis Tony Garnier", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "618", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.864838333649605, 45.733001739482489 ] } }, +{ "type": "Feature", "properties": { "id": "39380", "nom": "Professeur Beauvisage - C.I.S.L.", "desserte": "T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "620", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.867227899530243, 45.729774397688473 ] } }, +{ "type": "Feature", "properties": { "id": "39381", "nom": "Professeur Beauvisage - C.I.S.L.", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "621", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.867320676588959, 45.729810290486945 ] } }, +{ "type": "Feature", "properties": { "id": "39383", "nom": "Etats-Unis Viviani", "desserte": "T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "629", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.871142379899854, 45.724906380553186 ] } }, +{ "type": "Feature", "properties": { "id": "41058", "nom": "Clos Burtin", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4631", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.787694371016524, 45.704320389746442 ] } }, +{ "type": "Feature", "properties": { "id": "41859", "nom": "St Genis Gadagne", "desserte": "78B:A,C10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1451", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.796021533008815, 45.701788835351969 ] } }, +{ "type": "Feature", "properties": { "id": "41979", "nom": "Clos Verger", "desserte": "39A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4673", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.892583032648113, 45.718874547130667 ] } }, +{ "type": "Feature", "properties": { "id": "41981", "nom": "Anatole France", "desserte": "39A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "830", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.893994950325608, 45.721605775608566 ] } }, +{ "type": "Feature", "properties": { "id": "41982", "nom": "Patinoire Baraban", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4676", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.868338533568909, 45.761721208408026 ] } }, +{ "type": "Feature", "properties": { "id": "41983", "nom": "Patinoire Baraban", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4675", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.868423478436225, 45.761890317230879 ] } }, +{ "type": "Feature", "properties": { "id": "41997", "nom": "Tassin Deperet", "desserte": "5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2813", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.761793988180821, 45.758249676436122 ] } }, +{ "type": "Feature", "properties": { "id": "42016", "nom": "Gare de Pierre Benite", "desserte": "17B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4680", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.823308811691087, 45.705822683083525 ] } }, +{ "type": "Feature", "properties": { "id": "42017", "nom": "Gare de Pierre Benite", "desserte": "17B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4679", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.823270564511647, 45.705857645039224 ] } }, +{ "type": "Feature", "properties": { "id": "42018", "nom": "Brotillon", "desserte": "17B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4681", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.827423586450474, 45.70375465672776 ] } }, +{ "type": "Feature", "properties": { "id": "42020", "nom": "Fosse aux Ours", "desserte": "C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4683", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.840743066061242, 45.75754247772614 ] } }, +{ "type": "Feature", "properties": { "id": "42023", "nom": "Brossolette - Genas", "desserte": "24A:R,25A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "981", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.918389205403697, 45.748519451231559 ] } }, +{ "type": "Feature", "properties": { "id": "42024", "nom": "Triangle de Bron", "desserte": "26A:A,26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2855", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.926482508962947, 45.726792498563647 ] } }, +{ "type": "Feature", "properties": { "id": "42025", "nom": "Colonel Chambonnet", "desserte": "26A:A,26A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4684", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.923677635177715, 45.727001226764564 ] } }, +{ "type": "Feature", "properties": { "id": "42026", "nom": "Croizat Rocade", "desserte": "1EX:R,26A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4686", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.971720299917208, 45.712227768038467 ] } }, +{ "type": "Feature", "properties": { "id": "42027", "nom": "Croizat Rocade", "desserte": "1EX:A,26A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4685", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.971527421784451, 45.712493345778661 ] } }, +{ "type": "Feature", "properties": { "id": "42028", "nom": "Galline", "desserte": "69A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4687", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.867610876523536, 45.776373715828207 ] } }, +{ "type": "Feature", "properties": { "id": "42029", "nom": "Galline", "desserte": "69A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4688", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.868199099913769, 45.776297447333853 ] } }, +{ "type": "Feature", "properties": { "id": "42030", "nom": "Hopitaux Est", "desserte": "C9A:A,C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4689", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.904580062964239, 45.746585855600344 ] } }, +{ "type": "Feature", "properties": { "id": "12267", "nom": "St Rambert Les Rivieres", "desserte": "31A:A,S10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2769", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.837386587777681, 45.807898040565625 ] } }, +{ "type": "Feature", "properties": { "id": "12268", "nom": "Pont Mouton", "desserte": "19A:R,2A:R,31A:R,45A:R,90A:R,C14A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2549", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.80928647084271, 45.773496594177956 ] } }, +{ "type": "Feature", "properties": { "id": "12272", "nom": "Gare de Vaise", "desserte": "31A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "254", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804525776411081, 45.780631173451198 ] } }, +{ "type": "Feature", "properties": { "id": "12273", "nom": "Gare de Vaise", "desserte": "31A:R,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "255", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805140707249523, 45.780860688168907 ] } }, +{ "type": "Feature", "properties": { "id": "12275", "nom": "Gare de Vaise", "desserte": "40A:A,43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "256", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804416102860675, 45.780480564926918 ] } }, +{ "type": "Feature", "properties": { "id": "12279", "nom": "Falsan", "desserte": "31A:R,S10A:R,S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1401", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.834251147935396, 45.804043245520489 ] } }, +{ "type": "Feature", "properties": { "id": "12280", "nom": "Clos Jouve", "desserte": "448A:A,45A:R,C13A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1212", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.821837282976748, 45.77313851126727 ] } }, +{ "type": "Feature", "properties": { "id": "12289", "nom": "Bellecour Le Viste", "desserte": "27A:R,C12A:R,C9A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "910", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833891130511737, 45.757587096331051 ] } }, +{ "type": "Feature", "properties": { "id": "12300", "nom": "Meyzieu Poste", "desserte": "85A:R,95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2198", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.996791239261295, 45.76678076794618 ] } }, +{ "type": "Feature", "properties": { "id": "30000", "nom": "Gare Saint Paul", "desserte": "C3A:R,S1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2752", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.827359639458331, 45.766130270227997 ] } }, +{ "type": "Feature", "properties": { "id": "30006", "nom": "Oullins Ville", "desserte": "63A:R,78B:R,C10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2338", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.80311834778334, 45.71224515096587 ] } }, +{ "type": "Feature", "properties": { "id": "30012", "nom": "La Ferlatiere", "desserte": "20A:A,23A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3257", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.807534973567861, 45.81869378829893 ] } }, +{ "type": "Feature", "properties": { "id": "30014", "nom": "Le Monteillier", "desserte": "20A:A,23A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3259", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.806548735556348, 45.817086260518138 ] } }, +{ "type": "Feature", "properties": { "id": "30015", "nom": "Le Monteillier", "desserte": "23A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3260", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.806140775281727, 45.816888200072484 ] } }, +{ "type": "Feature", "properties": { "id": "30016", "nom": "Mouillard", "desserte": "21A:A,448A:A,61A:A,89A:A,C14A:A,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3262", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.803987673038319, 45.78498152358447 ] } }, +{ "type": "Feature", "properties": { "id": "30017", "nom": "Mouillard", "desserte": "21A:R,61A:R,89A:R,C14A:R,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3261", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804033839267982, 45.784863495129024 ] } }, +{ "type": "Feature", "properties": { "id": "30019", "nom": "La Piemente", "desserte": "21A:A,61A:A,89A:A,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3263", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.800739174621697, 45.785412885017472 ] } }, +{ "type": "Feature", "properties": { "id": "30025", "nom": "St Just", "desserte": "66A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "209", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.815896305618906, 45.757193855105989 ] } }, +{ "type": "Feature", "properties": { "id": "30028", "nom": "Batterie", "desserte": "24A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "888", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.916130620066361, 45.744223679431904 ] } }, +{ "type": "Feature", "properties": { "id": "30029", "nom": "Residence Marianne", "desserte": "62A:A,87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3321", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.958916565826093, 45.664090205654198 ] } }, +{ "type": "Feature", "properties": { "id": "30031", "nom": "General Benoist", "desserte": "52A:A,ZI7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3266", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.929463971255363, 45.738245531194551 ] } }, +{ "type": "Feature", "properties": { "id": "30032", "nom": "General Benoist", "desserte": "52A:R,ZI7A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3265", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.929478507001649, 45.738281201307785 ] } }, +{ "type": "Feature", "properties": { "id": "30035", "nom": "Meyzieu Salle des Fetes", "desserte": "67A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3269", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.00112756989648, 45.766020826951824 ] } }, +{ "type": "Feature", "properties": { "id": "30044", "nom": "Val Fontaine Centre", "desserte": "72B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3712", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.725911969607766, 45.761674341329922 ] } }, +{ "type": "Feature", "properties": { "id": "30046", "nom": "Val Fontaine", "desserte": "72B:A,72B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3716", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.727352825596109, 45.761391645002519 ] } }, +{ "type": "Feature", "properties": { "id": "30057", "nom": "Charlemagne - C.-Perier", "desserte": "S1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3157", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.82255420764313, 45.742041759698019 ] } }, +{ "type": "Feature", "properties": { "id": "30068", "nom": "Depot de Cuire", "desserte": "33A:A,38A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3719", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.834885446142575, 45.788547051350839 ] } }, +{ "type": "Feature", "properties": { "id": "30069", "nom": "Depot de Cuire", "desserte": "33A:R,38A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3720", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.835099902602686, 45.789019344899238 ] } }, +{ "type": "Feature", "properties": { "id": "30083", "nom": "Garibaldi - Berthelot", "desserte": "35A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "375", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.847577847289974, 45.743879007937906 ] } }, +{ "type": "Feature", "properties": { "id": "30093", "nom": "Gare de Vaise", "desserte": "4A:A,942A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "261", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804224133610012, 45.78050278529934 ] } }, +{ "type": "Feature", "properties": { "id": "30103", "nom": "Bellecour", "desserte": "301A:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "7", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833022555794803, 45.757622526749557 ] } }, +{ "type": "Feature", "properties": { "id": "30137", "nom": "Gare de Vaise", "desserte": "2A:R,C14A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "267", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804937840389366, 45.780640119756526 ] } }, +{ "type": "Feature", "properties": { "id": "30156", "nom": "Hôtel de Ville - Louis Pradel", "desserte": "303:A,303:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "117", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.835955419864083, 45.768134460822544 ] } }, +{ "type": "Feature", "properties": { "id": "30159", "nom": "Cuire", "desserte": "303:A,303:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "43", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.8325013993184, 45.785252689663018 ] } }, +{ "type": "Feature", "properties": { "id": "30166", "nom": "La Gabrielle", "desserte": "118A:A,21A:A,61A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1719", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.7802346390812, 45.807778381867358 ] } }, +{ "type": "Feature", "properties": { "id": "30173", "nom": "Hôtel de Ville - Louis Pradel", "desserte": "C14A:R,S6A:A,S6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "111", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.835993912708681, 45.766793508000909 ] } }, +{ "type": "Feature", "properties": { "id": "30180", "nom": "Laurent Bonnevay", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "233", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.909381845822522, 45.764865811878934 ] } }, +{ "type": "Feature", "properties": { "id": "30185", "nom": "Mermoz - Pinel", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "133", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.887293997373559, 45.730461865778373 ] } }, +{ "type": "Feature", "properties": { "id": "30187", "nom": "Laennec", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "122", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.886339318234625, 45.738712203713121 ] } }, +{ "type": "Feature", "properties": { "id": "30190", "nom": "Grange Blanche", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "84", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.878903364103566, 45.742823469641742 ] } }, +{ "type": "Feature", "properties": { "id": "30192", "nom": "Monplaisir Lumière", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "142", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.871797920372375, 45.745322189328135 ] } }, +{ "type": "Feature", "properties": { "id": "30194", "nom": "Sans Souci", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "193", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.864761589718881, 45.747749310185895 ] } }, +{ "type": "Feature", "properties": { "id": "30198", "nom": "Saxe - Gambetta", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "201", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.847129499256165, 45.75382572886064 ] } }, +{ "type": "Feature", "properties": { "id": "30199", "nom": "Guillotière - Gabriel Péri", "desserte": "304:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "94", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.842577476030052, 45.755468264629194 ] } }, +{ "type": "Feature", "properties": { "id": "30200", "nom": "Guillotière - Gabriel Péri", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "96", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.842535168843551, 45.755406110729119 ] } }, +{ "type": "Feature", "properties": { "id": "30210", "nom": "Gare de Vaise", "desserte": "304:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "271", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.803738997016699, 45.779799747556368 ] } }, +{ "type": "Feature", "properties": { "id": "30211", "nom": "Vieux Lyon", "desserte": "325:A,325:R,326:A,326:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "220", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.826430543874466, 45.759895712202535 ] } }, +{ "type": "Feature", "properties": { "id": "30212", "nom": "Les Minimes - Théatres Romains", "desserte": "325:A", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "125", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.821439103229817, 45.758606986380308 ] } }, +{ "type": "Feature", "properties": { "id": "30213", "nom": "Les Minimes - Théatres Romains", "desserte": "325:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "126", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.821467788044742, 45.758561615892724 ] } }, +{ "type": "Feature", "properties": { "id": "30215", "nom": "Fourvière", "desserte": "326:A,326:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "342", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.821390258503786, 45.762104014015186 ] } }, +{ "type": "Feature", "properties": { "id": "30217", "nom": "Champvert - Les Massues", "desserte": "45A:R,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1999", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.79596131294947, 45.759990622527496 ] } }, +{ "type": "Feature", "properties": { "id": "30230", "nom": "Decines Esplanade", "desserte": "16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3092", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.9741918306264, 45.772399841800564 ] } }, +{ "type": "Feature", "properties": { "id": "30231", "nom": "Decines Esplanade", "desserte": "67A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3094", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.974888691314241, 45.772446484776381 ] } }, +{ "type": "Feature", "properties": { "id": "30233", "nom": "Decines Esplanade", "desserte": "79A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3095", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.974262975179463, 45.772542198140179 ] } }, +{ "type": "Feature", "properties": { "id": "30234", "nom": "Decines Esplanade", "desserte": "16A:A,323A:A,57A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3096", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.974736660866128, 45.772495064817861 ] } }, +{ "type": "Feature", "properties": { "id": "30239", "nom": "Chantemerle", "desserte": "84A:A,84A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1090", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.794279992423137, 45.820235602797375 ] } }, +{ "type": "Feature", "properties": { "id": "30249", "nom": "Ecully Fayolle", "desserte": "S15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3750", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.781101894896595, 45.78328571729034 ] } }, +{ "type": "Feature", "properties": { "id": "30257", "nom": "Centre Culturel", "desserte": "S15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2591", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.77859565426925, 45.778704723938134 ] } }, +{ "type": "Feature", "properties": { "id": "30261", "nom": "St Genis Lycee Descartes", "desserte": "17B:A,17B:R,78B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3243", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.78413310593756, 45.690095639159978 ] } }, +{ "type": "Feature", "properties": { "id": "30266", "nom": "Genay Proulieu", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3752", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.845044255120926, 45.903400186815155 ] } }, +{ "type": "Feature", "properties": { "id": "30273", "nom": "Montmartin - Merieux", "desserte": "87A:A,ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3753", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.921471471359342, 45.670721014891498 ] } }, +{ "type": "Feature", "properties": { "id": "30274", "nom": "Montmartin - Merieux", "desserte": "87A:R,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3754", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.921517710313513, 45.670611931129493 ] } }, +{ "type": "Feature", "properties": { "id": "30281", "nom": "Charbonnieres Gare", "desserte": "GE6A:A,GE6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3758", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.735987631716807, 45.782170390683916 ] } }, +{ "type": "Feature", "properties": { "id": "30304", "nom": "Lenine - Fromont", "desserte": "ZI3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3767", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.937523802087116, 45.778493954852173 ] } }, +{ "type": "Feature", "properties": { "id": "30328", "nom": "La Sablière", "desserte": "S8A:A,S8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "418", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.906939733978953, 45.808389771756914 ] } }, +{ "type": "Feature", "properties": { "id": "30330", "nom": "Castellane", "desserte": "S8A:A,S8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "19", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.899333956843468, 45.80814040330619 ] } }, +{ "type": "Feature", "properties": { "id": "30342", "nom": "Buyer - Gai Vallon", "desserte": "55A:R,90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3778", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.800662185042547, 45.763307942939008 ] } }, +{ "type": "Feature", "properties": { "id": "30343", "nom": "Trion - 4 Colonnes", "desserte": "55A:R,66A:R,90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3779", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.81206659827698, 45.758673537815717 ] } }, +{ "type": "Feature", "properties": { "id": "30368", "nom": "Leon Berard", "desserte": "24A:A,C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1901", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.879279834108565, 45.7413470093881 ] } }, +{ "type": "Feature", "properties": { "id": "30380", "nom": "St Agnan", "desserte": "296:R,C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2687", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.863034478873464, 45.740876772402665 ] } }, +{ "type": "Feature", "properties": { "id": "30387", "nom": "Avenue du Plateau", "desserte": "66A:R,C14A:R,S11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3783", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.794727961070849, 45.784194449489597 ] } }, +{ "type": "Feature", "properties": { "id": "30388", "nom": "Avenue du Plateau", "desserte": "66A:A,C14A:A,S11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3784", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.794782185381623, 45.784256270114177 ] } }, +{ "type": "Feature", "properties": { "id": "30389", "nom": "Duchere Les Erables", "desserte": "66A:R,C14A:R,S11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3786", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.793655947570746, 45.782660724415813 ] } }, +{ "type": "Feature", "properties": { "id": "43421", "nom": "Bellecombe", "desserte": "GE2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "894", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.84500951726948, 45.648056040047919 ] } }, +{ "type": "Feature", "properties": { "id": "30392", "nom": "Maison de l'Enfance", "desserte": "S11A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3787", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.793276386017708, 45.779635672776656 ] } }, +{ "type": "Feature", "properties": { "id": "30394", "nom": "Le Chateau Duchere", "desserte": "S11A:A,S11A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3789", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.794402513784847, 45.779791053406711 ] } }, +{ "type": "Feature", "properties": { "id": "30398", "nom": "Grange Rouge", "desserte": "C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1514", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.873538667210927, 45.73142251452655 ] } }, +{ "type": "Feature", "properties": { "id": "30406", "nom": "St Mathieu", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3790", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.86846460277324, 45.741267472878285 ] } }, +{ "type": "Feature", "properties": { "id": "30407", "nom": "St Mathieu", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3791", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.867222115034864, 45.742483662001568 ] } }, +{ "type": "Feature", "properties": { "id": "30411", "nom": "Centre Nautique Tony Bertrand", "desserte": "35A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3792", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.838154394026017, 45.753495656134696 ] } }, +{ "type": "Feature", "properties": { "id": "30417", "nom": "Le Colombier - Veyrie", "desserte": "S2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3796", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.718221202920676, 45.811567164328743 ] } }, +{ "type": "Feature", "properties": { "id": "30420", "nom": "La Tour de Salvagny Gare", "desserte": "GE4A:A,GE4A:R,S2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3800", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.716945026679571, 45.799632116700451 ] } }, +{ "type": "Feature", "properties": { "id": "30423", "nom": "La Tour de S. Mairie", "desserte": "GE4A:R,S2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3801", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.716276168855578, 45.814506637561699 ] } }, +{ "type": "Feature", "properties": { "id": "30424", "nom": "La Tour de S. Greffieres", "desserte": "S2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3804", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.717639941174363, 45.80527890515183 ] } }, +{ "type": "Feature", "properties": { "id": "30430", "nom": "Les Granges", "desserte": "86A:R,S2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3806", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.711559822621947, 45.815875527275089 ] } }, +{ "type": "Feature", "properties": { "id": "30443", "nom": "Allobroges", "desserte": "87A:A,ZI1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3808", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.916296532532868, 45.678383440199006 ] } }, +{ "type": "Feature", "properties": { "id": "30444", "nom": "Allobroges", "desserte": "87A:R,ZI1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3807", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.916375601639512, 45.678426627886573 ] } }, +{ "type": "Feature", "properties": { "id": "30449", "nom": "La Rochette - Clochettes", "desserte": "93A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3809", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.857151503645506, 45.694949909560805 ] } }, +{ "type": "Feature", "properties": { "id": "30450", "nom": "La Rochette - Clochettes", "desserte": "93A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3810", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.85714944581164, 45.69490494958125 ] } }, +{ "type": "Feature", "properties": { "id": "30472", "nom": "Charpennes", "desserte": "302A:A,302A:R", "pmr": "t", "ascenseur": "t", "escalator": "t", "gid": "252", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.862828581248771, 45.770163492073941 ] } }, +{ "type": "Feature", "properties": { "id": "30488", "nom": "Gare d'Albigny-Neuville", "desserte": "96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2968", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.835175961277153, 45.877077025856451 ] } }, +{ "type": "Feature", "properties": { "id": "30493", "nom": "Gare d'Albigny-Neuville", "desserte": "96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2970", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.835082377809725, 45.877286134544448 ] } }, +{ "type": "Feature", "properties": { "id": "30507", "nom": "Gorge de Loup", "desserte": "45A:A,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "64", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.80435082479284, 45.765837238523943 ] } }, +{ "type": "Feature", "properties": { "id": "30510", "nom": "Bellecour Le Viste", "desserte": "27A:A,S1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "907", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833798544165879, 45.757247111739822 ] } }, +{ "type": "Feature", "properties": { "id": "30511", "nom": "Bellecour Le Viste", "desserte": "C20A:A,C20A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "909", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.834050999719678, 45.757709556165004 ] } }, +{ "type": "Feature", "properties": { "id": "30514", "nom": "Trois Artichauts", "desserte": "46A:A,49A:A,C19A:A,C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2862", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.816234760447463, 45.751578695030773 ] } }, +{ "type": "Feature", "properties": { "id": "30527", "nom": "Irigny Venieres", "desserte": "15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1588", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.819192893137133, 45.667533234774773 ] } }, +{ "type": "Feature", "properties": { "id": "30528", "nom": "Le Peage", "desserte": "15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1866", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.822419800681294, 45.689829440840327 ] } }, +{ "type": "Feature", "properties": { "id": "30529", "nom": "Le Peage", "desserte": "15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1863", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.822600644862058, 45.68985243495645 ] } }, +{ "type": "Feature", "properties": { "id": "42277", "nom": "Chasselay Chalay", "desserte": "21A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4705", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.779369189722239, 45.87665545771803 ] } }, +{ "type": "Feature", "properties": { "id": "30545", "nom": "Vaulx Lakanal", "desserte": "37A:R,57A:R,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2907", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.920611078203368, 45.78679664638684 ] } }, +{ "type": "Feature", "properties": { "id": "30551", "nom": "Collège Bellecombe", "desserte": "27A:R,C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "357", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.862402412319717, 45.766319544444698 ] } }, +{ "type": "Feature", "properties": { "id": "30554", "nom": "La Tour de S. Greffieres", "desserte": "S2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3803", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.717803200494338, 45.805185437029635 ] } }, +{ "type": "Feature", "properties": { "id": "30558", "nom": "Le Colombier", "desserte": "S2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3793", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.715198857395364, 45.811325153470634 ] } }, +{ "type": "Feature", "properties": { "id": "30559", "nom": "Le Colombier - Veyrie", "desserte": "S2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3795", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.718260560454566, 45.811584331811403 ] } }, +{ "type": "Feature", "properties": { "id": "30562", "nom": "Simondan", "desserte": "S10A:R,S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3189", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.831494878283413, 45.801161087176169 ] } }, +{ "type": "Feature", "properties": { "id": "30564", "nom": "Rue des Balmes", "desserte": "S10A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3186", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.835951597597983, 45.80153008939066 ] } }, +{ "type": "Feature", "properties": { "id": "30565", "nom": "Grande Rue St Rambert", "desserte": "S10A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3184", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.833641082971257, 45.799788874124538 ] } }, +{ "type": "Feature", "properties": { "id": "30567", "nom": "Joannes Carret", "desserte": "S10A:A,S10A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1615", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.820894045159088, 45.792979914313939 ] } }, +{ "type": "Feature", "properties": { "id": "30575", "nom": "Gorge de Loup", "desserte": "72B:R,86A:R,98A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "62", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805026729400933, 45.766569470138393 ] } }, +{ "type": "Feature", "properties": { "id": "30578", "nom": "Les Granges", "desserte": "86A:A,S2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3805", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.710897291172562, 45.816033540021948 ] } }, +{ "type": "Feature", "properties": { "id": "30862", "nom": "Place Sublet-Marcel Paul", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3645", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.881732837504654, 45.699876521398437 ] } }, +{ "type": "Feature", "properties": { "id": "31043", "nom": "Charcot - La Source", "desserte": "65A:A,65A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3733", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.791643795582159, 45.747960757826995 ] } }, +{ "type": "Feature", "properties": { "id": "31049", "nom": "Les Battieres", "desserte": "65A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1919", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.782062354312786, 45.754254588946367 ] } }, +{ "type": "Feature", "properties": { "id": "31284", "nom": "Leriche", "desserte": "90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3837", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.791402835627477, 45.738523978967478 ] } }, +{ "type": "Feature", "properties": { "id": "31302", "nom": "Ste Foy Genets", "desserte": "90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3834", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.792891710857109, 45.737321269954407 ] } }, +{ "type": "Feature", "properties": { "id": "31303", "nom": "Leriche", "desserte": "90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3836", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.790933683975328, 45.738957287385453 ] } }, +{ "type": "Feature", "properties": { "id": "31342", "nom": "François Genin", "desserte": "45A:R,90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3838", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.795530986192553, 45.75237617555787 ] } }, +{ "type": "Feature", "properties": { "id": "31343", "nom": "Hôtel de Ville - Louis Pradel", "desserte": "S12A:A,S12A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "115", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.836060874886069, 45.76770113673868 ] } }, +{ "type": "Feature", "properties": { "id": "31346", "nom": "Capucins", "desserte": "S12A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3840", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.835651061981429, 45.769438485754847 ] } }, +{ "type": "Feature", "properties": { "id": "31347", "nom": "Imbert Colomes", "desserte": "S12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3841", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.834949990963672, 45.771560363610398 ] } }, +{ "type": "Feature", "properties": { "id": "31349", "nom": "Place Morel", "desserte": "S12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3842", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.827167828443156, 45.772120292668632 ] } }, +{ "type": "Feature", "properties": { "id": "31350", "nom": "Allouche", "desserte": "S12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3844", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.830263567376782, 45.772312620439372 ] } }, +{ "type": "Feature", "properties": { "id": "31352", "nom": "Les Chartreux", "desserte": "S12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3846", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.821689283007725, 45.772709731986467 ] } }, +{ "type": "Feature", "properties": { "id": "31353", "nom": "Place Morel", "desserte": "S12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3843", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.826423593183748, 45.771875763809454 ] } }, +{ "type": "Feature", "properties": { "id": "31362", "nom": "Neyret", "desserte": "S12A:A,S6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3304", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.831375584884658, 45.771306792120278 ] } }, +{ "type": "Feature", "properties": { "id": "42476", "nom": "Companet", "desserte": "C2A:A,ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4732", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.877523177069811, 45.811615230483007 ] } }, +{ "type": "Feature", "properties": { "id": "31503", "nom": "Point du Jour", "desserte": "45A:R,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2462", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.79669619404148, 45.756869162673567 ] } }, +{ "type": "Feature", "properties": { "id": "31504", "nom": "Pont de Collonges RD", "desserte": "43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2511", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.84677357018689, 45.815033764915732 ] } }, +{ "type": "Feature", "properties": { "id": "31583", "nom": "College J.P.Rameau", "desserte": "66A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3209", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.786926704886922, 45.792168823932165 ] } }, +{ "type": "Feature", "properties": { "id": "31584", "nom": "College J.P.Rameau", "desserte": "66A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3210", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.786869275964012, 45.792035061033282 ] } }, +{ "type": "Feature", "properties": { "id": "31585", "nom": "Champagne Cimetiere", "desserte": "66A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3851", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.786591183273176, 45.793013239567927 ] } }, +{ "type": "Feature", "properties": { "id": "31602", "nom": "Le Visan", "desserte": "45A:R,55A:A,90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1898", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.789843879272565, 45.764111923333701 ] } }, +{ "type": "Feature", "properties": { "id": "31686", "nom": "Les Battieres", "desserte": "65A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1916", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.782967154132254, 45.754360887403024 ] } }, +{ "type": "Feature", "properties": { "id": "31765", "nom": "Lycee de l'Automobile", "desserte": "25A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3854", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.905198731489987, 45.751576478843013 ] } }, +{ "type": "Feature", "properties": { "id": "31862", "nom": "Les Six Noyers", "desserte": "76A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3860", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.975100952572196, 45.763196748026552 ] } }, +{ "type": "Feature", "properties": { "id": "31866", "nom": "Franklin - Joffre", "desserte": "31A:R,C20A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3861", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.82511150986765, 45.753677542160304 ] } }, +{ "type": "Feature", "properties": { "id": "31883", "nom": "Nadaud - Vitriolerie", "desserte": "C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2309", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.83389795884543, 45.743572147667408 ] } }, +{ "type": "Feature", "properties": { "id": "31896", "nom": "Stade de Gerland", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "309", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.830009155378937, 45.72669149400916 ] } }, +{ "type": "Feature", "properties": { "id": "31902", "nom": "St Genis Verdun", "desserte": "17B:A,C10A:A,S9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3863", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.795234229449377, 45.692499054457841 ] } }, +{ "type": "Feature", "properties": { "id": "31903", "nom": "St Genis Verdun", "desserte": "17B:R,C10A:R,S9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3862", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.795219405450045, 45.692742406988728 ] } }, +{ "type": "Feature", "properties": { "id": "31904", "nom": "Hopital Henry Gabrielle", "desserte": "17B:A,S9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1565", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.792465874443104, 45.689175345969154 ] } }, +{ "type": "Feature", "properties": { "id": "31905", "nom": "Hopital Henry Gabrielle", "desserte": "17B:R,S9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1562", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.79250316315785, 45.689147526171155 ] } }, +{ "type": "Feature", "properties": { "id": "31906", "nom": "Lardillet", "desserte": "17B:A,78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1822", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.789865482560132, 45.685001810476678 ] } }, +{ "type": "Feature", "properties": { "id": "31907", "nom": "Lardillet", "desserte": "17B:R,78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1823", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.789818983994659, 45.684822808262247 ] } }, +{ "type": "Feature", "properties": { "id": "31908", "nom": "St Genis 2", "desserte": "17B:A,78B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2719", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.788432045691117, 45.681360769710452 ] } }, +{ "type": "Feature", "properties": { "id": "31983", "nom": "La Grappe d'Or", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3864", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.8429013482899, 45.902157123008671 ] } }, +{ "type": "Feature", "properties": { "id": "32002", "nom": "Palais Justice - Mairie 3e", "desserte": "C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "367", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.848487978115835, 45.760438862990121 ] } }, +{ "type": "Feature", "properties": { "id": "32062", "nom": "Piscine du Roule", "desserte": "17B:A,8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3866", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.807372622245433, 45.726022106208653 ] } }, +{ "type": "Feature", "properties": { "id": "32063", "nom": "Piscine du Roule", "desserte": "17B:R,8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3867", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.807632304111078, 45.72636742790035 ] } }, +{ "type": "Feature", "properties": { "id": "32102", "nom": "Perrache", "desserte": "T1A:A,T1A:R,T2:A,T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "157", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.827014889652934, 45.749594542742337 ] } }, +{ "type": "Feature", "properties": { "id": "32103", "nom": "Perrache", "desserte": "T1A:A,T1A:R,T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "169", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.827115920580663, 45.749562687408257 ] } }, +{ "type": "Feature", "properties": { "id": "32104", "nom": "Quai Claude Bernard", "desserte": "T1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "467", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.835308182824255, 45.749612938775726 ] } }, +{ "type": "Feature", "properties": { "id": "42318", "nom": "Emile Zola", "desserte": "C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4721", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.819150114027038, 45.705050704708874 ] } }, +{ "type": "Feature", "properties": { "id": "42436", "nom": "Polaris", "desserte": "111A:A,54A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3668", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.895735731400335, 45.668107064659885 ] } }, +{ "type": "Feature", "properties": { "id": "43061", "nom": "Leo Lagrange", "desserte": "27A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4802", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.878614813201708, 45.764522444531408 ] } }, +{ "type": "Feature", "properties": { "id": "43311", "nom": "Salvador Allende", "desserte": "57A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4838", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.920362986636393, 45.780969379144281 ] } }, +{ "type": "Feature", "properties": { "id": "43417", "nom": "Quai Aulagne", "desserte": "ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3139", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.845372230075705, 45.703675150615382 ] } }, +{ "type": "Feature", "properties": { "id": "43478", "nom": "Champagne Lanessan", "desserte": "21A:A,61A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4255", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.795703152640725, 45.792193054977034 ] } }, +{ "type": "Feature", "properties": { "id": "46283", "nom": "St Priest Les Alpes", "desserte": "C25B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5222", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.930704581188445, 45.693659578972451 ] } }, +{ "type": "Feature", "properties": { "id": "46287", "nom": "Base Aerienne", "desserte": "942A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5230", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.787404124223116, 45.856125723799046 ] } }, +{ "type": "Feature", "properties": { "id": "46289", "nom": "Terreaux La Feuillee", "desserte": "19A:R,448A:A,C14A:A,C14A:R,C3A:A,S1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5232", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.831527145772943, 45.766898072625885 ] } }, +{ "type": "Feature", "properties": { "id": "46290", "nom": "Cordeliers", "desserte": "C13A:A,C14A:A,C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5233", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.835894279568771, 45.764207076708026 ] } }, +{ "type": "Feature", "properties": { "id": "46292", "nom": "Carette", "desserte": "C13A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5245", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.839575115663599, 45.786188917963031 ] } }, +{ "type": "Feature", "properties": { "id": "46293", "nom": "Cimetiere de Corbas", "desserte": "111A:A,112A:A,54A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5262", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.899916367938766, 45.674776514689242 ] } }, +{ "type": "Feature", "properties": { "id": "46294", "nom": "La Buire", "desserte": "C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5251", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.859679301566395, 45.751551117746395 ] } }, +{ "type": "Feature", "properties": { "id": "46295", "nom": "La Buire", "desserte": "C7B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5252", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.859806881839521, 45.75184898154474 ] } }, +{ "type": "Feature", "properties": { "id": "46303", "nom": "Hotel de Ville L.Pradel", "desserte": "C13A:A,C13A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5292", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.835313135065881, 45.766529623917343 ] } }, +{ "type": "Feature", "properties": { "id": "46304", "nom": "Les Terres St G. les Ollieres", "desserte": "72B:A,72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5282", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.706198958188907, 45.760796041271121 ] } }, +{ "type": "Feature", "properties": { "id": "46307", "nom": "Terreaux La Feuillee", "desserte": "19A:A,C14A:A,C3A:R,S1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5283", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.831205193733694, 45.767317119507283 ] } }, +{ "type": "Feature", "properties": { "id": "46308", "nom": "Carteret", "desserte": "ZI6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5324", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.845298374651915, 45.726352400536427 ] } }, +{ "type": "Feature", "properties": { "id": "46309", "nom": "Carteret", "desserte": "ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5325", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.845412503274614, 45.726462453247713 ] } }, +{ "type": "Feature", "properties": { "id": "46310", "nom": "Debourg", "desserte": "ZI6A:A,ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5326", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.835784410494385, 45.731333427491734 ] } }, +{ "type": "Feature", "properties": { "id": "46437", "nom": "Union Nautique", "desserte": "40A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5420", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.836843031990363, 45.797360687906796 ] } }, +{ "type": "Feature", "properties": { "id": "46438", "nom": "Parc relais Sauvegarde", "desserte": "89A:A,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5423", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.786940961910906, 45.786713882326978 ] } }, +{ "type": "Feature", "properties": { "id": "46439", "nom": "Parc relais Sauvegarde", "desserte": "89A:A,89A:R,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5424", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.787530210176058, 45.786656020261489 ] } }, +{ "type": "Feature", "properties": { "id": "46440", "nom": "Techlid Le Paisy", "desserte": "89A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5496", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.764678149318609, 45.804083190053106 ] } }, +{ "type": "Feature", "properties": { "id": "46558", "nom": "Flassieu le Bas", "desserte": "763:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6099", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.975250612238946, 45.62740336693625 ] } }, +{ "type": "Feature", "properties": { "id": "46559", "nom": "Flassieu le Haut", "desserte": "763:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6100", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.968217648827255, 45.624759363487918 ] } }, +{ "type": "Feature", "properties": { "id": "32114", "nom": "Saxe - Préfecture", "desserte": "T1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "422", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.84519036654934, 45.760082068787376 ] } }, +{ "type": "Feature", "properties": { "id": "32115", "nom": "Saxe - Préfecture", "desserte": "T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "423", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.845178842800005, 45.760156496208687 ] } }, +{ "type": "Feature", "properties": { "id": "32116", "nom": "Palais Justice - Mairie 3e", "desserte": "T1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "366", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.848466569062337, 45.76030513387532 ] } }, +{ "type": "Feature", "properties": { "id": "32117", "nom": "Palais Justice - Mairie 3e", "desserte": "T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "365", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.848454191483172, 45.760380480951675 ] } }, +{ "type": "Feature", "properties": { "id": "32121", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "T1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "515", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.857872466073909, 45.76201137562628 ] } }, +{ "type": "Feature", "properties": { "id": "32122", "nom": "Thiers - Lafayette", "desserte": "T1A:A,T1A:R,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "363", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.862079424630047, 45.764326908161244 ] } }, +{ "type": "Feature", "properties": { "id": "32123", "nom": "Thiers - Lafayette", "desserte": "T1A:R,T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "362", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.861969814433985, 45.764323342834295 ] } }, +{ "type": "Feature", "properties": { "id": "32124", "nom": "Collège Bellecombe", "desserte": "T1A:A,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "360", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.861971454592836, 45.766659135032917 ] } }, +{ "type": "Feature", "properties": { "id": "32125", "nom": "Collège Bellecombe", "desserte": "T1A:R,T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "359", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.86187609713456, 45.76665515892725 ] } }, +{ "type": "Feature", "properties": { "id": "32127", "nom": "Charpennes", "desserte": "T1A:A,T1A:R,T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "238", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.863000997251448, 45.771024545631164 ] } }, +{ "type": "Feature", "properties": { "id": "32130", "nom": "Condorcet", "desserte": "T1A:A,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "354", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.866950300358003, 45.777916663025231 ] } }, +{ "type": "Feature", "properties": { "id": "32131", "nom": "Condorcet", "desserte": "T1A:R,T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "353", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.866910426109776, 45.777911170553679 ] } }, +{ "type": "Feature", "properties": { "id": "32132", "nom": "Université Lyon 1", "desserte": "T1A:A,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "474", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.866312505703559, 45.780836651748324 ] } }, +{ "type": "Feature", "properties": { "id": "32133", "nom": "Université Lyon 1", "desserte": "T1A:R,T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "473", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.866282521885991, 45.780900786319933 ] } }, +{ "type": "Feature", "properties": { "id": "32134", "nom": "La Doua - Gaston Berger", "desserte": "T1A:A,T1A:R,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "351", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.872068747771224, 45.781484015787932 ] } }, +{ "type": "Feature", "properties": { "id": "32136", "nom": "INSA - Einstein", "desserte": "T1A:A,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "475", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.877649528852849, 45.782415359694454 ] } }, +{ "type": "Feature", "properties": { "id": "32137", "nom": "INSA - Einstein", "desserte": "T1A:R,T4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "476", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.877621302657117, 45.782478287623526 ] } }, +{ "type": "Feature", "properties": { "id": "32138", "nom": "IUT Feyssine", "desserte": "T1A:A,T1A:R,T4A:A,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "343", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.881985299104863, 45.786885815232239 ] } }, +{ "type": "Feature", "properties": { "id": "32139", "nom": "IUT Feyssine", "desserte": "T1A:A,T1A:R,T4A:A,T4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "344", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.881884913934365, 45.786862976401899 ] } }, +{ "type": "Feature", "properties": { "id": "32140", "nom": "Centre Berthelot", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "479", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.836317739309422, 45.747011808449898 ] } }, +{ "type": "Feature", "properties": { "id": "32141", "nom": "Centre Berthelot", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "480", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.836358954670017, 45.7470756988765 ] } }, +{ "type": "Feature", "properties": { "id": "32143", "nom": "Jean Macé", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "291", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.842304779964118, 45.745180059778491 ] } }, +{ "type": "Feature", "properties": { "id": "32144", "nom": "Garibaldi - Berthelot", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "379", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.84686389076575, 45.743640965058795 ] } }, +{ "type": "Feature", "properties": { "id": "32146", "nom": "Route de Vienne", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "383", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.851662043423376, 45.742108475266903 ] } }, +{ "type": "Feature", "properties": { "id": "32147", "nom": "Route de Vienne", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "381", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.851705802404315, 45.74217707394569 ] } }, +{ "type": "Feature", "properties": { "id": "32149", "nom": "Jet d'Eau - Mendes France", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "387", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.858761752903233, 45.739918202386427 ] } }, +{ "type": "Feature", "properties": { "id": "32152", "nom": "Bachut - Mairie du 8ème", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "394", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.868191644056735, 45.736814858065003 ] } }, +{ "type": "Feature", "properties": { "id": "1874", "nom": "Centre Hospitalier Mont d'Or", "desserte": "43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2116", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.835059674524122, 45.859509067476424 ] } }, +{ "type": "Feature", "properties": { "id": "1875", "nom": "Hôpital Antoine Charial", "desserte": "73A:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "711", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.751918587902806, 45.74741851227531 ] } }, +{ "type": "Feature", "properties": { "id": "1876", "nom": "Hôpital Antoine Charial", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "710", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.752991108256222, 45.747328550490508 ] } }, +{ "type": "Feature", "properties": { "id": "1877", "nom": "Maison des Pretres", "desserte": "15A:A,18B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2118", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.812785677809024, 45.650942042823928 ] } }, +{ "type": "Feature", "properties": { "id": "1881", "nom": "Maisons Neuves", "desserte": "C11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2123", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.875978746085212, 45.755616793139367 ] } }, +{ "type": "Feature", "properties": { "id": "1882", "nom": "Maisons Neuves", "desserte": "C11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2122", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.875362159347227, 45.755630739395116 ] } }, +{ "type": "Feature", "properties": { "id": "1886", "nom": "Manissieux Clemenceau", "desserte": "26A:R,50A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2126", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.98318082370306, 45.703919475394173 ] } }, +{ "type": "Feature", "properties": { "id": "32155", "nom": "Jean XXIII - Maryse Bastié", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "484", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.874480747888589, 45.740241362423291 ] } }, +{ "type": "Feature", "properties": { "id": "32156", "nom": "Grange Blanche", "desserte": "T2:A,T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "75", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.8796023981278, 45.742490787049739 ] } }, +{ "type": "Feature", "properties": { "id": "32157", "nom": "Grange Blanche", "desserte": "T2:A,T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "82", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.879576142683223, 45.742409470126653 ] } }, +{ "type": "Feature", "properties": { "id": "32158", "nom": "Ambroise Paré", "desserte": "T2:A,T5:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "398", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.883908340017097, 45.741487695772825 ] } }, +{ "type": "Feature", "properties": { "id": "32159", "nom": "Ambroise Paré", "desserte": "T2:R,T5:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "400", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.883952622703358, 45.741552850323536 ] } }, +{ "type": "Feature", "properties": { "id": "32161", "nom": "Vinatier", "desserte": "T2:R,T5:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "402", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.893295274001932, 45.738863144241655 ] } }, +{ "type": "Feature", "properties": { "id": "32162", "nom": "Essarts - Iris", "desserte": "T2:A,T5:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "485", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.898122012445829, 45.73720079312929 ] } }, +{ "type": "Feature", "properties": { "id": "32163", "nom": "Essarts - Iris", "desserte": "T2:R,T5:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "486", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.898160990784046, 45.737259402389206 ] } }, +{ "type": "Feature", "properties": { "id": "32164", "nom": "Boutasse - Camille Rousset", "desserte": "T2:A,T5:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "408", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.904451810335779, 45.734894458389761 ] } }, +{ "type": "Feature", "properties": { "id": "32165", "nom": "Boutasse - Camille Rousset", "desserte": "T2:R,T5:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "409", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.904503423384204, 45.734967538784453 ] } }, +{ "type": "Feature", "properties": { "id": "32166", "nom": "Bron Hôtel de Ville", "desserte": "T2:A,T2:R,T5:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "459", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.909046010251642, 45.733375663856428 ] } }, +{ "type": "Feature", "properties": { "id": "32167", "nom": "Bron Hôtel de Ville", "desserte": "T2:R,T5:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "460", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.909089309863903, 45.733441281621054 ] } }, +{ "type": "Feature", "properties": { "id": "32168", "nom": "Les Alizés", "desserte": "T2:A,T5:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "487", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.914721004985633, 45.731501318297276 ] } }, +{ "type": "Feature", "properties": { "id": "32169", "nom": "Les Alizés", "desserte": "T2:R,T5:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "488", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.914763916287789, 45.731566762876312 ] } }, +{ "type": "Feature", "properties": { "id": "32172", "nom": "Parilly - Université", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "723", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.915188886111397, 45.722082833477174 ] } }, +{ "type": "Feature", "properties": { "id": "32173", "nom": "Parilly - Université", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "722", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.915292441747863, 45.722126180584631 ] } }, +{ "type": "Feature", "properties": { "id": "32174", "nom": "Europe - Université", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "489", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.918179239829337, 45.719591516522797 ] } }, +{ "type": "Feature", "properties": { "id": "32204", "nom": "Decines Republique", "desserte": "57A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3871", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.960456726171562, 45.767608653788159 ] } }, +{ "type": "Feature", "properties": { "id": "32205", "nom": "Decines Republique", "desserte": "57A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3870", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.960004550867241, 45.768645405810112 ] } }, +{ "type": "Feature", "properties": { "id": "1889", "nom": "Manufacture Montluc", "desserte": "296:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "757", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.859293398125648, 45.749287068040836 ] } }, +{ "type": "Feature", "properties": { "id": "1892", "nom": "Manufacture Montluc", "desserte": "296:R,C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "758", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.859505913378834, 45.74943531266036 ] } }, +{ "type": "Feature", "properties": { "id": "1893", "nom": "Marais", "desserte": "37A:A,7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2134", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.901635003231511, 45.785458256495843 ] } }, +{ "type": "Feature", "properties": { "id": "1894", "nom": "Marais", "desserte": "37A:R,7A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2135", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.901405757624145, 45.785508498011559 ] } }, +{ "type": "Feature", "properties": { "id": "1895", "nom": "Marcel Pagnol", "desserte": "39A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2137", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.888120661231612, 45.71298126344886 ] } }, +{ "type": "Feature", "properties": { "id": "1896", "nom": "Marcel Pagnol", "desserte": "39A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2136", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.88819384212318, 45.712619547236955 ] } }, +{ "type": "Feature", "properties": { "id": "1899", "nom": "Marcy I.N.T.", "desserte": "98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2139", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.714303394815636, 45.786753919270431 ] } }, +{ "type": "Feature", "properties": { "id": "1900", "nom": "Marcy I.N.T.", "desserte": "72B:R,98A:R,GE6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2138", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.714790708851275, 45.786122547938852 ] } }, +{ "type": "Feature", "properties": { "id": "1901", "nom": "Marcy l'Etoile", "desserte": "72B:A,72B:R,98A:R,GE6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2140", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.705655501500402, 45.782220261832698 ] } }, +{ "type": "Feature", "properties": { "id": "1902", "nom": "Marcy l'Etoile", "desserte": "72B:A,72B:R,98A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2141", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.705570004139408, 45.781429999444633 ] } }, +{ "type": "Feature", "properties": { "id": "1905", "nom": "Marcy l'Orme", "desserte": "72B:A,98A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2144", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.705732604865969, 45.77893336266181 ] } }, +{ "type": "Feature", "properties": { "id": "1906", "nom": "Marcy l'Orme", "desserte": "72B:R,98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2142", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.705703802286152, 45.7788619643134 ] } }, +{ "type": "Feature", "properties": { "id": "1907", "nom": "Marcy Vercheres", "desserte": "98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2146", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.706624102873638, 45.785890135275736 ] } }, +{ "type": "Feature", "properties": { "id": "1908", "nom": "Marcy Vercheres", "desserte": "72B:R,98A:R,GE6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2145", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.706731581804096, 45.785995876371473 ] } }, +{ "type": "Feature", "properties": { "id": "1916", "nom": "Marius Poncet", "desserte": "72B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2152", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.73803366339906, 45.758319421802909 ] } }, +{ "type": "Feature", "properties": { "id": "1917", "nom": "Marjolet", "desserte": "15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2155", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.824090462942602, 45.677055822143885 ] } }, +{ "type": "Feature", "properties": { "id": "1918", "nom": "Marjolet", "desserte": "15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2154", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.824392398346685, 45.677202140907426 ] } }, +{ "type": "Feature", "properties": { "id": "1922", "nom": "Marne - Pagere", "desserte": "24A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2160", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.916525051716415, 45.742216295030595 ] } }, +{ "type": "Feature", "properties": { "id": "1936", "nom": "Mas du Taureau", "desserte": "52A:R,C3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2167", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.910855390791653, 45.785085312142066 ] } }, +{ "type": "Feature", "properties": { "id": "1937", "nom": "Mas du Taureau", "desserte": "37A:A,7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2169", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.910068458653251, 45.785040332769064 ] } }, +{ "type": "Feature", "properties": { "id": "1938", "nom": "Mas du Taureau", "desserte": "37A:R,7A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2168", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.910854943568321, 45.785625410381343 ] } }, +{ "type": "Feature", "properties": { "id": "1939", "nom": "Rebufer", "desserte": "C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "413", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.915536491702467, 45.727431672903066 ] } }, +{ "type": "Feature", "properties": { "id": "1940", "nom": "Rebufer", "desserte": "C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "412", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.915801271023498, 45.727596613932647 ] } }, +{ "type": "Feature", "properties": { "id": "1950", "nom": "Menival Centre", "desserte": "65A:A,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2171", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.786258590242484, 45.756665369832561 ] } }, +{ "type": "Feature", "properties": { "id": "1951", "nom": "Menival Centre", "desserte": "65A:R,C21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2170", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.785730252887004, 45.756928925959556 ] } }, +{ "type": "Feature", "properties": { "id": "1953", "nom": "Ménival Sainte Anne", "desserte": "65A:A,73A:A,C21A:A,C21A:R,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "690", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.782066350652211, 45.756369732743018 ] } }, +{ "type": "Feature", "properties": { "id": "1954", "nom": "ENS Lyon", "desserte": "C22A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "786", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.830573461339893, 45.731448374368021 ] } }, +{ "type": "Feature", "properties": { "id": "1959", "nom": "Merlus", "desserte": "63A:A,63A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2174", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.79067087151497, 45.718647825669322 ] } }, +{ "type": "Feature", "properties": { "id": "1963", "nom": "Meyzieu Centre social", "desserte": "67A:A,85A:A,95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2176", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.001834116667041, 45.763879634458938 ] } }, +{ "type": "Feature", "properties": { "id": "1964", "nom": "Meyzieu Curie", "desserte": "95A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2177", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.004820818239961, 45.774277839072774 ] } }, +{ "type": "Feature", "properties": { "id": "1966", "nom": "Fenelon", "desserte": "95A:A,ZI2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2179", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.01847604670607, 45.774411735278058 ] } }, +{ "type": "Feature", "properties": { "id": "1967", "nom": "Fenelon", "desserte": "95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2180", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.018317472639296, 45.774325502296072 ] } }, +{ "type": "Feature", "properties": { "id": "1970", "nom": "Meyzieu Gare", "desserte": "323A:A,67A:A,85A:R,95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "584", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.000634596520835, 45.771775676467563 ] } }, +{ "type": "Feature", "properties": { "id": "1971", "nom": "Meyzieu Gare", "desserte": "67A:R,85A:A,95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "587", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.000675320129051, 45.771819719642991 ] } }, +{ "type": "Feature", "properties": { "id": "1974", "nom": "Meyzieu Le Carreau", "desserte": "67A:A,95A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2186", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.99084228889438, 45.776238378315149 ] } }, +{ "type": "Feature", "properties": { "id": "1975", "nom": "Meyzieu Le Carreau", "desserte": "67A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2184", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.989149542251457, 45.775549227083253 ] } }, +{ "type": "Feature", "properties": { "id": "1976", "nom": "Pommier Liberation", "desserte": "67A:A,85A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2187", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.998150688771277, 45.776533513212215 ] } }, +{ "type": "Feature", "properties": { "id": "1977", "nom": "Pommier Liberation", "desserte": "67A:R,85A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2188", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.998165714516116, 45.776578166171369 ] } }, +{ "type": "Feature", "properties": { "id": "1981", "nom": "Meyzieu Parmentier", "desserte": "95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2191", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.007964707779895, 45.772528770851103 ] } }, +{ "type": "Feature", "properties": { "id": "1982", "nom": "Meyzieu Parmentier", "desserte": "95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2192", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.007418326221195, 45.772667789951925 ] } }, +{ "type": "Feature", "properties": { "id": "1983", "nom": "Meyzieu Plantees", "desserte": "67A:A,67A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2194", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 5.011865671666102, 45.760697504507249 ] } }, +{ "type": "Feature", "properties": { "id": "1984", "nom": "Meyzieu Poste", "desserte": "85A:A,95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2197", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.998149017441603, 45.764804205431851 ] } }, +{ "type": "Feature", "properties": { "id": "1986", "nom": "Mi Plaine - Pelossier", "desserte": "26A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2201", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.957535667349481, 45.717105876648546 ] } }, +{ "type": "Feature", "properties": { "id": "1988", "nom": "Michelet", "desserte": "C2A:A,C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2204", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.890676935573843, 45.812396458459169 ] } }, +{ "type": "Feature", "properties": { "id": "1989", "nom": "Michelet", "desserte": "C2A:R,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2203", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.890106877589374, 45.812278533731345 ] } }, +{ "type": "Feature", "properties": { "id": "1996", "nom": "Minguettes Darnaise", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2207", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.866483642979992, 45.69062618166847 ] } }, +{ "type": "Feature", "properties": { "id": "2005", "nom": "Mions Jules Valles", "desserte": "62A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2209", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.949375169460842, 45.654285331293195 ] } }, +{ "type": "Feature", "properties": { "id": "2008", "nom": "Mions Poste", "desserte": "62A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2215", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.950841437405082, 45.669229716364775 ] } }, +{ "type": "Feature", "properties": { "id": "2009", "nom": "Mions Poste", "desserte": "296:R,62A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2216", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.9502715125915, 45.669936128112234 ] } }, +{ "type": "Feature", "properties": { "id": "2010", "nom": "Momet", "desserte": "5A:R,86A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2219", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.750917207356302, 45.779393190983328 ] } }, +{ "type": "Feature", "properties": { "id": "2011", "nom": "Momet", "desserte": "5A:A,86A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2218", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.751108010234917, 45.779344084362272 ] } }, +{ "type": "Feature", "properties": { "id": "2012", "nom": "Moncey - Bonnel", "desserte": "C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2220", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.850202623679261, 45.761939694862441 ] } }, +{ "type": "Feature", "properties": { "id": "2018", "nom": "Monplaisir La Plaine", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2224", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.880284208445147, 45.7260850628154 ] } }, +{ "type": "Feature", "properties": { "id": "2019", "nom": "Monplaisir La Plaine", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2225", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.880152955008165, 45.726304069109631 ] } }, +{ "type": "Feature", "properties": { "id": "2021", "nom": "Mont Blanc", "desserte": "26A:A,448A:A,79A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2226", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.887226091295621, 45.724181216297389 ] } }, +{ "type": "Feature", "properties": { "id": "2023", "nom": "Mont-Louis", "desserte": "63A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2230", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.790906397464541, 45.717589560007703 ] } }, +{ "type": "Feature", "properties": { "id": "2024", "nom": "Mont-Louis", "desserte": "63A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2229", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.79130074152231, 45.717499922818888 ] } }, +{ "type": "Feature", "properties": { "id": "2025", "nom": "Mont Saint Paul", "desserte": "68B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2233", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.964987810616483, 45.746420824714903 ] } }, +{ "type": "Feature", "properties": { "id": "2026", "nom": "Mont Saint Paul", "desserte": "68B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2231", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.964988283014164, 45.746699864385668 ] } }, +{ "type": "Feature", "properties": { "id": "2027", "nom": "Montagny", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2235", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.853460485496, 45.732234703881652 ] } }, +{ "type": "Feature", "properties": { "id": "2028", "nom": "Montagny", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2234", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.853502612522478, 45.732593806891103 ] } }, +{ "type": "Feature", "properties": { "id": "2033", "nom": "Montanay Les Dimes", "desserte": "97A:A,97A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2236", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.867907393143051, 45.877866496038699 ] } }, +{ "type": "Feature", "properties": { "id": "2036", "nom": "Montanay Mairie", "desserte": "97A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2237", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858369418809466, 45.878962850599848 ] } }, +{ "type": "Feature", "properties": { "id": "2037", "nom": "Montanay Mairie", "desserte": "97A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2238", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858678891264589, 45.878685870982721 ] } }, +{ "type": "Feature", "properties": { "id": "2038", "nom": "Montchat Kimmerling", "desserte": "25A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2240", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.900235760340569, 45.752410035503885 ] } }, +{ "type": "Feature", "properties": { "id": "2039", "nom": "Montchat Kimmerling", "desserte": "25A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2239", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.898625839985261, 45.752905862696622 ] } }, +{ "type": "Feature", "properties": { "id": "2041", "nom": "Montchat Pinel", "desserte": "25A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2244", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.896262861988317, 45.752140646059765 ] } }, +{ "type": "Feature", "properties": { "id": "2042", "nom": "Montchat Pinel", "desserte": "25A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2245", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.894531153909599, 45.752783212923347 ] } }, +{ "type": "Feature", "properties": { "id": "2047", "nom": "Montcourant", "desserte": "86A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2247", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.733277116101863, 45.809419869405936 ] } }, +{ "type": "Feature", "properties": { "id": "2048", "nom": "Montcourant", "desserte": "86A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2246", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.732878023304248, 45.809122351296025 ] } }, +{ "type": "Feature", "properties": { "id": "2049", "nom": "Montee de Champagne", "desserte": "S11A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2249", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.80249734076051, 45.790765952956811 ] } }, +{ "type": "Feature", "properties": { "id": "2050", "nom": "Montee de Champagne", "desserte": "S11A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2248", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.802819449824399, 45.790488848228584 ] } }, +{ "type": "Feature", "properties": { "id": "2051", "nom": "Montee des Soldats", "desserte": "70A:A,9A:A,C1A:A,C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2251", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858742393093382, 45.795331920297734 ] } }, +{ "type": "Feature", "properties": { "id": "2052", "nom": "Montee des Soldats", "desserte": "70A:R,9A:R,C1A:R,C2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2250", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858467421003049, 45.795509118332085 ] } }, +{ "type": "Feature", "properties": { "id": "2053", "nom": "Louis Bouquet", "desserte": "20A:A,2A:A,71A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2252", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.818792052457306, 45.797811937904548 ] } }, +{ "type": "Feature", "properties": { "id": "2054", "nom": "Louis Bouquet", "desserte": "20A:R,2A:R,71A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2253", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.818989008744673, 45.798126946994941 ] } }, +{ "type": "Feature", "properties": { "id": "2055", "nom": "Montessuy Calmette", "desserte": "C1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2255", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.843597516419646, 45.791683390599509 ] } }, +{ "type": "Feature", "properties": { "id": "2057", "nom": "Montessuy Fleming", "desserte": "C1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2257", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.846725126522253, 45.794461806825389 ] } }, +{ "type": "Feature", "properties": { "id": "2058", "nom": "Montessuy Fleming", "desserte": "C1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2256", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.846565940453914, 45.794416487076283 ] } }, +{ "type": "Feature", "properties": { "id": "2059", "nom": "Montessuy Gutenberg", "desserte": "77A:A,77A:R,C13A:A,C13A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2258", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.849270553557006, 45.795031115785896 ] } }, +{ "type": "Feature", "properties": { "id": "2060", "nom": "Montessuy Hauts St Clair", "desserte": "C13A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2260", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.848933126093101, 45.794275806350271 ] } }, +{ "type": "Feature", "properties": { "id": "2061", "nom": "Montferrat", "desserte": "52A:R,C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2263", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.920346983647216, 45.740652142055843 ] } }, +{ "type": "Feature", "properties": { "id": "2062", "nom": "Montferrat", "desserte": "52A:A,C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2262", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.920524833393231, 45.740332996973365 ] } }, +{ "type": "Feature", "properties": { "id": "2064", "nom": "Montfort", "desserte": "21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2265", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.752566927176739, 45.862058523865819 ] } }, +{ "type": "Feature", "properties": { "id": "2065", "nom": "Montgay Ampere", "desserte": "33A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2267", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.863008349957345, 45.822645127532809 ] } }, +{ "type": "Feature", "properties": { "id": "2066", "nom": "Montgay Ampere", "desserte": "33A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2266", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.862987222878626, 45.822465575378182 ] } }, +{ "type": "Feature", "properties": { "id": "2072", "nom": "Montgolfier", "desserte": "76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2268", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.964294498885079, 45.72732661524838 ] } }, +{ "type": "Feature", "properties": { "id": "2073", "nom": "Mont Louis", "desserte": "C14A:A,S15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2270", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.786806127959085, 45.789174107327042 ] } }, +{ "type": "Feature", "properties": { "id": "2074", "nom": "Mont Louis", "desserte": "C14A:R,S15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2273", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.787170444767467, 45.789265170867587 ] } }, +{ "type": "Feature", "properties": { "id": "2077", "nom": "Corbas Les Roses", "desserte": "87A:A,ZI1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2278", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.912372409897613, 45.680967068085849 ] } }, +{ "type": "Feature", "properties": { "id": "2078", "nom": "Corbas Les Roses", "desserte": "87A:R,ZI1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2277", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.912613195855816, 45.680898525620428 ] } }, +{ "type": "Feature", "properties": { "id": "2080", "nom": "Montmein Centre", "desserte": "88B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2279", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.807424134485663, 45.708270957714291 ] } }, +{ "type": "Feature", "properties": { "id": "2082", "nom": "Montmein Nord", "desserte": "88B:A,88B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2281", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.806657699165115, 45.710088039405193 ] } }, +{ "type": "Feature", "properties": { "id": "2084", "nom": "Montmein Sud", "desserte": "88B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2283", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.808769196366486, 45.706180089354234 ] } }, +{ "type": "Feature", "properties": { "id": "2085", "nom": "Montribloud", "desserte": "14B:R,45A:A,55A:A,72B:A,73A:A,86A:A,90A:A,98A:A,C21A:A,C21A:R,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2286", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.790969986158525, 45.766868628083365 ] } }, +{ "type": "Feature", "properties": { "id": "2086", "nom": "Montribloud", "desserte": "14B:A,45A:R,55A:R,72B:R,73A:R,86A:R,90A:R,98A:R,C21A:A,C21A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2285", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.791334170863053, 45.766671644746211 ] } }, +{ "type": "Feature", "properties": { "id": "2087", "nom": "Ambroise Paré", "desserte": "C26A:R,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "396", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.88532821407649, 45.74175889390942 ] } }, +{ "type": "Feature", "properties": { "id": "2088", "nom": "Ambroise Paré", "desserte": "C26A:A,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "397", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.884307846845814, 45.741656043252775 ] } }, +{ "type": "Feature", "properties": { "id": "2092", "nom": "Moulin a Vent", "desserte": "C22A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2292", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.853089492324423, 45.729461655447224 ] } }, +{ "type": "Feature", "properties": { "id": "2094", "nom": "Moulin a Vent", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2289", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.85373522417437, 45.728123995282665 ] } }, +{ "type": "Feature", "properties": { "id": "2096", "nom": "Moulin Carron", "desserte": "19A:A,89A:A,C6B:A,S15A:A,S15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2294", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.779833709234549, 45.789199974859528 ] } }, +{ "type": "Feature", "properties": { "id": "2101", "nom": "La Mulatiere Belle Rive", "desserte": "8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2297", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.812117233418949, 45.740364226212577 ] } }, +{ "type": "Feature", "properties": { "id": "2102", "nom": "Maison du Confluent", "desserte": "15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2299", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.816644367816964, 45.725862558759097 ] } }, +{ "type": "Feature", "properties": { "id": "2103", "nom": "Maison du Confluent", "desserte": "15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2300", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.816557454409404, 45.726215521293902 ] } }, +{ "type": "Feature", "properties": { "id": "2106", "nom": "Musset - Poudrette", "desserte": "C15A:R,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2305", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.921183838329382, 45.757375596173283 ] } }, +{ "type": "Feature", "properties": { "id": "2109", "nom": "Nicolas Garnier - Poudrette", "desserte": "C15A:R,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2307", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.921135355655725, 45.75552240890044 ] } }, +{ "type": "Feature", "properties": { "id": "2110", "nom": "Nicolas Garnier - Poudrette", "desserte": "C15A:A,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2306", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.921159106870693, 45.7552068106231 ] } }, +{ "type": "Feature", "properties": { "id": "2113", "nom": "Narcel", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2310", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.795987736808847, 45.729224563510883 ] } }, +{ "type": "Feature", "properties": { "id": "2128", "nom": "Niepce", "desserte": "S4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2312", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.816405259869175, 45.779613397008667 ] } }, +{ "type": "Feature", "properties": { "id": "2129", "nom": "Noailleux", "desserte": "77A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2314", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.868212280027818, 45.846741749851134 ] } }, +{ "type": "Feature", "properties": { "id": "2130", "nom": "Noailleux", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2315", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.868160812376071, 45.846742908730327 ] } }, +{ "type": "Feature", "properties": { "id": "2133", "nom": "Norenchal", "desserte": "77A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2318", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.847116509785717, 45.835792105820985 ] } }, +{ "type": "Feature", "properties": { "id": "2134", "nom": "Norenchal", "desserte": "77A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2317", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.846911238041022, 45.836372774000232 ] } }, +{ "type": "Feature", "properties": { "id": "2139", "nom": "Notre Dame du Grand Port", "desserte": "71A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2319", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.840482752756281, 45.819359705590188 ] } }, +{ "type": "Feature", "properties": { "id": "2140", "nom": "Nouveau cimetiere Rillieux", "desserte": "C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2322", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.906132217402318, 45.82416086924087 ] } }, +{ "type": "Feature", "properties": { "id": "2141", "nom": "Nouveau cimetiere Rillieux", "desserte": "C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2321", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.906100189317072, 45.824026578642425 ] } }, +{ "type": "Feature", "properties": { "id": "2142", "nom": "Nouveau cimetiere Venissieux", "desserte": "39A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2324", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.88066860892355, 45.690188229043066 ] } }, +{ "type": "Feature", "properties": { "id": "2143", "nom": "Nouveau cimetiere Venissieux", "desserte": "39A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2323", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.880692192523633, 45.690142687331338 ] } }, +{ "type": "Feature", "properties": { "id": "2146", "nom": "Novy Jicin", "desserte": "35A:A,35A:R,87A:R,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2326", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.896874097188263, 45.696471406310621 ] } }, +{ "type": "Feature", "properties": { "id": "2150", "nom": "Observance", "desserte": "90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2329", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.80964842733898, 45.76867303610716 ] } }, +{ "type": "Feature", "properties": { "id": "2151", "nom": "Oullins Clement Desormes", "desserte": "8A:A,8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2331", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.804278458276348, 45.722363776278769 ] } }, +{ "type": "Feature", "properties": { "id": "2157", "nom": "Oullins Mairie", "desserte": "63A:R,78B:R,88B:R,C10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2335", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.806915094878678, 45.714393856494233 ] } }, +{ "type": "Feature", "properties": { "id": "2158", "nom": "Oullins Ville", "desserte": "78B:A,C10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2337", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.801630063508916, 45.711431771494468 ] } }, +{ "type": "Feature", "properties": { "id": "2160", "nom": "Oullins Ville", "desserte": "63A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2336", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.802242743084268, 45.712489425008727 ] } }, +{ "type": "Feature", "properties": { "id": "2166", "nom": "Pan Perdu", "desserte": "76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2339", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.927270705404573, 45.683738296959888 ] } }, +{ "type": "Feature", "properties": { "id": "2167", "nom": "Pan Perdu", "desserte": "76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2340", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.926777869984046, 45.683362619825765 ] } }, +{ "type": "Feature", "properties": { "id": "2169", "nom": "Panorama", "desserte": "171:R,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2342", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.875744543411995, 45.797352250157473 ] } }, +{ "type": "Feature", "properties": { "id": "2170", "nom": "Gargantua", "desserte": "3A:A,3A:R,89A:R,GE4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2346", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.757814873531688, 45.820658077530041 ] } }, +{ "type": "Feature", "properties": { "id": "2171", "nom": "Gargantua", "desserte": "3A:R,89A:A,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2343", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.75760594418579, 45.821175634296424 ] } }, +{ "type": "Feature", "properties": { "id": "2186", "nom": "Parc Tete d'Or-Churchill", "desserte": "38A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2354", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.845285605736065, 45.77622658897841 ] } }, +{ "type": "Feature", "properties": { "id": "2187", "nom": "Parc Tete d'Or - Duquesne", "desserte": "27A:A,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2362", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.850328328424333, 45.773134411516054 ] } }, +{ "type": "Feature", "properties": { "id": "2189", "nom": "Parc Tete d'Or - Duquesne", "desserte": "27A:R,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2361", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.850680615720432, 45.773243540770778 ] } }, +{ "type": "Feature", "properties": { "id": "2198", "nom": "Part-Dieu Auditorium", "desserte": "38A:R,C25B:R,C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2370", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.853121710551298, 45.762216348088018 ] } }, +{ "type": "Feature", "properties": { "id": "2206", "nom": "Part-Dieu Jules Favre", "desserte": "70A:A,C1A:A,C2A:A,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2377", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858465177721596, 45.764319756557242 ] } }, +{ "type": "Feature", "properties": { "id": "2210", "nom": "Part-Dieu Jules Favre", "desserte": "448A:A,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2374", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.85766217385207, 45.76363569298735 ] } }, +{ "type": "Feature", "properties": { "id": "2211", "nom": "Part-Dieu Jules Favre", "desserte": "C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2378", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.857460733908711, 45.763730228629655 ] } }, +{ "type": "Feature", "properties": { "id": "2212", "nom": "Part-Dieu Renaudel", "desserte": "25A:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2381", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.85841290521422, 45.757849031513359 ] } }, +{ "type": "Feature", "properties": { "id": "2213", "nom": "Part-Dieu Renaudel", "desserte": "25A:R,296:R,C13A:A,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2380", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858694352020858, 45.757536666385995 ] } }, +{ "type": "Feature", "properties": { "id": "2226", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "C1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "527", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858044799853728, 45.761601818976679 ] } }, +{ "type": "Feature", "properties": { "id": "2227", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "38A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5224", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858167228974432, 45.760905973015845 ] } }, +{ "type": "Feature", "properties": { "id": "2229", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "C2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "525", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.85760538122145, 45.762115756993673 ] } }, +{ "type": "Feature", "properties": { "id": "2230", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "70A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "526", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.857938995490327, 45.762099263942254 ] } }, +{ "type": "Feature", "properties": { "id": "2233", "nom": "Passage Comtois", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2383", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.875886592182624, 45.729659164833357 ] } }, +{ "type": "Feature", "properties": { "id": "2234", "nom": "Passerelle Palais Justice", "desserte": "31A:R,40A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2384", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.831221515570158, 45.761102894801347 ] } }, +{ "type": "Feature", "properties": { "id": "2238", "nom": "Paul Bert - Turbil", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2386", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.868432102679241, 45.756768392829343 ] } }, +{ "type": "Feature", "properties": { "id": "2243", "nom": "Paul Santy", "desserte": "55A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2389", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.770448025189611, 45.770456696829669 ] } }, +{ "type": "Feature", "properties": { "id": "2244", "nom": "Pavillon Chirurgical", "desserte": "88B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2391", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.807963322765525, 45.702822470944596 ] } }, +{ "type": "Feature", "properties": { "id": "2252", "nom": "Pelloutier", "desserte": "87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2393", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.902662367427124, 45.687544728323175 ] } }, +{ "type": "Feature", "properties": { "id": "2253", "nom": "Pelloutier", "desserte": "87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2392", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.902511346334482, 45.68761119432439 ] } }, +{ "type": "Feature", "properties": { "id": "2255", "nom": "Pennachy", "desserte": "17B:A,88B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2395", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.807711786448061, 45.695213129431963 ] } }, +{ "type": "Feature", "properties": { "id": "2257", "nom": "Penon", "desserte": "62A:A,87A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2396", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.962345519148782, 45.666809420121247 ] } }, +{ "type": "Feature", "properties": { "id": "2258", "nom": "Penon", "desserte": "62A:R,87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2397", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.962545565149979, 45.666696714048577 ] } }, +{ "type": "Feature", "properties": { "id": "2294", "nom": "Perroncel", "desserte": "C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2399", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.88416108291493, 45.776809595064933 ] } }, +{ "type": "Feature", "properties": { "id": "2297", "nom": "Petit Perron", "desserte": "17B:A,17B:R,88B:R,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2400", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.808069232425862, 45.698598656081082 ] } }, +{ "type": "Feature", "properties": { "id": "2298", "nom": "Petit Perron", "desserte": "17B:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2401", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.808064793143555, 45.698499742107515 ] } }, +{ "type": "Feature", "properties": { "id": "2299", "nom": "Petit Sainte Foy", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2403", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.809152581604536, 45.745623192248829 ] } }, +{ "type": "Feature", "properties": { "id": "2300", "nom": "Petit Sainte Foy", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2402", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.809454852560213, 45.745769551166021 ] } }, +{ "type": "Feature", "properties": { "id": "2305", "nom": "Petite Guille", "desserte": "35A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2407", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.859185621438788, 45.731791104273142 ] } }, +{ "type": "Feature", "properties": { "id": "2306", "nom": "Petite Guille", "desserte": "35A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2406", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.859456151084268, 45.731523987013084 ] } }, +{ "type": "Feature", "properties": { "id": "2307", "nom": "Peupliers", "desserte": "171:A,C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2412", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.871538391269903, 45.793765697464913 ] } }, +{ "type": "Feature", "properties": { "id": "2314", "nom": "Picard", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2416", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.864897151167534, 45.707827329646882 ] } }, +{ "type": "Feature", "properties": { "id": "32503", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "520", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.858002478338326, 45.761800796970448 ] } }, +{ "type": "Feature", "properties": { "id": "32583", "nom": "Porte des Alpes", "desserte": "T2:A,T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "345", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.925836296816774, 45.718467390675677 ] } }, +{ "type": "Feature", "properties": { "id": "32642", "nom": "Nervieux", "desserte": "71A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3885", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.823799485850743, 45.810845987130804 ] } }, +{ "type": "Feature", "properties": { "id": "32643", "nom": "Nervieux", "desserte": "71A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3884", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.823588051170729, 45.810724650285536 ] } }, +{ "type": "Feature", "properties": { "id": "32644", "nom": "Les Combes de St Cyr", "desserte": "71A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3887", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.825924402432289, 45.812860208703995 ] } }, +{ "type": "Feature", "properties": { "id": "32646", "nom": "Serpoly", "desserte": "71A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3889", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.82718507924293, 45.814263466889706 ] } }, +{ "type": "Feature", "properties": { "id": "32647", "nom": "Serpoly", "desserte": "71A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3890", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.827161804403722, 45.814317990073306 ] } }, +{ "type": "Feature", "properties": { "id": "32648", "nom": "La Baticoliere", "desserte": "71A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1657", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.828677889591747, 45.815958605228367 ] } }, +{ "type": "Feature", "properties": { "id": "39934", "nom": "La Soie - Poudrette", "desserte": "52A:A,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4554", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.920249533023516, 45.761303739703678 ] } }, +{ "type": "Feature", "properties": { "id": "39935", "nom": "La Soie - Poudrette", "desserte": "52A:R,C15A:A,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4555", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.9203343913982, 45.76119376932914 ] } }, +{ "type": "Feature", "properties": { "id": "39936", "nom": "Cite Tase", "desserte": "ZI5B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1181", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.928706895496787, 45.758471370375148 ] } }, +{ "type": "Feature", "properties": { "id": "39937", "nom": "Carre de Soie", "desserte": "52A:A,67A:R,ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4558", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.920237337131503, 45.764877606804347 ] } }, +{ "type": "Feature", "properties": { "id": "39941", "nom": "Hopital Feyzin Venissieux", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "675", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861651551470492, 45.688241569614142 ] } }, +{ "type": "Feature", "properties": { "id": "39942", "nom": "Hopital Feyzin Venissieux", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "679", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861613371299255, 45.688890699715699 ] } }, +{ "type": "Feature", "properties": { "id": "39947", "nom": "Cimetiere de St Fons", "desserte": "60A:R,93A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3160", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.857953365736281, 45.697875292802628 ] } }, +{ "type": "Feature", "properties": { "id": "39948", "nom": "Cimetiere de St Fons", "desserte": "60A:A,93A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3161", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.858123201979363, 45.697376405350653 ] } }, +{ "type": "Feature", "properties": { "id": "39956", "nom": "Port Edouard Herriot", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3112", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.838870774620724, 45.725423083141969 ] } }, +{ "type": "Feature", "properties": { "id": "39958", "nom": "Le Bandonnier", "desserte": "60A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4574", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.860734040458345, 45.664940211980642 ] } }, +{ "type": "Feature", "properties": { "id": "39959", "nom": "Les Geraniums", "desserte": "60A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1978", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861544613079912, 45.666380152033327 ] } }, +{ "type": "Feature", "properties": { "id": "39960", "nom": "Feyzin Mairie", "desserte": "39A:A,60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4575", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.859960987644897, 45.670205328778877 ] } }, +{ "type": "Feature", "properties": { "id": "39974", "nom": "Joliot-Curie - Marcel Sembat", "desserte": "35A:A,79A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "634", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.879428183268093, 45.713952751552803 ] } }, +{ "type": "Feature", "properties": { "id": "39975", "nom": "Joliot-Curie - Marcel Sembat", "desserte": "35A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "633", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.878529676867902, 45.71397311514454 ] } }, +{ "type": "Feature", "properties": { "id": "42534", "nom": "Constant", "desserte": "C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3599", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.888422276272071, 45.745550156909808 ] } }, +{ "type": "Feature", "properties": { "id": "42563", "nom": "Vaulx-en-Velin Resistance", "desserte": "C8A:A,C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4746", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.919689791911487, 45.785809666229909 ] } }, +{ "type": "Feature", "properties": { "id": "42574", "nom": "Rillieux - Les Alagniers", "desserte": "ZI4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4748", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.893752907373634, 45.814892632831757 ] } }, +{ "type": "Feature", "properties": { "id": "42575", "nom": "Rillieux - Les Alagniers", "desserte": "33A:A,33A:R,ZI4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4750", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.893816260468729, 45.814594143045497 ] } }, +{ "type": "Feature", "properties": { "id": "42594", "nom": "La Sucriere", "desserte": "S1A:A,S1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4527", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.815352316645444, 45.737940389978057 ] } }, +{ "type": "Feature", "properties": { "id": "32650", "nom": "Route de Saint Romain", "desserte": "71A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3892", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.830858816436428, 45.821184942674094 ] } }, +{ "type": "Feature", "properties": { "id": "32652", "nom": "Chantemale", "desserte": "71A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3893", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.832058597668388, 45.822572673529187 ] } }, +{ "type": "Feature", "properties": { "id": "32653", "nom": "Chemin de l'Ecully", "desserte": "71A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3895", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.833933938893745, 45.824546127455683 ] } }, +{ "type": "Feature", "properties": { "id": "32655", "nom": "Les Chanterelles", "desserte": "71A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3896", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.835527335373257, 45.823628586857303 ] } }, +{ "type": "Feature", "properties": { "id": "32657", "nom": "Ecoles de Collonges", "desserte": "71A:A,71A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3898", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.838350057322566, 45.822566647581745 ] } }, +{ "type": "Feature", "properties": { "id": "32659", "nom": "Grand Port", "desserte": "71A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3900", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.840392481929886, 45.82048687583427 ] } }, +{ "type": "Feature", "properties": { "id": "32742", "nom": "A.Thomas - INSERM", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3902", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.876511907516341, 45.743768023466075 ] } }, +{ "type": "Feature", "properties": { "id": "32782", "nom": "Cazeneuve - Berthelot", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3849", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.865317901211249, 45.737413873618699 ] } }, +{ "type": "Feature", "properties": { "id": "32962", "nom": "Grange Blanche", "desserte": "C13A:A,C13A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "72", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.878543042806069, 45.742929925285623 ] } }, +{ "type": "Feature", "properties": { "id": "33044", "nom": "Le Ponterle", "desserte": "72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3907", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.747716035014478, 45.756842760171672 ] } }, +{ "type": "Feature", "properties": { "id": "33045", "nom": "Marcy Saule", "desserte": "72B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3910", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.702051244186126, 45.778578928678989 ] } }, +{ "type": "Feature", "properties": { "id": "33062", "nom": "Cuzin - Picasso", "desserte": "57A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3912", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.917930892948872, 45.775201336451993 ] } }, +{ "type": "Feature", "properties": { "id": "33063", "nom": "Cuzin - Picasso", "desserte": "57A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3911", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.917971974849224, 45.775254401124783 ] } }, +{ "type": "Feature", "properties": { "id": "33102", "nom": "Robert Reynier", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3914", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861414009672431, 45.708076809921657 ] } }, +{ "type": "Feature", "properties": { "id": "33123", "nom": "Subsistances", "desserte": "19A:R,31A:R,40A:R,C14A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3915", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.817448144159863, 45.767654869886897 ] } }, +{ "type": "Feature", "properties": { "id": "33124", "nom": "Marietton - S. Apollinaire", "desserte": "5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3664", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.793930127417371, 45.774688793863056 ] } }, +{ "type": "Feature", "properties": { "id": "33125", "nom": "College des Battieres", "desserte": "65A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3917", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.781426324850951, 45.751226113273219 ] } }, +{ "type": "Feature", "properties": { "id": "33126", "nom": "College des Battieres", "desserte": "65A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3916", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.781540332186952, 45.751187626099203 ] } }, +{ "type": "Feature", "properties": { "id": "33127", "nom": "Berjon - St Simon", "desserte": "5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "919", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.797655696852032, 45.776308404371129 ] } }, +{ "type": "Feature", "properties": { "id": "33128", "nom": "Marietton - Pont SNCF", "desserte": "5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3626", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.800647880107209, 45.775909748734783 ] } }, +{ "type": "Feature", "properties": { "id": "33203", "nom": "Parc Technologique", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "491", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.931195203624081, 45.714358096162933 ] } }, +{ "type": "Feature", "properties": { "id": "33204", "nom": "Parc Technologique", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "492", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.931265772210948, 45.714415873595833 ] } }, +{ "type": "Feature", "properties": { "id": "33205", "nom": "Hauts de Feuilly", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "493", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.93756458679639, 45.708142521138569 ] } }, +{ "type": "Feature", "properties": { "id": "33206", "nom": "Hauts de Feuilly", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "494", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.937613121651419, 45.708076585057896 ] } }, +{ "type": "Feature", "properties": { "id": "33207", "nom": "Salvador Allende", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "495", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.934846694756169, 45.70342942656962 ] } }, +{ "type": "Feature", "properties": { "id": "33208", "nom": "Salvador Allende", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "496", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.934957492389314, 45.703444232561552 ] } }, +{ "type": "Feature", "properties": { "id": "42655", "nom": "Brunel", "desserte": "68B:A,ZI5B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3621", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.927791192002322, 45.758699002116138 ] } }, +{ "type": "Feature", "properties": { "id": "42656", "nom": "Brunel", "desserte": "68B:R,ZI5B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3622", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.927152397002976, 45.758777293590342 ] } }, +{ "type": "Feature", "properties": { "id": "42657", "nom": "Allee de l'eglise", "desserte": "68B:A,ZI5B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4755", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.921952275498872, 45.75910392035459 ] } }, +{ "type": "Feature", "properties": { "id": "42661", "nom": "Salengro - Genas", "desserte": "68B:A,ZI5B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4756", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.926967611284025, 45.746386503816083 ] } }, +{ "type": "Feature", "properties": { "id": "42663", "nom": "Salengro - Genas", "desserte": "24A:A,25A:A,52A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4758", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.926591921953582, 45.746053116676656 ] } }, +{ "type": "Feature", "properties": { "id": "42664", "nom": "Salengro - Genas", "desserte": "24A:R,25A:R,52A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4759", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.926545205397399, 45.746153210889787 ] } }, +{ "type": "Feature", "properties": { "id": "42665", "nom": "Saxe - Gambetta", "desserte": "C11A:A,C11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "203", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.847826834056173, 45.75327968997555 ] } }, +{ "type": "Feature", "properties": { "id": "42677", "nom": "INSA - Einstein", "desserte": "C17A:A,C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3931", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.877920047277193, 45.782333807380553 ] } }, +{ "type": "Feature", "properties": { "id": "42678", "nom": "INSA - Einstein", "desserte": "C17A:R,C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3930", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.877206967093608, 45.782214920847046 ] } }, +{ "type": "Feature", "properties": { "id": "42679", "nom": "Antonins", "desserte": "C17A:A,C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "838", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.879315005993202, 45.778557673217833 ] } }, +{ "type": "Feature", "properties": { "id": "42681", "nom": "Voillot", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4762", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.912792289611469, 45.750907397330622 ] } }, +{ "type": "Feature", "properties": { "id": "42708", "nom": "Pasteur - 11 Novembre", "desserte": "62A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3961", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.926797211805164, 45.700978106331988 ] } }, +{ "type": "Feature", "properties": { "id": "42709", "nom": "Arsonval", "desserte": "62A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4768", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.930235037956478, 45.700871650880302 ] } }, +{ "type": "Feature", "properties": { "id": "42710", "nom": "Arsonval", "desserte": "62A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4767", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.929250750691237, 45.700975422301234 ] } }, +{ "type": "Feature", "properties": { "id": "42711", "nom": "Jean Moulin", "desserte": "62A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4769", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.933518862188881, 45.700768655854937 ] } }, +{ "type": "Feature", "properties": { "id": "42712", "nom": "Jean Moulin", "desserte": "62A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4770", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.932636818396946, 45.700861088188297 ] } }, +{ "type": "Feature", "properties": { "id": "42713", "nom": "Grisard", "desserte": "62A:A,76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3590", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.947602280648333, 45.697867208283114 ] } }, +{ "type": "Feature", "properties": { "id": "42714", "nom": "Grisard", "desserte": "62A:R,76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3591", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.947655352878226, 45.697631931191658 ] } }, +{ "type": "Feature", "properties": { "id": "42715", "nom": "Chemin de Revaison", "desserte": "62A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3062", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.916279117680783, 45.704335011235706 ] } }, +{ "type": "Feature", "properties": { "id": "42736", "nom": "Cusset", "desserte": "301A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "48", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.900279577024008, 45.765666556486131 ] } }, +{ "type": "Feature", "properties": { "id": "42737", "nom": "Flachet", "desserte": "301A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "50", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.89005425772041, 45.767548354798166 ] } }, +{ "type": "Feature", "properties": { "id": "42738", "nom": "Gratte Ciel", "desserte": "301A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "86", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.882205042817983, 45.768984435428315 ] } }, +{ "type": "Feature", "properties": { "id": "42739", "nom": "République Villeurbanne", "desserte": "301A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "308", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.873672963767564, 45.770559968724349 ] } }, +{ "type": "Feature", "properties": { "id": "42740", "nom": "Charpennes", "desserte": "301A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "250", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.864298583325514, 45.770543478420542 ] } }, +{ "type": "Feature", "properties": { "id": "42741", "nom": "Masséna", "desserte": "301A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "130", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.853429703947015, 45.76953888320007 ] } }, +{ "type": "Feature", "properties": { "id": "42743", "nom": "Hôtel de Ville - Louis Pradel", "desserte": "301A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "118", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.836094655323641, 45.767312343779615 ] } }, +{ "type": "Feature", "properties": { "id": "2317", "nom": "Pierre Audry", "desserte": "66A:R,90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2419", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.808455165324796, 45.761867486835172 ] } }, +{ "type": "Feature", "properties": { "id": "2318", "nom": "Pierre-Benite Centre", "desserte": "15A:A,18B:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2421", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.821258430483606, 45.702519730996862 ] } }, +{ "type": "Feature", "properties": { "id": "2319", "nom": "Pierre-Benite Centre", "desserte": "15A:R,18B:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2420", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.820897650684648, 45.703634851654385 ] } }, +{ "type": "Feature", "properties": { "id": "2335", "nom": "Pinel - Laennec", "desserte": "1EX:R,24A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2432", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.889420773353383, 45.735202923527439 ] } }, +{ "type": "Feature", "properties": { "id": "2336", "nom": "Pinel - Laennec", "desserte": "1EX:A,24A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2431", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.888978437244072, 45.735366007795655 ] } }, +{ "type": "Feature", "properties": { "id": "2344", "nom": "Piscine d'Alaï", "desserte": "14B:A,2EX:R,73A:R,C21A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "695", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.77129079797128, 45.752301507963303 ] } }, +{ "type": "Feature", "properties": { "id": "2345", "nom": "Piscine d'Alaï", "desserte": "2EX:A,73A:A,C21A:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "697", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.771164731501684, 45.752358247965923 ] } }, +{ "type": "Feature", "properties": { "id": "2350", "nom": "Place Docteurs Merieux", "desserte": "C22A:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2436", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.825485408203443, 45.733218446124454 ] } }, +{ "type": "Feature", "properties": { "id": "2358", "nom": "Place Croix-Luizet", "desserte": "37A:A,69A:R,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2440", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.882782990866699, 45.780108342144018 ] } }, +{ "type": "Feature", "properties": { "id": "2359", "nom": "Place Croix-Luizet", "desserte": "37A:R,69A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2439", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.882273051199989, 45.779930874152299 ] } }, +{ "type": "Feature", "properties": { "id": "2367", "nom": "Croix-Rousse", "desserte": "C13A:A,C13A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "337", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.832425211572224, 45.774823089546985 ] } }, +{ "type": "Feature", "properties": { "id": "2369", "nom": "Croix-Rousse", "desserte": "S12A:A,S12A:R,S6A:A,S6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "334", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.832936110331875, 45.774624058636967 ] } }, +{ "type": "Feature", "properties": { "id": "2378", "nom": "Place des Buers", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2441", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.891792316198887, 45.779363632469952 ] } }, +{ "type": "Feature", "properties": { "id": "2379", "nom": "Place des Buers", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2442", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.891754698896746, 45.779661534171098 ] } }, +{ "type": "Feature", "properties": { "id": "2384", "nom": "Place Flammarion", "desserte": "2A:A,C18A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2446", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.820418019717084, 45.779308690922917 ] } }, +{ "type": "Feature", "properties": { "id": "2385", "nom": "Place Flammarion", "desserte": "2A:R,C18A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2447", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.821009330275975, 45.779583647927403 ] } }, +{ "type": "Feature", "properties": { "id": "2388", "nom": "Place Flammarion", "desserte": "S4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2445", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.820486626116649, 45.77997325819107 ] } }, +{ "type": "Feature", "properties": { "id": "2396", "nom": "Place Henri", "desserte": "25A:A,C13A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2449", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.879804026353068, 45.748239131991355 ] } }, +{ "type": "Feature", "properties": { "id": "2397", "nom": "Place Henri", "desserte": "25A:R,C13A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2448", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.879325102767421, 45.748448011232433 ] } }, +{ "type": "Feature", "properties": { "id": "2402", "nom": "Place Stalingrad", "desserte": "C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2450", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.852012380885443, 45.74948647631804 ] } }, +{ "type": "Feature", "properties": { "id": "2403", "nom": "Place Wilson", "desserte": "37A:A,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2453", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.868654780813964, 45.774459909002246 ] } }, +{ "type": "Feature", "properties": { "id": "2404", "nom": "Place Wilson", "desserte": "37A:R,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2452", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.868261830592157, 45.774306745460471 ] } }, +{ "type": "Feature", "properties": { "id": "2408", "nom": "Plan du Loup (Les Razes)", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2459", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.786063370465939, 45.7352382851846 ] } }, +{ "type": "Feature", "properties": { "id": "2409", "nom": "Plan du Loup (Les Razes)", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2458", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.786170502832572, 45.735334957251652 ] } }, +{ "type": "Feature", "properties": { "id": "2410", "nom": "Point du Jour", "desserte": "90A:R,C21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2460", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.797535579292421, 45.75637370925314 ] } }, +{ "type": "Feature", "properties": { "id": "2411", "nom": "Point du Jour", "desserte": "90A:A,C21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2463", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.797963525511695, 45.756454337066337 ] } }, +{ "type": "Feature", "properties": { "id": "2412", "nom": "Poleymieux Eglise", "desserte": "84A:A,84A:R,R2A:A,R2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2464", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.802551839574249, 45.857697252411832 ] } }, +{ "type": "Feature", "properties": { "id": "30413", "nom": "Pavillon 2C", "desserte": "88B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3821", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.808924601858498, 45.699911962337595 ] } }, +{ "type": "Feature", "properties": { "id": "30504", "nom": "Le Joli Mai", "desserte": "73A:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3817", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.720839654039867, 45.738992246891279 ] } }, +{ "type": "Feature", "properties": { "id": "30505", "nom": "Le Joli Mai", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3818", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.721429645301836, 45.739258733815277 ] } }, +{ "type": "Feature", "properties": { "id": "30519", "nom": "La Graviere", "desserte": "90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3819", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804093218463848, 45.762674523277035 ] } }, +{ "type": "Feature", "properties": { "id": "30520", "nom": "La Graviere", "desserte": "90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3820", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804086362301469, 45.762521655794309 ] } }, +{ "type": "Feature", "properties": { "id": "30547", "nom": "Cazeneuve - Berliet", "desserte": "296:R,C16A:R,C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3822", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.866176823706906, 45.7393207833479 ] } }, +{ "type": "Feature", "properties": { "id": "30822", "nom": "Le Four", "desserte": "77A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3826", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.876563125667698, 45.856031912379692 ] } }, +{ "type": "Feature", "properties": { "id": "30823", "nom": "Le Four", "desserte": "77A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3825", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.877063376927706, 45.856263650664253 ] } }, +{ "type": "Feature", "properties": { "id": "31022", "nom": "Cornavent", "desserte": "16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3828", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.967447621230731, 45.769362441487019 ] } }, +{ "type": "Feature", "properties": { "id": "31023", "nom": "Cornavent", "desserte": "16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3827", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.967343490542687, 45.769067825738553 ] } }, +{ "type": "Feature", "properties": { "id": "31045", "nom": "Noyers", "desserte": "65A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3829", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.781729634703799, 45.751975588445582 ] } }, +{ "type": "Feature", "properties": { "id": "31046", "nom": "Noyers", "desserte": "65A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3830", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.781991277133376, 45.752365931668081 ] } }, +{ "type": "Feature", "properties": { "id": "31047", "nom": "Rue de la Garenne", "desserte": "65A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3832", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.780978197387373, 45.750110751532041 ] } }, +{ "type": "Feature", "properties": { "id": "31048", "nom": "Rue de la Garenne", "desserte": "65A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3831", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.78134470397513, 45.749967754692811 ] } }, +{ "type": "Feature", "properties": { "id": "31242", "nom": "Max Barel", "desserte": "35A:A,ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3833", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.897246291222053, 45.69839820900814 ] } }, +{ "type": "Feature", "properties": { "id": "31403", "nom": "Cazeneuve - Berliet", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3823", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.866266774841987, 45.73876067832694 ] } }, +{ "type": "Feature", "properties": { "id": "32444", "nom": "Cazeneuve - Berliet", "desserte": "296:A,C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3824", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.866259276775842, 45.739156902324147 ] } }, +{ "type": "Feature", "properties": { "id": "33214", "nom": "Esplanade des Arts", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "432", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.940637762987005, 45.694527806786752 ] } }, +{ "type": "Feature", "properties": { "id": "33215", "nom": "St Priest Jules Ferry", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "447", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.946863486634349, 45.69468794327959 ] } }, +{ "type": "Feature", "properties": { "id": "33216", "nom": "St Priest Jules Ferry", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "448", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.946778588831335, 45.694742308684631 ] } }, +{ "type": "Feature", "properties": { "id": "33218", "nom": "Cordière", "desserte": "T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "498", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.949788024500204, 45.693677811992572 ] } }, +{ "type": "Feature", "properties": { "id": "33219", "nom": "St Priest Bel Air", "desserte": "T2:A,T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "455", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.955839964506245, 45.692691361513454 ] } }, +{ "type": "Feature", "properties": { "id": "33221", "nom": "St Priest Bel Air", "desserte": "T2:A,T2:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "456", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.955832249188534, 45.692615568081543 ] } }, +{ "type": "Feature", "properties": { "id": "33284", "nom": "Ste Foy Les Sources", "desserte": "90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3737", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.78913403876225, 45.740976849876176 ] } }, +{ "type": "Feature", "properties": { "id": "33285", "nom": "Ste Foy Les Sources", "desserte": "90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3736", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.789173768764564, 45.741002984581698 ] } }, +{ "type": "Feature", "properties": { "id": "33288", "nom": "Ste Foy Châtelain", "desserte": "90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "465", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.794692330368307, 45.736192720569179 ] } }, +{ "type": "Feature", "properties": { "id": "33304", "nom": "Le Centenaire", "desserte": "17B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3919", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.830488165927843, 45.698399400627203 ] } }, +{ "type": "Feature", "properties": { "id": "33465", "nom": "Pont des Planches", "desserte": "7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2541", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.907123892459123, 45.769940321732868 ] } }, +{ "type": "Feature", "properties": { "id": "202", "nom": "Bifurcation du Rosay", "desserte": "20A:A,23A:A,2A:A,71A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "931", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.808651076657469, 45.791413786950812 ] } }, +{ "type": "Feature", "properties": { "id": "203", "nom": "Bifurcation du Rosay", "desserte": "20A:R,22A:R,23A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "930", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.808194470584394, 45.790415709933505 ] } }, +{ "type": "Feature", "properties": { "id": "204", "nom": "Bir Hakeim", "desserte": "C11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "932", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.855110015531393, 45.753116520188179 ] } }, +{ "type": "Feature", "properties": { "id": "205", "nom": "Bir Hakeim", "desserte": "C11A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "933", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.854427580258789, 45.753095824413258 ] } }, +{ "type": "Feature", "properties": { "id": "209", "nom": "Bleriot", "desserte": "62A:A,87A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "934", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.948900162359545, 45.659157236574458 ] } }, +{ "type": "Feature", "properties": { "id": "210", "nom": "Bleriot", "desserte": "62A:R,87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "935", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.948939942886023, 45.658913267626971 ] } }, +{ "type": "Feature", "properties": { "id": "211", "nom": "Bois de Dardilly", "desserte": "3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "937", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.757004632232979, 45.798749179582082 ] } }, +{ "type": "Feature", "properties": { "id": "212", "nom": "Bois de Dardilly", "desserte": "3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "936", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.757739973127669, 45.797914247919351 ] } }, +{ "type": "Feature", "properties": { "id": "213", "nom": "Bois de l'Etoile", "desserte": "98A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "939", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.725279670256588, 45.780580482182508 ] } }, +{ "type": "Feature", "properties": { "id": "215", "nom": "Bois de Parilly", "desserte": "26A:A,C15A:A,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "941", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.913342547999986, 45.725591781017066 ] } }, +{ "type": "Feature", "properties": { "id": "216", "nom": "Bois de Parilly", "desserte": "26A:R,C15A:R,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "940", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.912695790064288, 45.725777658300373 ] } }, +{ "type": "Feature", "properties": { "id": "219", "nom": "Bois de Serres", "desserte": "3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "943", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.762773667232589, 45.795339384889111 ] } }, +{ "type": "Feature", "properties": { "id": "220", "nom": "Bois de Serres", "desserte": "3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "942", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.762424426446505, 45.795589953131007 ] } }, +{ "type": "Feature", "properties": { "id": "221", "nom": "Bois des Chenes", "desserte": "78B:A,C10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "945", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.78235296770535, 45.680665475897172 ] } }, +{ "type": "Feature", "properties": { "id": "222", "nom": "Bois des Chenes", "desserte": "78B:R,C10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "944", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.782431935577963, 45.680708757743169 ] } }, +{ "type": "Feature", "properties": { "id": "223", "nom": "Bois Roux", "desserte": "33A:A,70A:A,77A:A,9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "947", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.859868869750641, 45.8125846530465 ] } }, +{ "type": "Feature", "properties": { "id": "224", "nom": "Bois Roux", "desserte": "33A:R,70A:R,77A:R,9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "946", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.859726132206127, 45.81256535493673 ] } }, +{ "type": "Feature", "properties": { "id": "226", "nom": "Bois Saint Paul", "desserte": "15A:A,15A:R,18B:A,18B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "948", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.801552441053145, 45.643979931718498 ] } }, +{ "type": "Feature", "properties": { "id": "227", "nom": "Bon Coin", "desserte": "448A:A,C11A:A,C17A:R,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "950", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.906122944638889, 45.760628752227156 ] } }, +{ "type": "Feature", "properties": { "id": "228", "nom": "Bon Coin", "desserte": "C11A:R,C3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "951", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.904731740859404, 45.760579568440804 ] } }, +{ "type": "Feature", "properties": { "id": "229", "nom": "Bonnand", "desserte": "25A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "952", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.884212713366237, 45.747932122168933 ] } }, +{ "type": "Feature", "properties": { "id": "230", "nom": "Bonnand", "desserte": "25A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "953", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.884153381834211, 45.749427688575089 ] } }, +{ "type": "Feature", "properties": { "id": "233", "nom": "Bonnevay - Bel Air", "desserte": "7A:A,7A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "954", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.907700275093766, 45.753103462903631 ] } }, +{ "type": "Feature", "properties": { "id": "236", "nom": "Bourdarias", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "956", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.883642519598167, 45.723947580941704 ] } }, +{ "type": "Feature", "properties": { "id": "237", "nom": "Bourget", "desserte": "31A:A,43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "958", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.810510976089015, 45.782704761355241 ] } }, +{ "type": "Feature", "properties": { "id": "238", "nom": "Bourget", "desserte": "31A:R,43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "959", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.81166877965993, 45.78356136135816 ] } }, +{ "type": "Feature", "properties": { "id": "239", "nom": "Bournes", "desserte": "2A:A,C18A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "961", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.820649808937345, 45.777035276145476 ] } }, +{ "type": "Feature", "properties": { "id": "2416", "nom": "Poleymieux Mairie", "desserte": "84A:A,84A:R,R2A:A,R2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2466", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.799746085067328, 45.856606593281931 ] } }, +{ "type": "Feature", "properties": { "id": "243", "nom": "Boyer", "desserte": "46A:A,46A:R,90A:A,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "964", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.784955175507311, 45.758872046502709 ] } }, +{ "type": "Feature", "properties": { "id": "244", "nom": "Brindas Centre", "desserte": "73A:A,73A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "965", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.693645102810692, 45.7199003018046 ] } }, +{ "type": "Feature", "properties": { "id": "250", "nom": "Bron De Lattre", "desserte": "C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "966", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.917438168406341, 45.734274040020878 ] } }, +{ "type": "Feature", "properties": { "id": "255", "nom": "Bron Jules Mas", "desserte": "24A:A,79A:A,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "968", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.911130350515928, 45.73572412934228 ] } }, +{ "type": "Feature", "properties": { "id": "256", "nom": "Boutasse - Camille Rousset", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "406", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.904198486012517, 45.73455073098701 ] } }, +{ "type": "Feature", "properties": { "id": "266", "nom": "Bron Terraillon", "desserte": "24A:R,25A:R,52A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "976", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.923750860055769, 45.747153803924526 ] } }, +{ "type": "Feature", "properties": { "id": "267", "nom": "Bron Terraillon", "desserte": "24A:A,25A:A,52A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "977", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.923962008027067, 45.746995912161282 ] } }, +{ "type": "Feature", "properties": { "id": "268", "nom": "Brossolette - Genas", "desserte": "52A:A,C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "978", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.917536423793489, 45.747881955905896 ] } }, +{ "type": "Feature", "properties": { "id": "270", "nom": "Brossolette - Genas", "desserte": "24A:A,25A:A,52A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "980", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.918474891582657, 45.748427465932046 ] } }, +{ "type": "Feature", "properties": { "id": "285", "nom": "Bruyeres", "desserte": "16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "984", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.941277381505705, 45.762951273734124 ] } }, +{ "type": "Feature", "properties": { "id": "286", "nom": "Bruyeres", "desserte": "16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "985", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.941545888576345, 45.762918040088287 ] } }, +{ "type": "Feature", "properties": { "id": "288", "nom": "Buers - Pressense", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "987", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.89639223805591, 45.770122456404131 ] } }, +{ "type": "Feature", "properties": { "id": "289", "nom": "Buers - Salengro", "desserte": "37A:A,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "988", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.89015465957492, 45.782605374998909 ] } }, +{ "type": "Feature", "properties": { "id": "290", "nom": "Buers - Salengro", "desserte": "37A:R,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "989", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.88964100523927, 45.782626054311436 ] } }, +{ "type": "Feature", "properties": { "id": "291", "nom": "Bugeaud", "desserte": "38A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "990", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.852840704521174, 45.767038307672834 ] } }, +{ "type": "Feature", "properties": { "id": "295", "nom": "Mions Buzy", "desserte": "62A:A,87A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "993", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.95779296781686, 45.669346412537898 ] } }, +{ "type": "Feature", "properties": { "id": "296", "nom": "Mions Buzy", "desserte": "62A:R,87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "994", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.959163093477011, 45.669269354436885 ] } }, +{ "type": "Feature", "properties": { "id": "306", "nom": "College Louis Aragon", "desserte": "54A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "996", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.890113087526159, 45.693052016263017 ] } }, +{ "type": "Feature", "properties": { "id": "307", "nom": "College Louis Aragon", "desserte": "54A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "995", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.889978388955581, 45.693748188651853 ] } }, +{ "type": "Feature", "properties": { "id": "310", "nom": "Claude Joseph Bonnet", "desserte": "2A:R,C18A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "997", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.821157528473235, 45.774890773553039 ] } }, +{ "type": "Feature", "properties": { "id": "338", "nom": "Caluire Victor Hugo", "desserte": "40A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1028", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.841284080057449, 45.800781241705316 ] } }, +{ "type": "Feature", "properties": { "id": "340", "nom": "Cambon", "desserte": "26A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1030", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.879679003124228, 45.722165223832761 ] } }, +{ "type": "Feature", "properties": { "id": "341", "nom": "Camping International", "desserte": "3A:A,89A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1032", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.760950950762784, 45.82141856215533 ] } }, +{ "type": "Feature", "properties": { "id": "342", "nom": "Camping International", "desserte": "3A:R,89A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1031", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.760732304499259, 45.821423278437436 ] } }, +{ "type": "Feature", "properties": { "id": "343", "nom": "Carette", "desserte": "C13A:A,S5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1033", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.840206676894378, 45.78644829869905 ] } }, +{ "type": "Feature", "properties": { "id": "344", "nom": "Carette", "desserte": "S5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1034", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.839813310931911, 45.786286043317887 ] } }, +{ "type": "Feature", "properties": { "id": "353", "nom": "Carry", "desserte": "C11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1041", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.870949922235391, 45.755037339436356 ] } }, +{ "type": "Feature", "properties": { "id": "2422", "nom": "Polyclinique de Rillieux", "desserte": "33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2468", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.887158792258774, 45.822315660880712 ] } }, +{ "type": "Feature", "properties": { "id": "359", "nom": "Centre Psychotherapique", "desserte": "71A:R,S7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1043", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.835578870434105, 45.817965651012706 ] } }, +{ "type": "Feature", "properties": { "id": "361", "nom": "Centre Social Sauvegarde", "desserte": "19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1046", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.790498489005725, 45.787149273058183 ] } }, +{ "type": "Feature", "properties": { "id": "363", "nom": "Centre Social La Mulatiere", "desserte": "17B:A,8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1049", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.806576437746001, 45.7286139310064 ] } }, +{ "type": "Feature", "properties": { "id": "364", "nom": "Centre Social La Mulatiere", "desserte": "17B:R,8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1050", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.806485350170326, 45.728588932934564 ] } }, +{ "type": "Feature", "properties": { "id": "365", "nom": "Centre Sportif", "desserte": "C25B:R,ZI8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1053", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.957290055651128, 45.695210791000967 ] } }, +{ "type": "Feature", "properties": { "id": "366", "nom": "Centre Sportif", "desserte": "C25B:A,ZI8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1052", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.957260963334408, 45.694869409098715 ] } }, +{ "type": "Feature", "properties": { "id": "367", "nom": "Francheville Taffignon", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1056", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.775294131715904, 45.734707767479676 ] } }, +{ "type": "Feature", "properties": { "id": "368", "nom": "Francheville Taffignon", "desserte": "14B:A,14B:R,C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1055", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.775173780070633, 45.734602371828629 ] } }, +{ "type": "Feature", "properties": { "id": "371", "nom": "Cesar Paulet", "desserte": "71A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1057", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.841602229945541, 45.816805399235712 ] } }, +{ "type": "Feature", "properties": { "id": "373", "nom": "Chabrol", "desserte": "73A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1061", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.711583531426295, 45.734202122307053 ] } }, +{ "type": "Feature", "properties": { "id": "374", "nom": "Chamagnieu", "desserte": "21A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1063", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.753500064578046, 45.859842230115405 ] } }, +{ "type": "Feature", "properties": { "id": "375", "nom": "Chamagnieu", "desserte": "21A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1062", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.753447791034829, 45.859825351447505 ] } }, +{ "type": "Feature", "properties": { "id": "378", "nom": "Champ Blanc", "desserte": "16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1065", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.947220193024537, 45.761075953280901 ] } }, +{ "type": "Feature", "properties": { "id": "379", "nom": "Champ Blanc", "desserte": "16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1064", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.946778675002676, 45.761257248237172 ] } }, +{ "type": "Feature", "properties": { "id": "383", "nom": "Champagne (che.du Pave)", "desserte": "21A:A,GE4A:A,GE4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1066", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.784431821401742, 45.801737321536763 ] } }, +{ "type": "Feature", "properties": { "id": "384", "nom": "Champagne (che.du Pave)", "desserte": "21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1067", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.784947340337368, 45.801465057449668 ] } }, +{ "type": "Feature", "properties": { "id": "385", "nom": "Champagne (ch.St Didier)", "desserte": "118A:A,21A:A,61A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1071", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.786729727380682, 45.80045408506772 ] } }, +{ "type": "Feature", "properties": { "id": "386", "nom": "Champagne (ch.St Didier)", "desserte": "118A:R,21A:R,61A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1070", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.786697203090559, 45.80030177634643 ] } }, +{ "type": "Feature", "properties": { "id": "387", "nom": "Champagne Centre", "desserte": "21A:A,61A:A,942A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1072", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.792327589070347, 45.795264257873313 ] } }, +{ "type": "Feature", "properties": { "id": "389", "nom": "Champfleury", "desserte": "21A:A,61A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1075", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.788213167055622, 45.799089565670357 ] } }, +{ "type": "Feature", "properties": { "id": "390", "nom": "Champfleury", "desserte": "21A:R,61A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1074", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.789418514096758, 45.79783911082874 ] } }, +{ "type": "Feature", "properties": { "id": "391", "nom": "Champoulin", "desserte": "72B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1077", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.716147757370413, 45.758911470414596 ] } }, +{ "type": "Feature", "properties": { "id": "392", "nom": "Champoulin", "desserte": "72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1078", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.717205901651903, 45.758700020710037 ] } }, +{ "type": "Feature", "properties": { "id": "393", "nom": "Champvert", "desserte": "45A:R,55A:A,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1079", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.792272152402716, 45.764058836384095 ] } }, +{ "type": "Feature", "properties": { "id": "394", "nom": "Champvert", "desserte": "45A:A,55A:R,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1080", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.79300007129895, 45.763943901009178 ] } }, +{ "type": "Feature", "properties": { "id": "395", "nom": "Champvillard", "desserte": "15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1083", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.818449043687628, 45.672680317339498 ] } }, +{ "type": "Feature", "properties": { "id": "2426", "nom": "Poncettes", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2470", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.805443418850065, 45.753787790065196 ] } }, +{ "type": "Feature", "properties": { "id": "400", "nom": "Chante Ruisseau", "desserte": "72B:R,98A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1088", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.738615003126055, 45.77251931475417 ] } }, +{ "type": "Feature", "properties": { "id": "401", "nom": "Chantegrillet", "desserte": "14B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "683", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.77325212363021, 45.738811546094951 ] } }, +{ "type": "Feature", "properties": { "id": "404", "nom": "Chantemerle", "desserte": "20A:A,22A:A,84A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1091", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.79415619848793, 45.819770252203732 ] } }, +{ "type": "Feature", "properties": { "id": "405", "nom": "Chantemerle", "desserte": "20A:R,22A:R,84A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1092", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.794092295539151, 45.819780650704033 ] } }, +{ "type": "Feature", "properties": { "id": "410", "nom": "Charbinat", "desserte": "17B:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1094", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.820885590021724, 45.697643643388425 ] } }, +{ "type": "Feature", "properties": { "id": "2431", "nom": "Professeur Guerin", "desserte": "66A:R,90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2478", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.806622195266058, 45.764293113909979 ] } }, +{ "type": "Feature", "properties": { "id": "2437", "nom": "Pre Gaudry - Yves Farge", "desserte": "C22A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2483", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.832909019063854, 45.741892932206632 ] } }, +{ "type": "Feature", "properties": { "id": "2438", "nom": "Pre Gaudry - Yves Farge", "desserte": "C22A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2482", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.833316113266103, 45.742081901817812 ] } }, +{ "type": "Feature", "properties": { "id": "2441", "nom": "Professeur Roux", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2484", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.858954617431003, 45.720859828204318 ] } }, +{ "type": "Feature", "properties": { "id": "2445", "nom": "Proudhon", "desserte": "16A:A,79A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2486", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.955488979964733, 45.760253276590461 ] } }, +{ "type": "Feature", "properties": { "id": "2446", "nom": "Proudhon", "desserte": "16A:R,79A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2487", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.955553635374551, 45.76053081855715 ] } }, +{ "type": "Feature", "properties": { "id": "2447", "nom": "Pont Blanc", "desserte": "11B:A,12B:A,14B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2488", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.799319466577168, 45.719818522697359 ] } }, +{ "type": "Feature", "properties": { "id": "2448", "nom": "Pont Blanc", "desserte": "11B:R,12B:R,14B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2489", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.799549674203926, 45.719785385870665 ] } }, +{ "type": "Feature", "properties": { "id": "2450", "nom": "Pont Bonaparte", "desserte": "31A:R,40A:A,40A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2490", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.830092853125428, 45.759750791746747 ] } }, +{ "type": "Feature", "properties": { "id": "2462", "nom": "Pont d'Oullins", "desserte": "17B:R,63A:R,C10A:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2504", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.810039103423618, 45.718150457152056 ] } }, +{ "type": "Feature", "properties": { "id": "2465", "nom": "Pont d'Oullins", "desserte": "17B:A,63A:A,C10A:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2502", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.809898298768305, 45.718162562450317 ] } }, +{ "type": "Feature", "properties": { "id": "2467", "nom": "Pont de Bourgoin", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2508", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.854668787395108, 45.716221480339129 ] } }, +{ "type": "Feature", "properties": { "id": "2470", "nom": "Pont de Collonges RG", "desserte": "40A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2515", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.847638234888654, 45.812827132669319 ] } }, +{ "type": "Feature", "properties": { "id": "2471", "nom": "Pont de Collonges RG", "desserte": "40A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2514", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.848293800549141, 45.813370560974469 ] } }, +{ "type": "Feature", "properties": { "id": "2477", "nom": "Pont de Fontaines", "desserte": "77A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2518", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.849331559949382, 45.832133085835849 ] } }, +{ "type": "Feature", "properties": { "id": "2478", "nom": "Pont de Fontaines", "desserte": "40A:R,70A:R,77A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2517", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.849139839309793, 45.832164375443021 ] } }, +{ "type": "Feature", "properties": { "id": "2479", "nom": "Pont de l'Universite", "desserte": "15A:A,C10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2519", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.833891394011752, 45.753626579945447 ] } }, +{ "type": "Feature", "properties": { "id": "2480", "nom": "Pont de l'Universite", "desserte": "15A:R,35A:R,C10A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2520", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.833672634061642, 45.754189518197798 ] } }, +{ "type": "Feature", "properties": { "id": "2482", "nom": "Pont de la Graviere", "desserte": "14B:A,C19A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2523", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.780061702778234, 45.7283123922995 ] } }, +{ "type": "Feature", "properties": { "id": "2483", "nom": "Pont de la Graviere", "desserte": "14B:R,C19A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2522", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.779753948577682, 45.7283280950696 ] } }, +{ "type": "Feature", "properties": { "id": "2486", "nom": "Pont Guillotiere RD", "desserte": "171:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2524", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.837631834915554, 45.759538086709284 ] } }, +{ "type": "Feature", "properties": { "id": "411", "nom": "Charbinat", "desserte": "17B:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1093", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.819867632103052, 45.697538642644169 ] } }, +{ "type": "Feature", "properties": { "id": "412", "nom": "Chardonnet", "desserte": "ZI3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1096", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.929842723660467, 45.765925400073087 ] } }, +{ "type": "Feature", "properties": { "id": "413", "nom": "Chardonnet", "desserte": "ZI3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1097", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.929770300784822, 45.766026089293618 ] } }, +{ "type": "Feature", "properties": { "id": "419", "nom": "Charles Richard", "desserte": "25A:A,C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1101", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.888492165395133, 45.749275121474 ] } }, +{ "type": "Feature", "properties": { "id": "420", "nom": "Charles Richard", "desserte": "25A:R,C26A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1102", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.887350610080044, 45.750444238870962 ] } }, +{ "type": "Feature", "properties": { "id": "423", "nom": "Charly Centre", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1103", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.793272808630419, 45.649391354031096 ] } }, +{ "type": "Feature", "properties": { "id": "424", "nom": "Charly Centre", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1104", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.793302859975417, 45.649489705474814 ] } }, +{ "type": "Feature", "properties": { "id": "425", "nom": "Charly Eglise", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1105", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.793300768010994, 45.643684143443195 ] } }, +{ "type": "Feature", "properties": { "id": "426", "nom": "Charly Eglise", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1106", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.793388513372312, 45.64421327447959 ] } }, +{ "type": "Feature", "properties": { "id": "33725", "nom": "Henri Marechal", "desserte": "62A:R,C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3927", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.939056074159964, 45.692079826942482 ] } }, +{ "type": "Feature", "properties": { "id": "33770", "nom": "Perrache", "desserte": "60A:A,60A:R,C22A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "166", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.827813624220795, 45.749459083577932 ] } }, +{ "type": "Feature", "properties": { "id": "33771", "nom": "Perrache", "desserte": "63A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "165", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.827530053016583, 45.749159338392602 ] } }, +{ "type": "Feature", "properties": { "id": "33773", "nom": "Perrache", "desserte": "46A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "164", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.825708709534912, 45.750108856008346 ] } }, +{ "type": "Feature", "properties": { "id": "33775", "nom": "Perrache", "desserte": "49A:A,C20A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "154", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.825862030324944, 45.750087453740051 ] } }, +{ "type": "Feature", "properties": { "id": "33778", "nom": "Perrache", "desserte": "C21A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "159", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.826432710109942, 45.749912776290131 ] } }, +{ "type": "Feature", "properties": { "id": "33779", "nom": "Perrache", "desserte": "31A:R,46A:R,49A:R,55A:R,63A:R,8A:R,C19A:R,C20A:R,C21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "162", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.825681628902244, 45.749794417131881 ] } }, +{ "type": "Feature", "properties": { "id": "33780", "nom": "Perrache", "desserte": "55A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "161", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.82626776606553, 45.749961440540766 ] } }, +{ "type": "Feature", "properties": { "id": "33782", "nom": "Perrache", "desserte": "31A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "160", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.826598060756153, 45.7498731039002 ] } }, +{ "type": "Feature", "properties": { "id": "33945", "nom": "Pont des Razes", "desserte": "60A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "172", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.850668196956132, 45.668010822973699 ] } }, +{ "type": "Feature", "properties": { "id": "33989", "nom": "Gymnase Frison Roche", "desserte": "93A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3933", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.858800100382983, 45.689719121915587 ] } }, +{ "type": "Feature", "properties": { "id": "34005", "nom": "Gare de Vaise", "desserte": "71A:A,84A:A,S11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "268", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.804895249374276, 45.780551044914851 ] } }, +{ "type": "Feature", "properties": { "id": "34006", "nom": "Duchere Lanessan", "desserte": "S11A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1334", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.79729103404244, 45.791447195885155 ] } }, +{ "type": "Feature", "properties": { "id": "34107", "nom": "Chassieu Place", "desserte": "28A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5450", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.969774483000449, 45.738171145398226 ] } }, +{ "type": "Feature", "properties": { "id": "427", "nom": "Charmet", "desserte": "17B:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1107", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.815794181422747, 45.697852083536084 ] } }, +{ "type": "Feature", "properties": { "id": "428", "nom": "Charmet", "desserte": "17B:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1108", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.816444582914731, 45.697747692621355 ] } }, +{ "type": "Feature", "properties": { "id": "434", "nom": "Charpennes", "desserte": "27A:R,70A:A,C17A:A,C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "245", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.861800607793188, 45.770860720611402 ] } }, +{ "type": "Feature", "properties": { "id": "440", "nom": "Charriere Blanche", "desserte": "3A:R,55A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1109", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.767789105454748, 45.78072138457479 ] } }, +{ "type": "Feature", "properties": { "id": "441", "nom": "Charriere Blanche", "desserte": "3A:A,55A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1110", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.76733597142234, 45.780947216251263 ] } }, +{ "type": "Feature", "properties": { "id": "443", "nom": "Gare de Villeurbanne", "desserte": "C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "553", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.891167814643029, 45.756226312169808 ] } }, +{ "type": "Feature", "properties": { "id": "2488", "nom": "Pont de La Mulatiere", "desserte": "15A:R,63A:R,C10A:R,C7B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2530", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.815827591692206, 45.729985094423554 ] } }, +{ "type": "Feature", "properties": { "id": "2490", "nom": "Pont de La Mulatiere", "desserte": "8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2528", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.815220761765417, 45.729638457809784 ] } }, +{ "type": "Feature", "properties": { "id": "2491", "nom": "Pont de La Mulatiere", "desserte": "63A:R,8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2529", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.815205609057819, 45.729872820192185 ] } }, +{ "type": "Feature", "properties": { "id": "2492", "nom": "Pont de la Sucrerie", "desserte": "52A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2533", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.933450409324743, 45.772872226890364 ] } }, +{ "type": "Feature", "properties": { "id": "2494", "nom": "Pont De Lattre RD", "desserte": "171:A,9A:A,C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2534", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.839457430223827, 45.775357504613972 ] } }, +{ "type": "Feature", "properties": { "id": "2495", "nom": "Pont De Lattre RD", "desserte": "C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2538", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.838207755298894, 45.772486965215229 ] } }, +{ "type": "Feature", "properties": { "id": "2499", "nom": "Pont des Planches", "desserte": "57A:A,83A:A,C3A:A,C8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2542", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.908214849052218, 45.77126556047655 ] } }, +{ "type": "Feature", "properties": { "id": "2507", "nom": "Pont Gallieni RD", "desserte": "15A:R,C10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2543", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.83194705787306, 45.750447406869256 ] } }, +{ "type": "Feature", "properties": { "id": "2513", "nom": "Pont Kitchener", "desserte": "C20A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "177", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.823657477381309, 45.751378475878099 ] } }, +{ "type": "Feature", "properties": { "id": "2514", "nom": "Pont Kitchener", "desserte": "31A:A,46A:A,49A:A,55A:A,8A:A,C19A:A,C21A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "178", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.823782919243475, 45.75102465276612 ] } }, +{ "type": "Feature", "properties": { "id": "2519", "nom": "Pont Koënig", "desserte": "19A:A,2A:A,31A:A,45A:A,C14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "182", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.812139396474101, 45.770580385261759 ] } }, +{ "type": "Feature", "properties": { "id": "2520", "nom": "Pont Koënig", "desserte": "19A:R,2A:R,31A:R,45A:R,C14A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "183", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.812344783735451, 45.769999786223906 ] } }, +{ "type": "Feature", "properties": { "id": "2526", "nom": "Pont Koënig", "desserte": "19A:R,31A:R,40A:R,C14A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "185", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.814617656924566, 45.769346574871264 ] } }, +{ "type": "Feature", "properties": { "id": "2537", "nom": "Pont Mouton", "desserte": "448A:A,5A:A,5A:R,90A:A,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2548", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.809579684002993, 45.773724165820056 ] } }, +{ "type": "Feature", "properties": { "id": "2540", "nom": "Musée des Confluences", "desserte": "15A:A,63A:A,C10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "771", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.81849852796984, 45.734777631971809 ] } }, +{ "type": "Feature", "properties": { "id": "2541", "nom": "Musée des Confluences", "desserte": "15A:R,C10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "772", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.818919305818594, 45.734417282791384 ] } }, +{ "type": "Feature", "properties": { "id": "2542", "nom": "Musée des Confluences", "desserte": "C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "776", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.81751926172761, 45.73358414018908 ] } }, +{ "type": "Feature", "properties": { "id": "2543", "nom": "Musée des Confluences", "desserte": "C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "777", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.817899082903851, 45.733170693852429 ] } }, +{ "type": "Feature", "properties": { "id": "2547", "nom": "Pont Rouge", "desserte": "11B:A,12B:A,14B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2551", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.783615086404919, 45.723536454629595 ] } }, +{ "type": "Feature", "properties": { "id": "2551", "nom": "Pyrenees", "desserte": "C12A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2553", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.854203401111143, 45.721218580205402 ] } }, +{ "type": "Feature", "properties": { "id": "446", "nom": "Chasselay", "desserte": "21A:A,21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1114", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.771388619925725, 45.873957113897461 ] } }, +{ "type": "Feature", "properties": { "id": "449", "nom": "Chassieu Lavoisier", "desserte": "76A:R,ZI5B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1116", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.966323146585112, 45.73293210695175 ] } }, +{ "type": "Feature", "properties": { "id": "450", "nom": "Chassieu Lavoisier", "desserte": "76A:A,ZI5B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1117", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.96579676469737, 45.733214489624665 ] } }, +{ "type": "Feature", "properties": { "id": "451", "nom": "Chassieu Mairie", "desserte": "68B:A,76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1118", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.97177724029655, 45.742678975940535 ] } }, +{ "type": "Feature", "properties": { "id": "452", "nom": "Chassieu Mairie", "desserte": "68B:R,76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1119", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.971799125111603, 45.742867496966461 ] } }, +{ "type": "Feature", "properties": { "id": "453", "nom": "Chassieu Place", "desserte": "68B:A,76A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "21", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.969574321518746, 45.738823959924389 ] } }, +{ "type": "Feature", "properties": { "id": "454", "nom": "Chassieu Place", "desserte": "28A:A,68B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "22", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.968677903797501, 45.738358897998012 ] } }, +{ "type": "Feature", "properties": { "id": "459", "nom": "Chateau Roy", "desserte": "40A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1120", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.853029345538832, 45.829367966977564 ] } }, +{ "type": "Feature", "properties": { "id": "460", "nom": "Chateau Roy", "desserte": "40A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1121", "last_update": "", "last_update_fme": "2017-06-14 06:00:23" }, "geometry": { "type": "Point", "coordinates": [ 4.853470586347206, 45.828881017010893 ] } }, +{ "type": "Feature", "properties": { "id": "2555", "nom": "Quai Gillet", "desserte": "2A:A,40A:R,45A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2554", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.813672550638957, 45.771779726163068 ] } }, +{ "type": "Feature", "properties": { "id": "2558", "nom": "Quarantaine", "desserte": "31A:A,448A:A,C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2557", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.823611606592607, 45.754061826533601 ] } }, +{ "type": "Feature", "properties": { "id": "2559", "nom": "Quatre Chemins", "desserte": "C24B:A,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2559", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.690814932062056, 45.740458847762305 ] } }, +{ "type": "Feature", "properties": { "id": "2565", "nom": "Rancy", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2561", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.851435577591515, 45.756277316994002 ] } }, +{ "type": "Feature", "properties": { "id": "2566", "nom": "Raspail", "desserte": "35A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2562", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.839583318214612, 45.755228034574344 ] } }, +{ "type": "Feature", "properties": { "id": "2572", "nom": "Rond Point de Vancia", "desserte": "C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2563", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.909185553107616, 45.831904362003179 ] } }, +{ "type": "Feature", "properties": { "id": "2573", "nom": "Rond Point de Vancia", "desserte": "C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2564", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.908627623242269, 45.831539062634143 ] } }, +{ "type": "Feature", "properties": { "id": "2583", "nom": "Reims", "desserte": "C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2566", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.910313629058885, 45.73887535136874 ] } }, +{ "type": "Feature", "properties": { "id": "2584", "nom": "Reims", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2565", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.911375017347286, 45.739580121168906 ] } }, +{ "type": "Feature", "properties": { "id": "2595", "nom": "Residence", "desserte": "3A:R,55A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2568", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.770769980924918, 45.77901422704349 ] } }, +{ "type": "Feature", "properties": { "id": "2597", "nom": "Residence Bertrand", "desserte": "S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2569", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.822662494533071, 45.784281671017801 ] } }, +{ "type": "Feature", "properties": { "id": "2598", "nom": "Residence Le Parc", "desserte": "S4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2570", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.817459846444345, 45.775899641438492 ] } }, +{ "type": "Feature", "properties": { "id": "2600", "nom": "Revaison", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2571", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.917020779688775, 45.702067603868493 ] } }, +{ "type": "Feature", "properties": { "id": "2602", "nom": "Rillieux Industrie", "desserte": "33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2574", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.877297843651279, 45.820387687843812 ] } }, +{ "type": "Feature", "properties": { "id": "2603", "nom": "Rillieux Les Manges", "desserte": "C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2575", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.887577422902373, 45.811639457361196 ] } }, +{ "type": "Feature", "properties": { "id": "2604", "nom": "Rillieux Les Manges", "desserte": "C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2576", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.887173456435432, 45.811810653656075 ] } }, +{ "type": "Feature", "properties": { "id": "41679", "nom": "Observatoire", "desserte": "S9A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4227", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.786949583551197, 45.696820865876965 ] } }, +{ "type": "Feature", "properties": { "id": "2609", "nom": "Rillieux Salignat", "desserte": "33A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2582", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.896399245878707, 45.821133407584419 ] } }, +{ "type": "Feature", "properties": { "id": "2610", "nom": "Rillieux Salignat", "desserte": "33A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2583", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.89640791925169, 45.821043195299694 ] } }, +{ "type": "Feature", "properties": { "id": "2613", "nom": "Centre Culturel", "desserte": "S15A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2590", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.778867280322096, 45.778158757085933 ] } }, +{ "type": "Feature", "properties": { "id": "2614", "nom": "Centre Culturel", "desserte": "19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2588", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.779019680031951, 45.778983534599242 ] } }, +{ "type": "Feature", "properties": { "id": "2615", "nom": "Robespierre", "desserte": "62A:A,62A:R,76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2593", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.948352965445028, 45.700694225519008 ] } }, +{ "type": "Feature", "properties": { "id": "2616", "nom": "Robespierre", "desserte": "62A:A,62A:R,76A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2592", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.948261433723086, 45.700660351042885 ] } }, +{ "type": "Feature", "properties": { "id": "2617", "nom": "Rochecardon", "desserte": "20A:A,22A:A,23A:A,2A:A,71A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2594", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.8086849312773, 45.787587567582278 ] } }, +{ "type": "Feature", "properties": { "id": "2618", "nom": "Rochecardon", "desserte": "20A:R,22A:R,23A:R,2A:R,71A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2595", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.808493261832298, 45.787330753696438 ] } }, +{ "type": "Feature", "properties": { "id": "2619", "nom": "Rochetaillee", "desserte": "40A:A,70A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2597", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.835021310545693, 45.842803534550391 ] } }, +{ "type": "Feature", "properties": { "id": "2620", "nom": "Rochetaillee", "desserte": "40A:R,70A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2596", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.834904263413785, 45.842212051403344 ] } }, +{ "type": "Feature", "properties": { "id": "34292", "nom": "Jean Giono", "desserte": "17B:R,S9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1606", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.801373182664887, 45.68990699328311 ] } }, +{ "type": "Feature", "properties": { "id": "34294", "nom": "St Genis Collonges", "desserte": "17B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2731", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.808166698594994, 45.693042848291128 ] } }, +{ "type": "Feature", "properties": { "id": "34313", "nom": "Feyzin Oasis", "desserte": "39A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3950", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.866596661950214, 45.681064284650937 ] } }, +{ "type": "Feature", "properties": { "id": "34316", "nom": "Les Roussettes", "desserte": "39A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2045", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.862142543264471, 45.67774423786809 ] } }, +{ "type": "Feature", "properties": { "id": "34317", "nom": "Les Roussettes", "desserte": "39A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2044", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.861740770575711, 45.677663275950884 ] } }, +{ "type": "Feature", "properties": { "id": "34394", "nom": "St Priest Jules Ferry", "desserte": "50A:R,62A:A,76A:R,C25B:R,R5A:A,R5A:R,ZI8A:A,ZI8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "450", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.946725107318287, 45.694809085086497 ] } }, +{ "type": "Feature", "properties": { "id": "34412", "nom": "St Priest Bel Air", "desserte": "C25B:A,ZI8A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "454", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.957455082887946, 45.693010537461454 ] } }, +{ "type": "Feature", "properties": { "id": "34414", "nom": "Pasteur - 11 Novembre", "desserte": "62A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3962", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.925889065583776, 45.701062086676522 ] } }, +{ "type": "Feature", "properties": { "id": "34416", "nom": "Gare de Vénissieux", "desserte": "54A:A,54A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "278", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.888555890054443, 45.706292407475701 ] } }, +{ "type": "Feature", "properties": { "id": "34435", "nom": "Henri Marechal", "desserte": "62A:A,C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3928", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.939059898540661, 45.692160752145547 ] } }, +{ "type": "Feature", "properties": { "id": "34453", "nom": "Venissieux Allende", "desserte": "ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3574", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.903417194943308, 45.696024785565704 ] } }, +{ "type": "Feature", "properties": { "id": "34454", "nom": "Timbaud - Charbonnier", "desserte": "ZI1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3963", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.905937121029303, 45.693320658403657 ] } }, +{ "type": "Feature", "properties": { "id": "34455", "nom": "Timbaud - Charbonnier", "desserte": "ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3964", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.906014525314217, 45.693327886252604 ] } }, +{ "type": "Feature", "properties": { "id": "2842", "nom": "St Paul", "desserte": "19A:A,31A:A,40A:A,C14A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2751", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.828257351190549, 45.766641419999644 ] } }, +{ "type": "Feature", "properties": { "id": "2853", "nom": "St Pierre de Vaise", "desserte": "19A:A,45A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2755", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.807065276150691, 45.773014418702417 ] } }, +{ "type": "Feature", "properties": { "id": "2854", "nom": "St Pierre de Vaise", "desserte": "19A:R,448A:A,45A:R,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2754", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.808039933193075, 45.773236001093764 ] } }, +{ "type": "Feature", "properties": { "id": "2857", "nom": "St Priest Beausejour", "desserte": "62A:A,62A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2758", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.946143259380569, 45.705300423715826 ] } }, +{ "type": "Feature", "properties": { "id": "2865", "nom": "St Priest Gare", "desserte": "62A:A,76A:R,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2759", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.935050294675867, 45.688032020033667 ] } }, +{ "type": "Feature", "properties": { "id": "2868", "nom": "St Priest Hôtel de Ville", "desserte": "50A:A,50A:R,62A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "437", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.935494080832404, 45.695258970168908 ] } }, +{ "type": "Feature", "properties": { "id": "2878", "nom": "St Priest Les Roses", "desserte": "62A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2762", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.939584138626874, 45.686675641668536 ] } }, +{ "type": "Feature", "properties": { "id": "2879", "nom": "St Priest Les Roses", "desserte": "62A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2761", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.939600792488165, 45.686756268944237 ] } }, +{ "type": "Feature", "properties": { "id": "2880", "nom": "St Priest Menival", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2764", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.952934344153017, 45.695726574964006 ] } }, +{ "type": "Feature", "properties": { "id": "2881", "nom": "St Priest Menival", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2763", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.953227323019666, 45.695674730948866 ] } }, +{ "type": "Feature", "properties": { "id": "2882", "nom": "St Priest Plaine de Saythe", "desserte": "76A:R,C25B:A,R5A:R,ZI8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2766", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.94697275859792, 45.686755907710776 ] } }, +{ "type": "Feature", "properties": { "id": "2883", "nom": "St Priest Plaine de Saythe", "desserte": "76A:A,C25B:R,R5A:A,ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2765", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.947135231256967, 45.686932156423666 ] } }, +{ "type": "Feature", "properties": { "id": "2885", "nom": "St Rambert - ile Barbe", "desserte": "31A:A,43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2767", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.82973879807134, 45.797626594373298 ] } }, +{ "type": "Feature", "properties": { "id": "2886", "nom": "St Rambert - ile Barbe", "desserte": "31A:R,43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2768", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.829148880098448, 45.797387651651476 ] } }, +{ "type": "Feature", "properties": { "id": "2894", "nom": "Stade Boucaud", "desserte": "31A:R,43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2777", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.807986031853368, 45.783201405601957 ] } }, +{ "type": "Feature", "properties": { "id": "2895", "nom": "Stade Boucaud", "desserte": "31A:A,43A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2776", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.808301682830929, 45.783068443779108 ] } }, +{ "type": "Feature", "properties": { "id": "2896", "nom": "Stade de Parilly", "desserte": "C25B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2779", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.891915326529439, 45.717224515190843 ] } }, +{ "type": "Feature", "properties": { "id": "2897", "nom": "Stade de Parilly", "desserte": "C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2778", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.891879738343539, 45.717288334980097 ] } }, +{ "type": "Feature", "properties": { "id": "2899", "nom": "Stade des Peupliers", "desserte": "7A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2780", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.898902828401234, 45.778733547231305 ] } }, +{ "type": "Feature", "properties": { "id": "34536", "nom": "St Priest Jules Ferry", "desserte": "50A:A,62A:R,76A:A,C25B:A,ZI8A:A,ZI8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "449", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.946562232092017, 45.694353795309731 ] } }, +{ "type": "Feature", "properties": { "id": "34541", "nom": "Manissieux Mont-Blanc", "desserte": "50A:A,50A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3975", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.98869238192711, 45.697785144784056 ] } }, +{ "type": "Feature", "properties": { "id": "41894", "nom": "Z.A. Pesseliere", "desserte": "R5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3650", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.9657740302427, 45.677044908938882 ] } }, +{ "type": "Feature", "properties": { "id": "2838", "nom": "St Martin", "desserte": "62A:A,62A:R,76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2749", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.95006645481975, 45.704858017551764 ] } }, +{ "type": "Feature", "properties": { "id": "2902", "nom": "Stade Henri Cochet", "desserte": "33A:A,38A:A,S5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2783", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.838598773019172, 45.792676965913572 ] } }, +{ "type": "Feature", "properties": { "id": "2903", "nom": "Stade Henri Cochet", "desserte": "33A:R,38A:R,S5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2782", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.838776110631733, 45.792898046263218 ] } }, +{ "type": "Feature", "properties": { "id": "2906", "nom": "Stade Laurent Gerin", "desserte": "54A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2787", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.890981029613592, 45.696533782003996 ] } }, +{ "type": "Feature", "properties": { "id": "34834", "nom": "Suchet", "desserte": "T1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "500", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.824600974509424, 45.747058902135919 ] } }, +{ "type": "Feature", "properties": { "id": "34835", "nom": "Suchet", "desserte": "T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "499", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.824530164662712, 45.747088015134075 ] } }, +{ "type": "Feature", "properties": { "id": "34836", "nom": "Sainte-Blandine", "desserte": "T1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "504", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.822148563999987, 45.744184005825581 ] } }, +{ "type": "Feature", "properties": { "id": "34854", "nom": "Universite Lyon 1 Gerland", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3999", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.826498400043893, 45.726643440361329 ] } }, +{ "type": "Feature", "properties": { "id": "41059", "nom": "Molinette", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4632", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.790423208079117, 45.704440735590623 ] } }, +{ "type": "Feature", "properties": { "id": "41060", "nom": "Prieure", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4633", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.789718431388732, 45.706211337729847 ] } }, +{ "type": "Feature", "properties": { "id": "41061", "nom": "Molinette - Montlouis", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4634", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.786567200695715, 45.709304533879376 ] } }, +{ "type": "Feature", "properties": { "id": "41062", "nom": "Moly", "desserte": "S9A:A,S9A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4635", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.784561297991471, 45.706666054695027 ] } }, +{ "type": "Feature", "properties": { "id": "41063", "nom": "Allee Dubost", "desserte": "S9A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4636", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.785011160508731, 45.704937057639896 ] } }, +{ "type": "Feature", "properties": { "id": "41065", "nom": "Gadagne - Egalite", "desserte": "S9A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4225", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.788134403447673, 45.698910203612876 ] } }, +{ "type": "Feature", "properties": { "id": "41074", "nom": "Rond Point d'Alaï", "desserte": "73A:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "702", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.765076636222698, 45.750464922372792 ] } }, +{ "type": "Feature", "properties": { "id": "41075", "nom": "Rond Point d'Alaï", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "701", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.765319896668425, 45.750441657160792 ] } }, +{ "type": "Feature", "properties": { "id": "42033", "nom": "Montchat Pinel", "desserte": "C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2242", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.895370665037835, 45.752863094289843 ] } }, +{ "type": "Feature", "properties": { "id": "42034", "nom": "Montchat Pinel", "desserte": "C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2243", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.894808766979335, 45.75377603809325 ] } }, +{ "type": "Feature", "properties": { "id": "42035", "nom": "Pinel Lepine", "desserte": "C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4690", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.897099546251244, 45.749673190656125 ] } }, +{ "type": "Feature", "properties": { "id": "42036", "nom": "Pinel Lepine", "desserte": "C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4691", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.897086574963737, 45.749394444092914 ] } }, +{ "type": "Feature", "properties": { "id": "42037", "nom": "Montchat Kimmerling", "desserte": "C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2241", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.89770980371805, 45.753115795618811 ] } }, +{ "type": "Feature", "properties": { "id": "42054", "nom": "Les Villas", "desserte": "3A:A,61A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2064", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.771659849885703, 45.817883668224731 ] } }, +{ "type": "Feature", "properties": { "id": "42055", "nom": "Les Villas", "desserte": "3A:R,61A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2065", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.770705414438194, 45.818714437110053 ] } }, +{ "type": "Feature", "properties": { "id": "42058", "nom": "L'Epoux", "desserte": "21A:A,61A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1651", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.782733069474671, 45.804051587197776 ] } }, +{ "type": "Feature", "properties": { "id": "42059", "nom": "L'Epoux", "desserte": "21A:R,61A:R,GE4A:A,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1650", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.782465864389396, 45.804120411877392 ] } }, +{ "type": "Feature", "properties": { "id": "42060", "nom": "Montee Roy", "desserte": "70A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4693", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.850874478340249, 45.831801540409025 ] } }, +{ "type": "Feature", "properties": { "id": "2907", "nom": "Stade Laurent Gerin", "desserte": "54A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2786", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.891010029859975, 45.696605132428587 ] } }, +{ "type": "Feature", "properties": { "id": "2915", "nom": "Ste Consorce", "desserte": "72B:A,72B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2788", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.689443610171668, 45.776440579503621 ] } }, +{ "type": "Feature", "properties": { "id": "2916", "nom": "Ste Eugenie", "desserte": "78B:A,C10A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2790", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.797009496584354, 45.70435044170538 ] } }, +{ "type": "Feature", "properties": { "id": "2917", "nom": "Ste Eugenie", "desserte": "78B:R,C10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2791", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.797390167493177, 45.705107172187589 ] } }, +{ "type": "Feature", "properties": { "id": "2918", "nom": "Ste Foy Centre", "desserte": "17B:A,C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2792", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.803556954497235, 45.73408097410546 ] } }, +{ "type": "Feature", "properties": { "id": "2919", "nom": "Ste Foy Centre", "desserte": "17B:R,C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2795", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.80362075596556, 45.734070570472696 ] } }, +{ "type": "Feature", "properties": { "id": "2921", "nom": "Ste Foy Châtelain", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "461", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.796181924554848, 45.73587204833639 ] } }, +{ "type": "Feature", "properties": { "id": "2923", "nom": "Ste Foy Châtelain", "desserte": "49A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "462", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.795673505109781, 45.736288236383643 ] } }, +{ "type": "Feature", "properties": { "id": "2925", "nom": "Ste Foy Eglise", "desserte": "17B:A,C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2796", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805111740227376, 45.73693611671812 ] } }, +{ "type": "Feature", "properties": { "id": "2926", "nom": "Ste Foy Eglise", "desserte": "17B:R,C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2797", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.805121758794317, 45.736872889067875 ] } }, +{ "type": "Feature", "properties": { "id": "2927", "nom": "Ste Foy Hopital", "desserte": "C19A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2798", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.794501990313474, 45.731642384264028 ] } }, +{ "type": "Feature", "properties": { "id": "2928", "nom": "Ste Foy Hopital", "desserte": "C19A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2799", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.794380798326169, 45.731230993165696 ] } }, +{ "type": "Feature", "properties": { "id": "2929", "nom": "Ste Genevieve", "desserte": "27A:A,448A:A,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2801", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.865188699306794, 45.763700465941348 ] } }, +{ "type": "Feature", "properties": { "id": "2934", "nom": "Suchet", "desserte": "63A:A,S1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "502", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.823953157429882, 45.746826359432347 ] } }, +{ "type": "Feature", "properties": { "id": "35676", "nom": "Meyzieu Z.i.", "desserte": "T3:A,T3:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "593", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.031553588346288, 45.767621651500995 ] } }, +{ "type": "Feature", "properties": { "id": "35754", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "25A:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "523", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.858282990629617, 45.760345295423242 ] } }, +{ "type": "Feature", "properties": { "id": "35774", "nom": "Parc Tete d'Or-Churchill", "desserte": "171:R,C4A:R,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2355", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.844776904198878, 45.778047198067433 ] } }, +{ "type": "Feature", "properties": { "id": "35775", "nom": "Cité Internationale", "desserte": "C1A:A,C4A:A,C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "606", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.856786170048801, 45.784680865265209 ] } }, +{ "type": "Feature", "properties": { "id": "35776", "nom": "Cité Internationale", "desserte": "171:R,C1A:R,C4A:R,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "607", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.857381131075583, 45.784712879678942 ] } }, +{ "type": "Feature", "properties": { "id": "35816", "nom": "Vancia Chateau Berard", "desserte": "C5A:A,C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4050", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.911539330277127, 45.835694138230025 ] } }, +{ "type": "Feature", "properties": { "id": "35817", "nom": "Rillieux Semailles", "desserte": "C2A:A,C5A:A,ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2587", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.908793098096092, 45.819392221585552 ] } }, +{ "type": "Feature", "properties": { "id": "35818", "nom": "Rillieux Semailles", "desserte": "C2A:R,C5A:R,ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2586", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.908535471631241, 45.819389115115214 ] } }, +{ "type": "Feature", "properties": { "id": "35834", "nom": "Gare Part-Dieu Vivier Merle", "desserte": "38A:A,38A:R,C1A:R,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "519", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.857582159220848, 45.762170285935291 ] } }, +{ "type": "Feature", "properties": { "id": "35957", "nom": "Parc Tete d'Or-Churchill", "desserte": "C1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2356", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.84447041138985, 45.776685857217473 ] } }, +{ "type": "Feature", "properties": { "id": "35974", "nom": "Hopital Cardiologique", "desserte": "C8A:A,C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1555", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.903590194417736, 45.747139578795206 ] } }, +{ "type": "Feature", "properties": { "id": "35976", "nom": "Hopital Neurologique", "desserte": "C8A:A,C9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1571", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.898786189303545, 45.747789420808736 ] } }, +{ "type": "Feature", "properties": { "id": "913", "nom": "Feuillat - Lacassagne", "desserte": "25A:A,C13A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1410", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.876122080577909, 45.749528671253259 ] } }, +{ "type": "Feature", "properties": { "id": "2975", "nom": "Thibaudiere", "desserte": "C12A:A,C14A:R,C4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2831", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.844655745222608, 45.750002142606519 ] } }, +{ "type": "Feature", "properties": { "id": "2978", "nom": "Thibaudiere", "desserte": "C12A:R,C14A:A,C4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2830", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.845287173147857, 45.750879150194102 ] } }, +{ "type": "Feature", "properties": { "id": "2981", "nom": "Thiers - Lafayette", "desserte": "448A:A,C3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "361", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.862499439874894, 45.763670988458479 ] } }, +{ "type": "Feature", "properties": { "id": "2982", "nom": "Thiers - Lafayette", "desserte": "C3A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "364", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.862374267607295, 45.763745814656389 ] } }, +{ "type": "Feature", "properties": { "id": "2983", "nom": "Thioley", "desserte": "39A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2833", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.887945521302706, 45.71585665920415 ] } }, +{ "type": "Feature", "properties": { "id": "35981", "nom": "Bron Genets", "desserte": "C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4057", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.905213314871131, 45.747705092755282 ] } }, +{ "type": "Feature", "properties": { "id": "35982", "nom": "Yves Farge", "desserte": "87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4060", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.948551609460702, 45.657491074884476 ] } }, +{ "type": "Feature", "properties": { "id": "35983", "nom": "Yves Farge", "desserte": "87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4059", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.948523833989261, 45.657446714598649 ] } }, +{ "type": "Feature", "properties": { "id": "35995", "nom": "Charbonnier", "desserte": "87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4061", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.946042855883139, 45.65682939988028 ] } }, +{ "type": "Feature", "properties": { "id": "35998", "nom": "Mions Bourdelle", "desserte": "87A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4065", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.941036473788928, 45.66089753158073 ] } }, +{ "type": "Feature", "properties": { "id": "35999", "nom": "Mions Bourdelle", "desserte": "87A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4066", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.942356301778045, 45.659489618866012 ] } }, +{ "type": "Feature", "properties": { "id": "36000", "nom": "Mions Rte Corbas", "desserte": "87A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4068", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.938682053596224, 45.665407969807084 ] } }, +{ "type": "Feature", "properties": { "id": "41736", "nom": "Gare de Vaise", "desserte": "2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "269", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.804745125316704, 45.780932390184631 ] } }, +{ "type": "Feature", "properties": { "id": "41737", "nom": "Perrache", "desserte": "C22A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "158", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.826933288917586, 45.749325599225138 ] } }, +{ "type": "Feature", "properties": { "id": "41738", "nom": "Centre Com. Porte de Lyon", "desserte": "3A:A,61A:R,942A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4649", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.767947215979102, 45.820385325515915 ] } }, +{ "type": "Feature", "properties": { "id": "41739", "nom": "Centre Com. Porte de Lyon", "desserte": "3A:R,61A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4650", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.768192773400104, 45.820407015895661 ] } }, +{ "type": "Feature", "properties": { "id": "41815", "nom": "L'Indiennerie", "desserte": "S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3213", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.809396210180017, 45.809129624582404 ] } }, +{ "type": "Feature", "properties": { "id": "41816", "nom": "Louisa Siefert", "desserte": "S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4654", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.817416588760953, 45.80517233233153 ] } }, +{ "type": "Feature", "properties": { "id": "41817", "nom": "La Chaux Ecole de Champlong", "desserte": "71A:R,S7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4656", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.829272365783372, 45.814874273881927 ] } }, +{ "type": "Feature", "properties": { "id": "41818", "nom": "Rocade des Monts d'Or", "desserte": "S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4251", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.810898444202221, 45.819915951516919 ] } }, +{ "type": "Feature", "properties": { "id": "41835", "nom": "Caluire - Place de la bascule", "desserte": "33A:R,38A:R,77A:R,9A:R,S5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4657", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.851254124780993, 45.802106737770139 ] } }, +{ "type": "Feature", "properties": { "id": "41854", "nom": "Teillon - Poudrette", "desserte": "C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4661", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.91882887241399, 45.751038747089439 ] } }, +{ "type": "Feature", "properties": { "id": "41855", "nom": "Teillon - Poudrette", "desserte": "C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4662", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.918422213544831, 45.750318982656545 ] } }, +{ "type": "Feature", "properties": { "id": "41856", "nom": "Dumas - Poudrette", "desserte": "C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1346", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.920390898715775, 45.753361189506769 ] } }, +{ "type": "Feature", "properties": { "id": "3255", "nom": "Abattoirs", "desserte": "87A:R,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3011", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.918741372671031, 45.675203650282036 ] } }, +{ "type": "Feature", "properties": { "id": "3258", "nom": "Route de St Priest", "desserte": "76A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3013", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.902455225220897, 45.670968904102203 ] } }, +{ "type": "Feature", "properties": { "id": "36467", "nom": "Place de la Liberte", "desserte": "81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4210", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.77422575714499, 45.585771787057617 ] } }, +{ "type": "Feature", "properties": { "id": "36476", "nom": "Meyzieu M.T.E.", "desserte": "67A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3499", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.024384695037019, 45.76133475424934 ] } }, +{ "type": "Feature", "properties": { "id": "36514", "nom": "Bachut - Mairie du 8ème", "desserte": "296:R,C25B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "391", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.868311587805549, 45.737382381655522 ] } }, +{ "type": "Feature", "properties": { "id": "42316", "nom": "Combattants", "desserte": "C7B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4718", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.814758602798597, 45.706524975267172 ] } }, +{ "type": "Feature", "properties": { "id": "42339", "nom": "Jean Macé", "desserte": "ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "296", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.842447380639046, 45.746117949168394 ] } }, +{ "type": "Feature", "properties": { "id": "42356", "nom": "Vassieux Centre", "desserte": "S5A:A,S5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3561", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.864748148780497, 45.798027738088962 ] } }, +{ "type": "Feature", "properties": { "id": "42362", "nom": "College Paul Emile Victor", "desserte": "C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3038", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.904938832569455, 45.816806907834504 ] } }, +{ "type": "Feature", "properties": { "id": "42363", "nom": "College Paul Emile Victor", "desserte": "C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3039", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.905305041226396, 45.816654515330889 ] } }, +{ "type": "Feature", "properties": { "id": "42374", "nom": "La Velette", "desserte": "C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1788", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.905415580853472, 45.814887695006533 ] } }, +{ "type": "Feature", "properties": { "id": "42675", "nom": "CNRS", "desserte": "C17A:A,C26A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4761", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.875740505931888, 45.780546833401608 ] } }, +{ "type": "Feature", "properties": { "id": "42676", "nom": "CNRS", "desserte": "C17A:R,C26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4760", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.8755352810678, 45.78028143329113 ] } }, +{ "type": "Feature", "properties": { "id": "42682", "nom": "Genas - Lacouture", "desserte": "C17A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4764", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.911459275884043, 45.749623771979884 ] } }, +{ "type": "Feature", "properties": { "id": "42752", "nom": "Piscine Loup Pendu", "desserte": "C2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4771", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.887457875948839, 45.815546452533674 ] } }, +{ "type": "Feature", "properties": { "id": "42774", "nom": "Chambaud de la Bruyere", "desserte": "60A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4773", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.836798306221702, 45.726198375280269 ] } }, +{ "type": "Feature", "properties": { "id": "42775", "nom": "Chambaud de la Bruyere", "desserte": "60A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4774", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.836752668004235, 45.726325408079333 ] } }, +{ "type": "Feature", "properties": { "id": "42896", "nom": "Duchere Av.de Champagne", "desserte": "21A:R,61A:R,S11A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3208", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.797114629443397, 45.790667966374265 ] } }, +{ "type": "Feature", "properties": { "id": "42914", "nom": "Mediatheque", "desserte": "50A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4776", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.936259564605906, 45.694332070854678 ] } }, +{ "type": "Feature", "properties": { "id": "42954", "nom": "Hopital Croix-Rousse", "desserte": "38A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1559", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.834085853257524, 45.782840072112187 ] } }, +{ "type": "Feature", "properties": { "id": "42955", "nom": "Mairie du 6eme", "desserte": "38A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4778", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.850546164832953, 45.768331876336703 ] } }, +{ "type": "Feature", "properties": { "id": "42956", "nom": "Caluire - Place de la bascule", "desserte": "33A:A,S5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4658", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.850740984023308, 45.802424266225387 ] } }, +{ "type": "Feature", "properties": { "id": "43299", "nom": "Nelli", "desserte": "52A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4829", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.929119594254407, 45.76122530473603 ] } }, +{ "type": "Feature", "properties": { "id": "43874", "nom": "Neuville Cinema", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4899", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.842061906953868, 45.874061446368415 ] } }, +{ "type": "Feature", "properties": { "id": "46056", "nom": "République Villeurbanne", "desserte": "301A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "307", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.873675693689032, 45.770647039767091 ] } }, +{ "type": "Feature", "properties": { "id": "46057", "nom": "Gratte Ciel", "desserte": "301A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "85", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.882169481541586, 45.769077595424477 ] } }, +{ "type": "Feature", "properties": { "id": "43298", "nom": "Nelli", "desserte": "52A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4831", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.928977837758469, 45.760400438895246 ] } }, +{ "type": "Feature", "properties": { "id": "43435", "nom": "Techlid Le Paisy", "desserte": "6A:A,6A:R,89A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4848", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.764559501431211, 45.80431077879259 ] } }, +{ "type": "Feature", "properties": { "id": "43454", "nom": "Hénon", "desserte": "2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "102", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.826911388114799, 45.779524934787517 ] } }, +{ "type": "Feature", "properties": { "id": "43474", "nom": "Techlid Le Paisy", "desserte": "GE4A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4851", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.764763977930326, 45.805152452657765 ] } }, +{ "type": "Feature", "properties": { "id": "45803", "nom": "Yves Chauvin", "desserte": "GE2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4845", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.829637095088418, 45.64839012700093 ] } }, +{ "type": "Feature", "properties": { "id": "45804", "nom": "Parilly", "desserte": "39A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "146", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.888050436524923, 45.719229759338816 ] } }, +{ "type": "Feature", "properties": { "id": "46239", "nom": "Route de Chasselay", "desserte": "96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5200", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.777215127901914, 45.913435876463716 ] } }, +{ "type": "Feature", "properties": { "id": "46240", "nom": "Route de Chasselay", "desserte": "96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5201", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.776831301792584, 45.912634089441106 ] } }, +{ "type": "Feature", "properties": { "id": "46242", "nom": "Parc des Tuileries", "desserte": "118A:A,61A:A,942A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5203", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.76620398451359, 45.822304236419889 ] } }, +{ "type": "Feature", "properties": { "id": "46243", "nom": "Limonest Le Puy d'Or", "desserte": "21A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5204", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.776631498855525, 45.814463448159053 ] } }, +{ "type": "Feature", "properties": { "id": "46244", "nom": "Limonest Le Puy d'Or", "desserte": "21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5205", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.776586533506451, 45.814320407865203 ] } }, +{ "type": "Feature", "properties": { "id": "10352", "nom": "Leclerc - General Frere", "desserte": "60A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3397", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.829907458736245, 45.743741877801043 ] } }, +{ "type": "Feature", "properties": { "id": "39920", "nom": "Hopital Feyzin Venissieux", "desserte": "93A:A,C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "680", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.864969059163638, 45.688689065284038 ] } }, +{ "type": "Feature", "properties": { "id": "43315", "nom": "Vaulx HDV Campus", "desserte": "57A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2896", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.919856759705634, 45.777587458998852 ] } }, +{ "type": "Feature", "properties": { "id": "44838", "nom": "Marengo", "desserte": "C9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3386", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.876017333915567, 45.759236065703959 ] } }, +{ "type": "Feature", "properties": { "id": "44978", "nom": "Parilly Universite Hippodrome", "desserte": "93A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4816", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.915033333115072, 45.722726498260307 ] } }, +{ "type": "Feature", "properties": { "id": "45018", "nom": "La Chicotiere", "desserte": "61A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4937", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.733661619409033, 45.845397271551704 ] } }, +{ "type": "Feature", "properties": { "id": "45038", "nom": "Caluire - Bords de Saone", "desserte": "S5A:A,S5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4938", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.823591728465608, 45.791173992295136 ] } }, +{ "type": "Feature", "properties": { "id": "45039", "nom": "Capitaine Ferber", "desserte": "S5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4939", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.826994686968848, 45.790171474314555 ] } }, +{ "type": "Feature", "properties": { "id": "45040", "nom": "Maison des Associations", "desserte": "S5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4940", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.828552314487007, 45.792459233968856 ] } }, +{ "type": "Feature", "properties": { "id": "45041", "nom": "Cuire Le Bas", "desserte": "S5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3554", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.828422254428684, 45.793848301979779 ] } }, +{ "type": "Feature", "properties": { "id": "45218", "nom": "Hauts de Vassieux", "desserte": "70A:A,S5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3527", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.86254089825375, 45.801826530166124 ] } }, +{ "type": "Feature", "properties": { "id": "45239", "nom": "Caluire Centre", "desserte": "33A:R,38A:R,S5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1017", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.847760158990724, 45.799151461177821 ] } }, +{ "type": "Feature", "properties": { "id": "45260", "nom": "Lycee J.P. Sartre", "desserte": "T5:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "734", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.922187658496748, 45.737976197948583 ] } }, +{ "type": "Feature", "properties": { "id": "45282", "nom": "Place Ennemond Romand", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2444", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.858593248807451, 45.723631320998791 ] } }, +{ "type": "Feature", "properties": { "id": "45358", "nom": "Clos des Coquilles", "desserte": "C20A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4945", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.741139788143702, 45.731412471994311 ] } }, +{ "type": "Feature", "properties": { "id": "45359", "nom": "Clos des Coquilles", "desserte": "C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4946", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.741610177123985, 45.731294381034218 ] } }, +{ "type": "Feature", "properties": { "id": "46061", "nom": "Laurent Bonnevay", "desserte": "301A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "222", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.909492696560481, 45.763936124083259 ] } }, +{ "type": "Feature", "properties": { "id": "46075", "nom": "Petetin", "desserte": "78B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5117", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.774439192589405, 45.59432273396731 ] } }, +{ "type": "Feature", "properties": { "id": "46076", "nom": "St Genis 2", "desserte": "78B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2713", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.788589483311837, 45.681513763166812 ] } }, +{ "type": "Feature", "properties": { "id": "46078", "nom": "Rillieux Victor Hugo", "desserte": "S8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5100", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.892458760984939, 45.81924745461783 ] } }, +{ "type": "Feature", "properties": { "id": "46092", "nom": "Campus Lyon Ouest", "desserte": "3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4791", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.766052417439639, 45.783342242252722 ] } }, +{ "type": "Feature", "properties": { "id": "10490", "nom": "Emile Bertrand", "desserte": "57A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3465", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.957207141151606, 45.772023324658086 ] } }, +{ "type": "Feature", "properties": { "id": "10491", "nom": "Emile Bertrand", "desserte": "57A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3464", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.957074371591936, 45.772206455513782 ] } }, +{ "type": "Feature", "properties": { "id": "10496", "nom": "Vaulx Z.I. Est", "desserte": "57A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3466", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.944191222307771, 45.781552928271445 ] } }, +{ "type": "Feature", "properties": { "id": "40714", "nom": "Mions Centre", "desserte": "62A:R,87A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4601", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.956346694324576, 45.664042287734674 ] } }, +{ "type": "Feature", "properties": { "id": "40796", "nom": "Hauts de Solaize", "desserte": "GE2A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1542", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.84218214112435, 45.645427966042575 ] } }, +{ "type": "Feature", "properties": { "id": "40835", "nom": "Parc de l'Artillerie", "desserte": "ZI6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4604", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.844910943143952, 45.728240594876191 ] } }, +{ "type": "Feature", "properties": { "id": "43837", "nom": "Hôtel de Région Montrochet", "desserte": "63A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "513", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.821361006225339, 45.738107699527944 ] } }, +{ "type": "Feature", "properties": { "id": "43838", "nom": "Hôtel de Région Montrochet", "desserte": "63A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "512", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.821924315953392, 45.738626290741209 ] } }, +{ "type": "Feature", "properties": { "id": "43839", "nom": "Hôtel de Région Montrochet", "desserte": "S1A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "509", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.819526431131248, 45.741037653909586 ] } }, +{ "type": "Feature", "properties": { "id": "43841", "nom": "Champagne De Gaulle", "desserte": "21A:A,61A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4893", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.784911082911329, 45.802095921569048 ] } }, +{ "type": "Feature", "properties": { "id": "45435", "nom": "Thurins Les Vergers", "desserte": "11B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4967", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.644127160876041, 45.681687688246967 ] } }, +{ "type": "Feature", "properties": { "id": "45438", "nom": "Chapelle de Beaunant", "desserte": "11B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4970", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.777232997271786, 45.716978791188602 ] } }, +{ "type": "Feature", "properties": { "id": "45439", "nom": "Chapelle de Beaunant", "desserte": "11B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4971", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.777281555478918, 45.716914728281232 ] } }, +{ "type": "Feature", "properties": { "id": "45440", "nom": "Le Caillou", "desserte": "11B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4972", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.767331949746639, 45.701685272072744 ] } }, +{ "type": "Feature", "properties": { "id": "45441", "nom": "Le Caillou", "desserte": "11B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4973", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.767690628639387, 45.702244551501899 ] } }, +{ "type": "Feature", "properties": { "id": "45442", "nom": "Chaponost Gare", "desserte": "11B:A,12B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4974", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.763037022549415, 45.698961009931708 ] } }, +{ "type": "Feature", "properties": { "id": "45443", "nom": "Chaponost Gare", "desserte": "11B:R,12B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4975", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.764179303866802, 45.698648258728213 ] } }, +{ "type": "Feature", "properties": { "id": "45444", "nom": "Le Gilbertin", "desserte": "12B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4976", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.751922166622328, 45.700632090372537 ] } }, +{ "type": "Feature", "properties": { "id": "45445", "nom": "Le Gilbertin", "desserte": "12B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4977", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.752511320123375, 45.700592397437717 ] } }, +{ "type": "Feature", "properties": { "id": "45446", "nom": "La Chaize", "desserte": "12B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4978", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.748869645709637, 45.701912900071335 ] } }, +{ "type": "Feature", "properties": { "id": "45470", "nom": "Ferroussat", "desserte": "12B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5002", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.767742254662235, 45.721748329230586 ] } }, +{ "type": "Feature", "properties": { "id": "45471", "nom": "Ferroussat", "desserte": "12B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5003", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.767840592702493, 45.721647188365168 ] } }, +{ "type": "Feature", "properties": { "id": "1956", "nom": "Merlo", "desserte": "63A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2172", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.787038647934375, 45.719033258947199 ] } }, +{ "type": "Feature", "properties": { "id": "10697", "nom": "Guillotière - Gabriel Péri", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "99", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.842060584596092, 45.75569484065899 ] } }, +{ "type": "Feature", "properties": { "id": "10698", "nom": "Ampère Victor Hugo", "desserte": "S1A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "1", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.829029806846584, 45.752465468339679 ] } }, +{ "type": "Feature", "properties": { "id": "10705", "nom": "Invalides - Hop.P.Garraud", "desserte": "45A:A,65A:R,C20A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3518", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.789467560853291, 45.74701822880948 ] } }, +{ "type": "Feature", "properties": { "id": "10706", "nom": "Invalides - Hop.P.Garraud", "desserte": "45A:R,65A:A,C20A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3519", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.78967547036198, 45.747067690848183 ] } }, +{ "type": "Feature", "properties": { "id": "10892", "nom": "Bellevue", "desserte": "9A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "914", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.848284708157141, 45.785844883448881 ] } }, +{ "type": "Feature", "properties": { "id": "41744", "nom": "Musee des Beaux Arts", "desserte": "19A:R,C18A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4651", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.834415249189124, 45.766591097865927 ] } }, +{ "type": "Feature", "properties": { "id": "41753", "nom": "Le Vergoin", "desserte": "31A:R,S10A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1890", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.83842993577653, 45.804238308383702 ] } }, +{ "type": "Feature", "properties": { "id": "41758", "nom": "Lycee Branly", "desserte": "45A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3606", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.791644070665328, 45.75315433479701 ] } }, +{ "type": "Feature", "properties": { "id": "41760", "nom": "Jean Baptiste Perret", "desserte": "71A:R,S7A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4344", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.833138654121938, 45.816957742209034 ] } }, +{ "type": "Feature", "properties": { "id": "41774", "nom": "Montaberlet", "desserte": "67A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3769", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.939313198995123, 45.768190718407709 ] } }, +{ "type": "Feature", "properties": { "id": "41796", "nom": "Cote de Vaux", "desserte": "S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4653", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.81028046819289, 45.816482109700246 ] } }, +{ "type": "Feature", "properties": { "id": "41814", "nom": "Pont Kitchener", "desserte": "63A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "181", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.824280776328994, 45.751229647255897 ] } }, +{ "type": "Feature", "properties": { "id": "45261", "nom": "Lycee J.P. Sartre", "desserte": "T5:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "735", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.922154771107943, 45.738047797044295 ] } }, +{ "type": "Feature", "properties": { "id": "45262", "nom": "Parc du Chene", "desserte": "T5:A,T5:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "736", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.926648790657099, 45.738976823539339 ] } }, +{ "type": "Feature", "properties": { "id": "45263", "nom": "Parc du Chene", "desserte": "T5:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "737", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.926614151554848, 45.739052065092956 ] } }, +{ "type": "Feature", "properties": { "id": "45265", "nom": "De Tassigny - Curial", "desserte": "T5:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "732", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.917019428601012, 45.735774755861534 ] } }, +{ "type": "Feature", "properties": { "id": "45266", "nom": "De Tassigny - Curial", "desserte": "T5:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "733", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.917019428601012, 45.735774755861534 ] } }, +{ "type": "Feature", "properties": { "id": "45268", "nom": "Eurexpo Entrée Principale", "desserte": "T5:A,T5:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "598", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.947949467373498, 45.732063054909155 ] } }, +{ "type": "Feature", "properties": { "id": "45270", "nom": "Grange Blanche", "desserte": "T5:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "83", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.879320686631315, 45.742453783602933 ] } }, +{ "type": "Feature", "properties": { "id": "45271", "nom": "Grange Blanche", "desserte": "T5:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "76", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.879510311230002, 45.74250664555462 ] } }, +{ "type": "Feature", "properties": { "id": "45279", "nom": "College Balzac", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4944", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.860859376889118, 45.725686643066219 ] } }, +{ "type": "Feature", "properties": { "id": "45280", "nom": "College Balzac", "desserte": "C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4943", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.860924394742985, 45.725703182720295 ] } }, +{ "type": "Feature", "properties": { "id": "45281", "nom": "Place Ennemond Romand", "desserte": "C16A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2443", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.858639726184134, 45.723243224514285 ] } }, +{ "type": "Feature", "properties": { "id": "45787", "nom": "Pont Masaryk", "desserte": "40A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5176", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.810995130709038, 45.778451060730077 ] } }, +{ "type": "Feature", "properties": { "id": "46471", "nom": "Segliere - Jaures", "desserte": "29A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5579", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.019115966235502, 45.746705135065696 ] } }, +{ "type": "Feature", "properties": { "id": "46482", "nom": "Le Groublon", "desserte": "763:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6088", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.976204791835178, 45.653147387082697 ] } }, +{ "type": "Feature", "properties": { "id": "46483", "nom": "Le Groublon", "desserte": "763:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6089", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.976196806765033, 45.653200414810904 ] } }, +{ "type": "Feature", "properties": { "id": "46484", "nom": "Le Puits", "desserte": "763:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6090", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.983085786540305, 45.654240359478123 ] } }, +{ "type": "Feature", "properties": { "id": "46485", "nom": "Le Puits", "desserte": "763:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6091", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.98334081413248, 45.654285375308021 ] } }, +{ "type": "Feature", "properties": { "id": "46486", "nom": "Chandieu Villeneuve", "desserte": "763:A,763:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6092", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.993121508506508, 45.63207530468258 ] } }, +{ "type": "Feature", "properties": { "id": "46495", "nom": "Centre Village", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5499", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.877447559764261, 45.833759409074894 ] } }, +{ "type": "Feature", "properties": { "id": "46496", "nom": "Centre Village", "desserte": "77A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5500", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.877371566671646, 45.833650409378059 ] } }, +{ "type": "Feature", "properties": { "id": "46497", "nom": "Sathonay Village Eglise", "desserte": "77A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5501", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.878157596097317, 45.831467438242207 ] } }, +{ "type": "Feature", "properties": { "id": "46498", "nom": "Sathonay Village Eglise", "desserte": "77A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5502", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.87798153949633, 45.831561433166051 ] } }, +{ "type": "Feature", "properties": { "id": "46500", "nom": "La Rama", "desserte": "R3A:A,R3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5506", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.749341176782027, 45.57823877052023 ] } }, +{ "type": "Feature", "properties": { "id": "46513", "nom": "Chemin de Crepieux", "desserte": "S5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5503", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.87911708697425, 45.801830664726751 ] } }, +{ "type": "Feature", "properties": { "id": "46514", "nom": "Chemin de Crepieux", "desserte": "S5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5504", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.879148127937394, 45.801928617442442 ] } }, +{ "type": "Feature", "properties": { "id": "46515", "nom": "Vieux Crepieux", "desserte": "S5A:A,S5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5505", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.877012161802708, 45.799717682036835 ] } }, +{ "type": "Feature", "properties": { "id": "46519", "nom": "Salle Polyvalente (A)", "desserte": "R4B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5870", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.012194945177906, 45.728868185644941 ] } }, +{ "type": "Feature", "properties": { "id": "46520", "nom": "Salle Polyvalente (A)", "desserte": "R4B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5871", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.012020005638261, 45.72897119634311 ] } }, +{ "type": "Feature", "properties": { "id": "46523", "nom": "Bifurcation du Rosay", "desserte": "20A:R,2A:R,71A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5518", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.809014094110068, 45.792110044746828 ] } }, +{ "type": "Feature", "properties": { "id": "46524", "nom": "Bifurcation du Rosay", "desserte": "22A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5519", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.808459970347422, 45.791934026700957 ] } }, +{ "type": "Feature", "properties": { "id": "42545", "nom": "Monge", "desserte": "C8A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2221", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.909627982496177, 45.750880953521118 ] } }, +{ "type": "Feature", "properties": { "id": "45822", "nom": "Manufacture Montluc", "desserte": "69A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "763", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.861095593713427, 45.749894639095444 ] } }, +{ "type": "Feature", "properties": { "id": "46184", "nom": "St Fons Dussurgey", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5142", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.855018616792767, 45.713756305467669 ] } }, +{ "type": "Feature", "properties": { "id": "46185", "nom": "Komarov", "desserte": "C12A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1640", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.871819437773422, 45.691585825476928 ] } }, +{ "type": "Feature", "properties": { "id": "46186", "nom": "Komarov", "desserte": "C12A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1639", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.872561139614437, 45.692073126698588 ] } }, +{ "type": "Feature", "properties": { "id": "46189", "nom": "Debourg", "desserte": "C22A:R,ZI6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "317", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.834402344851899, 45.731175356588693 ] } }, +{ "type": "Feature", "properties": { "id": "46376", "nom": "Frindeau", "desserte": "296:A,763:A,R5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5347", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.023801430945886, 45.645731319988613 ] } }, +{ "type": "Feature", "properties": { "id": "46377", "nom": "Amedee Ronin", "desserte": "296:R,763:R,R5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5348", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.01157848994241, 45.647659346877958 ] } }, +{ "type": "Feature", "properties": { "id": "46378", "nom": "Amedee Ronin", "desserte": "296:A,763:A,R5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5349", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.011757601608791, 45.647597369152038 ] } }, +{ "type": "Feature", "properties": { "id": "46379", "nom": "St-Pierre-de-Chandieu College", "desserte": "296:R,763:R,R5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5350", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.004651599274402, 45.648183318714288 ] } }, +{ "type": "Feature", "properties": { "id": "46383", "nom": "Cros Cassier", "desserte": "763:R,R5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5354", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.001582576161395, 45.644339345489378 ] } }, +{ "type": "Feature", "properties": { "id": "46384", "nom": "Cros Cassier", "desserte": "763:A,R5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5355", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.001772572485768, 45.644319342954176 ] } }, +{ "type": "Feature", "properties": { "id": "46425", "nom": "Route de Givors", "desserte": "296:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5394", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.985187779313695, 45.64964439937021 ] } }, +{ "type": "Feature", "properties": { "id": "46426", "nom": "Idoux", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5414", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.762943234374027, 45.591826761392639 ] } }, +{ "type": "Feature", "properties": { "id": "46427", "nom": "Idoux", "desserte": "81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5415", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.763074194451195, 45.591947773421978 ] } }, +{ "type": "Feature", "properties": { "id": "46428", "nom": "Robespierre-Carnot", "desserte": "78B:A,80A:A,81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5407", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.771267196662695, 45.586446635564442 ] } }, +{ "type": "Feature", "properties": { "id": "46429", "nom": "Robespierre-Carnot", "desserte": "78B:R,80A:R,81A:A,81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5408", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.770904262058338, 45.586146702437539 ] } }, +{ "type": "Feature", "properties": { "id": "46430", "nom": "Boutras-Sabatier", "desserte": "80A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5416", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.77176224972476, 45.609489795073991 ] } }, +{ "type": "Feature", "properties": { "id": "46431", "nom": "Boutras-Sabatier", "desserte": "80A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5417", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.771930218544317, 45.609436816827639 ] } }, +{ "type": "Feature", "properties": { "id": "46433", "nom": "Liauthaud", "desserte": "81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5419", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.761456182754761, 45.589159735269249 ] } }, +{ "type": "Feature", "properties": { "id": "46434", "nom": "Buissiere - Viralamande(D)", "desserte": "S8A:A,S8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5409", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.881367014055912, 45.803235608740195 ] } }, +{ "type": "Feature", "properties": { "id": "46441", "nom": "Genas Avenir Montgolfier", "desserte": "ZI5B:A,ZI5B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5497", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.983171068914824, 45.722157261684103 ] } }, +{ "type": "Feature", "properties": { "id": "46458", "nom": "Ratabizet", "desserte": "29A:A,29A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5578", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.977402138205596, 45.716720274635698 ] } }, +{ "type": "Feature", "properties": { "id": "11436", "nom": "Stade J.Lacaze", "desserte": "96A:A,96A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3694", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.812433203135296, 45.883718706752425 ] } }, +{ "type": "Feature", "properties": { "id": "11437", "nom": "Route du Pontet", "desserte": "96A:A,96A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3695", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.827817699081469, 45.878788441041394 ] } }, +{ "type": "Feature", "properties": { "id": "43495", "nom": "Maison d'Arret", "desserte": "C25B:R,ZI1A:A,ZI1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4582", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.933004080421107, 45.677592657484112 ] } }, +{ "type": "Feature", "properties": { "id": "43514", "nom": "Vaulx Lakanal", "desserte": "57A:A,7A:A,83A:A,C8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2905", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.920596112803383, 45.786751983093644 ] } }, +{ "type": "Feature", "properties": { "id": "46120", "nom": "Gare d'Oullins", "desserte": "11B:R,12B:R,14B:R,18B:R,78B:R,88B:A,88B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "739", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.814511855643357, 45.716459471027257 ] } }, +{ "type": "Feature", "properties": { "id": "46121", "nom": "Gare d'Oullins", "desserte": "11B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "738", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.81468166108025, 45.716149684756942 ] } }, +{ "type": "Feature", "properties": { "id": "46122", "nom": "Gare d'Oullins", "desserte": "12B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "740", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.814882641347674, 45.716161446923202 ] } }, +{ "type": "Feature", "properties": { "id": "46123", "nom": "Gare d'Oullins", "desserte": "14B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "741", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.815106132115832, 45.71618801318283 ] } }, +{ "type": "Feature", "properties": { "id": "46349", "nom": "ZI Satolas Green", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5485", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.064369712789662, 45.745012312983683 ] } }, +{ "type": "Feature", "properties": { "id": "46350", "nom": "Gutenberg", "desserte": "28A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5486", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.06774166957578, 45.743895265255929 ] } }, +{ "type": "Feature", "properties": { "id": "46351", "nom": "Gutenberg", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5487", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.067347671816706, 45.743912322394202 ] } }, +{ "type": "Feature", "properties": { "id": "46352", "nom": "Les Marches du Rhone", "desserte": "1EX:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5340", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.066494460608015, 45.688080393717847 ] } }, +{ "type": "Feature", "properties": { "id": "46353", "nom": "Les Marches du Rhone", "desserte": "1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5341", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.066955452335417, 45.688373438639957 ] } }, +{ "type": "Feature", "properties": { "id": "46354", "nom": "La Gaiete", "desserte": "28A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5488", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.057713747382353, 45.760676188022465 ] } }, +{ "type": "Feature", "properties": { "id": "46355", "nom": "La Gaiete", "desserte": "28A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5489", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.05750779022171, 45.760740142154127 ] } }, +{ "type": "Feature", "properties": { "id": "46356", "nom": "Hameau de Bianne", "desserte": "R1B:A,R1B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5490", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.088496784595093, 45.808080155257812 ] } }, +{ "type": "Feature", "properties": { "id": "46642", "nom": "Charpennes", "desserte": "37A:R,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5875", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.863718173086466, 45.770880948949603 ] } }, +{ "type": "Feature", "properties": { "id": "46644", "nom": "Charpennes", "desserte": "C17A:A,C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5934", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.864329213706363, 45.771224005963525 ] } }, +{ "type": "Feature", "properties": { "id": "46645", "nom": "Charpennes", "desserte": "37A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5876", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.861757186784417, 45.770634955014273 ] } }, +{ "type": "Feature", "properties": { "id": "46648", "nom": "Cusset", "desserte": "C17A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5936", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.901045315853661, 45.76589489993696 ] } }, +{ "type": "Feature", "properties": { "id": "46659", "nom": "Parc Olympique Lyonnais", "desserte": "85A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5835", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.981393143534486, 45.768071856428307 ] } }, +{ "type": "Feature", "properties": { "id": "46660", "nom": "Parc Olympique Lyonnais", "desserte": "85A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5836", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.981435054158499, 45.768100845075878 ] } }, +{ "type": "Feature", "properties": { "id": "46675", "nom": "Plasson et Chaize", "desserte": "31A:R,43A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5854", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.818210023825888, 45.790621983812009 ] } }, +{ "type": "Feature", "properties": { "id": "46680", "nom": "Parc des Lumieres", "desserte": "ZI8A:A,ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5877", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.965591551336759, 45.682369156021458 ] } }, +{ "type": "Feature", "properties": { "id": "46681", "nom": "Parc des Meurieres", "desserte": "ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5878", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.958161551645328, 45.681408939906355 ] } }, +{ "type": "Feature", "properties": { "id": "46683", "nom": "Parc des Meurieres", "desserte": "ZI8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5880", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.957296184270247, 45.681115916474468 ] } }, +{ "type": "Feature", "properties": { "id": "2322", "nom": "Pierre-Benite Hauteroche", "desserte": "15A:A,18B:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2423", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.822950375964977, 45.70015996492571 ] } }, +{ "type": "Feature", "properties": { "id": "2323", "nom": "Pierre-Benite Hauteroche", "desserte": "15A:R,18B:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2422", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.823029402938329, 45.700203218193629 ] } }, +{ "type": "Feature", "properties": { "id": "2327", "nom": "Pierre Drevet", "desserte": "ZI4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2424", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.871939248340298, 45.80776275754657 ] } }, +{ "type": "Feature", "properties": { "id": "2328", "nom": "Pierre Drevet", "desserte": "ZI4A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2425", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.872052069103636, 45.807418159570531 ] } }, +{ "type": "Feature", "properties": { "id": "2329", "nom": "Pierre Joseph Proudhon", "desserte": "69A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "2427", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.8903411188241, 45.773599754080557 ] } }, +{ "type": "Feature", "properties": { "id": "2330", "nom": "Pierre Joseph Proudhon", "desserte": "69A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2426", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.89124445284696, 45.773939261631128 ] } }, +{ "type": "Feature", "properties": { "id": "2332", "nom": "Pierre Scize", "desserte": "19A:A,31A:A,40A:A,C14A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2428", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.823286960904316, 45.767363688687759 ] } }, +{ "type": "Feature", "properties": { "id": "2333", "nom": "Pierre Blanche", "desserte": "3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2430", "last_update": "", "last_update_fme": "2017-06-14 06:00:24" }, "geometry": { "type": "Point", "coordinates": [ 4.751336800572204, 45.821769555788045 ] } }, +{ "type": "Feature", "properties": { "id": "11762", "nom": "Mions Les Tilleuls", "desserte": "62A:A,87A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3118", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.955028768499533, 45.669266996596122 ] } }, +{ "type": "Feature", "properties": { "id": "11763", "nom": "Mions Les Tilleuls", "desserte": "62A:R,87A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3117", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.954529878415789, 45.669305654953 ] } }, +{ "type": "Feature", "properties": { "id": "11796", "nom": "Rue des Vergers", "desserte": "21A:A,6A:A,GE4A:A,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3122", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.771501863023137, 45.805888732205709 ] } }, +{ "type": "Feature", "properties": { "id": "11797", "nom": "Rue des Vergers", "desserte": "21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3121", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.772198577724878, 45.80592763732119 ] } }, +{ "type": "Feature", "properties": { "id": "11798", "nom": "Allee des Hetres", "desserte": "21A:A,6A:A,GE4A:A,GE4A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3124", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.774339163078329, 45.805440163942741 ] } }, +{ "type": "Feature", "properties": { "id": "11799", "nom": "Allee des Hetres", "desserte": "21A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3123", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.774624027169554, 45.805478988034089 ] } }, +{ "type": "Feature", "properties": { "id": "11803", "nom": "Pre Gaudry", "desserte": "ZI6A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2481", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.839884392151557, 45.737822061158035 ] } }, +{ "type": "Feature", "properties": { "id": "11804", "nom": "Pre Gaudry", "desserte": "ZI6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2480", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.839728167483826, 45.737213467131291 ] } }, +{ "type": "Feature", "properties": { "id": "11810", "nom": "Charpennes", "desserte": "C16A:A,C16A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "241", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.862376491135902, 45.769956641770563 ] } }, +{ "type": "Feature", "properties": { "id": "11812", "nom": "Bron Liberation", "desserte": "24A:A,79A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "974", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.902502439107637, 45.729602764647055 ] } }, +{ "type": "Feature", "properties": { "id": "11832", "nom": "Meyzieu M.T.E.", "desserte": "ZI2A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3501", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 5.022583392438698, 45.761845952633351 ] } }, +{ "type": "Feature", "properties": { "id": "11833", "nom": "Andre Bollier", "desserte": "ZI6A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "833", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.839648833947304, 45.735469012499451 ] } }, +{ "type": "Feature", "properties": { "id": "11840", "nom": "Le Molard", "desserte": "79A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1859", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.965713002750264, 45.771284415050566 ] } }, +{ "type": "Feature", "properties": { "id": "46214", "nom": "Clos de la Jeunesse", "desserte": "C13A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1204", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.844743093839092, 45.788749876417391 ] } }, +{ "type": "Feature", "properties": { "id": "46373", "nom": "Compagnon", "desserte": "296:R,763:R,R5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5344", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.030335401669241, 45.643891339125517 ] } }, +{ "type": "Feature", "properties": { "id": "46560", "nom": "Flassieu le Haut", "desserte": "763:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6101", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.967907643484997, 45.624954330224291 ] } }, +{ "type": "Feature", "properties": { "id": "46561", "nom": "La Roussiere", "desserte": "763:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6102", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.945109837646072, 45.626330457132347 ] } }, +{ "type": "Feature", "properties": { "id": "46562", "nom": "La Roussiere", "desserte": "763:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6103", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.945095896096405, 45.626434388834319 ] } }, +{ "type": "Feature", "properties": { "id": "46563", "nom": "Chaponnay Place", "desserte": "763:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6104", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.936388886634594, 45.627089436421471 ] } }, +{ "type": "Feature", "properties": { "id": "46564", "nom": "Chaponnay Place", "desserte": "763:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6105", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.936702966938745, 45.627152446574726 ] } }, +{ "type": "Feature", "properties": { "id": "46565", "nom": "La Cornaz", "desserte": "763:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6106", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.933535921852518, 45.627206483454835 ] } }, +{ "type": "Feature", "properties": { "id": "46566", "nom": "La Cornaz", "desserte": "763:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6107", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.933465968213583, 45.627238440294022 ] } }, +{ "type": "Feature", "properties": { "id": "46567", "nom": "Les Ecoarees", "desserte": "763:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6108", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.931713944908595, 45.631077472966588 ] } }, +{ "type": "Feature", "properties": { "id": "46568", "nom": "Les Ecoarees", "desserte": "763:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6109", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.931431005207759, 45.631049462642572 ] } }, +{ "type": "Feature", "properties": { "id": "46569", "nom": "Hopital Croix-Rousse", "desserte": "C13A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5539", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.832730137192462, 45.781938948810946 ] } }, +{ "type": "Feature", "properties": { "id": "46570", "nom": "College J. Prevert Heyrieux", "desserte": "763:A,763:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "6110", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.059352033681897, 45.631653269686346 ] } }, +{ "type": "Feature", "properties": { "id": "46571", "nom": "Champivost", "desserte": "6A:A,GE4A:A,GE4A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5544", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.772991634038242, 45.811626091632483 ] } }, +{ "type": "Feature", "properties": { "id": "46572", "nom": "Centre com. Le Perollier", "desserte": "75A:A,75A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5872", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.775881016192294, 45.786261189006247 ] } }, +{ "type": "Feature", "properties": { "id": "46595", "nom": "Manissieux A. Pare", "desserte": "26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5573", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.977735966618217, 45.70986288437674 ] } }, +{ "type": "Feature", "properties": { "id": "46598", "nom": "Giboulet Wassman", "desserte": "29A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5580", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.015995978790512, 45.738199175218455 ] } }, +{ "type": "Feature", "properties": { "id": "46632", "nom": "Lycée Lumière", "desserte": "26A:A,26A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5873", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.863834211955128, 45.733936813428876 ] } }, +{ "type": "Feature", "properties": { "id": "46640", "nom": "Andre Philip", "desserte": "37A:A,C17A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5874", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.865302166621298, 45.77239693000206 ] } }, +{ "type": "Feature", "properties": { "id": "46682", "nom": "Parc des Lumieres 3", "desserte": "ZI8A:A,ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5879", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.969752561797877, 45.680517980380699 ] } }, +{ "type": "Feature", "properties": { "id": "46684", "nom": "La Palombiere", "desserte": "R5A:R,ZI8A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5881", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.954219040010456, 45.68251644250374 ] } }, +{ "type": "Feature", "properties": { "id": "46685", "nom": "La Palombiere", "desserte": "R5A:A,ZI8A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5882", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.954103369975527, 45.682649666301259 ] } }, +{ "type": "Feature", "properties": { "id": "46708", "nom": "ZA Everest Parc", "desserte": "ZI5B:A,ZI5B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5892", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.985180118168928, 45.724728263081616 ] } }, +{ "type": "Feature", "properties": { "id": "46380", "nom": "St-Pierre-de-Chandieu College", "desserte": "296:A,763:A,R5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5351", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.005003659552917, 45.648109311998425 ] } }, +{ "type": "Feature", "properties": { "id": "46381", "nom": "Jacquette", "desserte": "763:R,R5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5352", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.00484351647145, 45.644637373169672 ] } }, +{ "type": "Feature", "properties": { "id": "46382", "nom": "Jacquette", "desserte": "763:A,R5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5353", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.004886551036326, 45.644561363768972 ] } }, +{ "type": "Feature", "properties": { "id": "46387", "nom": "Toussieu Mairie", "desserte": "763:R,R5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5358", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.985091770542003, 45.65441134402581 ] } }, +{ "type": "Feature", "properties": { "id": "46388", "nom": "Toussieu Mairie", "desserte": "763:A,R5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5359", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.984901756821856, 45.654800386646492 ] } }, +{ "type": "Feature", "properties": { "id": "46389", "nom": "La Cote", "desserte": "763:R,R5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5360", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.983824864072101, 45.6585953742903 ] } }, +{ "type": "Feature", "properties": { "id": "46412", "nom": "Engrives", "desserte": "1EX:R,R4B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5381", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.034413690007385, 45.691500365485027 ] } }, +{ "type": "Feature", "properties": { "id": "46417", "nom": "Parc du Chanay", "desserte": "1EX:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5386", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.016868848324612, 45.697076375433063 ] } }, +{ "type": "Feature", "properties": { "id": "46418", "nom": "Parc du Chanay", "desserte": "1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5387", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.017112847224642, 45.696924443361979 ] } }, +{ "type": "Feature", "properties": { "id": "46419", "nom": "Manissieux Pierre Blanche", "desserte": "1EX:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5388", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.991532131511254, 45.705685362807372 ] } }, +{ "type": "Feature", "properties": { "id": "46420", "nom": "Manissieux Pierre Blanche", "desserte": "1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5389", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.991301109636786, 45.705626379029496 ] } }, +{ "type": "Feature", "properties": { "id": "46421", "nom": "Mermoz - Pinel", "desserte": "1EX:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5390", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.88800340574327, 45.730970244029237 ] } }, +{ "type": "Feature", "properties": { "id": "46422", "nom": "Grange Blanche", "desserte": "1EX:A,1EX:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5391", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.879969374276898, 45.742200190501855 ] } }, +{ "type": "Feature", "properties": { "id": "46423", "nom": "Mermoz - Pinel", "desserte": "1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5392", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.887810465940829, 45.731003255075471 ] } }, +{ "type": "Feature", "properties": { "id": "46432", "nom": "Liauthaud", "desserte": "81A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5418", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.76083125251174, 45.589606754376753 ] } }, +{ "type": "Feature", "properties": { "id": "46435", "nom": "Centre Social Sauvegarde", "desserte": "89A:A,C6B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5421", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.791970209695945, 45.786685058581519 ] } }, +{ "type": "Feature", "properties": { "id": "46436", "nom": "Centre Social Sauvegarde", "desserte": "89A:R,C6B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5422", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.792083881602984, 45.786637568230695 ] } }, +{ "type": "Feature", "properties": { "id": "46444", "nom": "Ecole Jules Ferry", "desserte": "1EX:A,1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5592", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.127219190890852, 45.716066536343462 ] } }, +{ "type": "Feature", "properties": { "id": "46445", "nom": "Place Joanny Favre", "desserte": "1EX:A,1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5593", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.111687198065448, 45.711867495051486 ] } }, +{ "type": "Feature", "properties": { "id": "46710", "nom": "Valmy - Place Ferber", "desserte": "90A:A,90A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5894", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.805381195811909, 45.773654169349157 ] } }, +{ "type": "Feature", "properties": { "id": "46711", "nom": "Rillieux Nations", "desserte": "C5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5916", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.907065890610375, 45.820448903242401 ] } }, +{ "type": "Feature", "properties": { "id": "46687", "nom": "Domer - Trois Pierres", "desserte": "C7B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5884", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.847855380019952, 45.747242215863984 ] } }, +{ "type": "Feature", "properties": { "id": "46688", "nom": "Place Stalingrad", "desserte": "C7B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5885", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.853543289538931, 45.749379158480835 ] } }, +{ "type": "Feature", "properties": { "id": "46689", "nom": "Tchecoslovaques Blandan", "desserte": "C25B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5886", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.858910533985856, 45.747666448391868 ] } }, +{ "type": "Feature", "properties": { "id": "46690", "nom": "Tchecoslovaques Blandan", "desserte": "C25B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5887", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.858544273838077, 45.745535175361219 ] } }, +{ "type": "Feature", "properties": { "id": "46691", "nom": "Part-Dieu - Servient", "desserte": "C25B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5888", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.850843268920068, 45.759963082631486 ] } }, +{ "type": "Feature", "properties": { "id": "46692", "nom": "Begonniere", "desserte": "S9A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5889", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.784016483089349, 45.713899661334963 ] } }, +{ "type": "Feature", "properties": { "id": "46696", "nom": "Santy Grandvaux", "desserte": "S15A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5853", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.772813999535889, 45.774273284433448 ] } }, +{ "type": "Feature", "properties": { "id": "46697", "nom": "Fontaines Jules Ferry", "desserte": "40A:A,70A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5907", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.845892736059803, 45.833245056470687 ] } }, +{ "type": "Feature", "properties": { "id": "46703", "nom": "St Pierre de Vaise", "desserte": "90A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5890", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.808335137592449, 45.772277187662169 ] } }, +{ "type": "Feature", "properties": { "id": "46705", "nom": "Sergent Berthet", "desserte": "45A:A,90A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5891", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.805438090076071, 45.77188114484354 ] } }, +{ "type": "Feature", "properties": { "id": "46707", "nom": "Fontaines Jules Ferry", "desserte": "40A:R,70A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5908", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.846255522477135, 45.83301192456841 ] } }, +{ "type": "Feature", "properties": { "id": "46717", "nom": "Rillieux Nations", "desserte": "C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5917", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.907004284725055, 45.82078336792673 ] } }, +{ "type": "Feature", "properties": { "id": "46718", "nom": "Les Amandiers", "desserte": "12B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5913", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.753751375061008, 45.717134749369919 ] } }, +{ "type": "Feature", "properties": { "id": "46721", "nom": "Les Amandiers", "desserte": "12B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5914", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.753863348086195, 45.71702477660363 ] } }, +{ "type": "Feature", "properties": { "id": "46600", "nom": "Antoine Roybet", "desserte": "29A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5582", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.01192492919233, 45.735963191819941 ] } }, +{ "type": "Feature", "properties": { "id": "46601", "nom": "Antoine Roybet", "desserte": "29A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5583", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.012017996295684, 45.735992209711512 ] } }, +{ "type": "Feature", "properties": { "id": "46602", "nom": "Reaux Roybet", "desserte": "29A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5584", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.008193023076966, 45.730464218187379 ] } }, +{ "type": "Feature", "properties": { "id": "46603", "nom": "Reaux Roybet", "desserte": "29A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5585", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.008288020214632, 45.73054117246528 ] } }, +{ "type": "Feature", "properties": { "id": "46627", "nom": "Ste Genevieve", "desserte": "C3A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5664", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.866374269120156, 45.763685009888398 ] } }, +{ "type": "Feature", "properties": { "id": "46639", "nom": "Fontaines Petit Moulin", "desserte": "40A:A,70A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5724", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.842622460038153, 45.834215621829443 ] } }, +{ "type": "Feature", "properties": { "id": "3301", "nom": "Z.I. Champ du Roy", "desserte": "C5A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3029", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.908420240064122, 45.828483287490528 ] } }, +{ "type": "Feature", "properties": { "id": "32364", "nom": "Champagne Verte Colline", "desserte": "66A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3880", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.7854291696742, 45.794946798682552 ] } }, +{ "type": "Feature", "properties": { "id": "32366", "nom": "Bas de Loyasse", "desserte": "66A:R,90A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3882", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.810667092749677, 45.759865528838979 ] } }, +{ "type": "Feature", "properties": { "id": "32404", "nom": "Jean Macé", "desserte": "C7B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "298", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.842393399370431, 45.746344183768187 ] } }, +{ "type": "Feature", "properties": { "id": "34816", "nom": "Ravat", "desserte": "63A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3992", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.825517067076246, 45.74302922363357 ] } }, +{ "type": "Feature", "properties": { "id": "10252", "nom": "Gorge de Loup", "desserte": "98A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "66", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.804689099163642, 45.766783917065474 ] } }, +{ "type": "Feature", "properties": { "id": "34875", "nom": "Hôtel de Région Montrochet", "desserte": "T1A:A,T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "507", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.819099690365759, 45.740585698094947 ] } }, +{ "type": "Feature", "properties": { "id": "34895", "nom": "Flacheres", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4004", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.795724014532415, 45.641623762877316 ] } }, +{ "type": "Feature", "properties": { "id": "34897", "nom": "Les Mesanges", "desserte": "78B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4005", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.797750149094072, 45.640157114232544 ] } }, +{ "type": "Feature", "properties": { "id": "36159", "nom": "Dauphine - Berlioz", "desserte": "67A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4079", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 5.007869118665123, 45.76288107104196 ] } }, +{ "type": "Feature", "properties": { "id": "10729", "nom": "Parc de Lacroix-Laval", "desserte": "72B:R,98A:A,98A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2350", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.71790245378951, 45.784004435962231 ] } }, +{ "type": "Feature", "properties": { "id": "36253", "nom": "Gare de Givors Ville", "desserte": "80A:A,81A:A,81A:R,R3A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "594", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.766394013397678, 45.584649601462957 ] } }, +{ "type": "Feature", "properties": { "id": "36254", "nom": "Gare de Givors Ville", "desserte": "80A:R,81A:A,81A:R,R3A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "595", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.766702157402033, 45.584660911467715 ] } }, +{ "type": "Feature", "properties": { "id": "36255", "nom": "La Freydiere", "desserte": "80A:A,81A:A,81A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4153", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.763403351196717, 45.585434568257078 ] } }, +{ "type": "Feature", "properties": { "id": "36259", "nom": "Givors Centre Commercial", "desserte": "80A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4157", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.7512841998633, 45.58530971253029 ] } }, +{ "type": "Feature", "properties": { "id": "39976", "nom": "Gare de Vénissieux", "desserte": "62A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "272", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.88827404187873, 45.706586860822554 ] } }, +{ "type": "Feature", "properties": { "id": "39996", "nom": "Vaulx-en-Velin La Soie", "desserte": "52A:A,83A:A,83A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "568", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.920858144386862, 45.761118705497367 ] } }, +{ "type": "Feature", "properties": { "id": "41819", "nom": "Fayolle", "desserte": "S7A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "3593", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.819923892348061, 45.801984529692042 ] } }, +{ "type": "Feature", "properties": { "id": "41834", "nom": "Caluire - Place de la bascule", "desserte": "38A:A,77A:A,9A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4660", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.851306784719912, 45.802132562924818 ] } }, +{ "type": "Feature", "properties": { "id": "42236", "nom": "Cuire", "desserte": "38A:R,C13A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "35", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.833496991338422, 45.78602158563649 ] } }, +{ "type": "Feature", "properties": { "id": "32148", "nom": "Jet d'Eau - Mendes France", "desserte": "T2:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "386", "last_update": "", "last_update_fme": "2017-06-14 06:00:25" }, "geometry": { "type": "Point", "coordinates": [ 4.858716285168618, 45.739846134257654 ] } }, +{ "type": "Feature", "properties": { "id": "43650", "nom": "Rousseau", "desserte": "95A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4875", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.990763511936122, 45.772207444589306 ] } }, +{ "type": "Feature", "properties": { "id": "43651", "nom": "Rousseau", "desserte": "95A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4874", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.991259667649873, 45.771826644422177 ] } }, +{ "type": "Feature", "properties": { "id": "43658", "nom": "Ecole Nationale de Musique", "desserte": "27A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4877", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.874142280302647, 45.76737802050404 ] } }, +{ "type": "Feature", "properties": { "id": "43659", "nom": "Parc de Lacroix-Laval", "desserte": "GE6A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "2351", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.718027473603208, 45.784514830415375 ] } }, +{ "type": "Feature", "properties": { "id": "43660", "nom": "Salle Omnisports", "desserte": "GE6A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4878", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.71036961665635, 45.78265176849311 ] } }, +{ "type": "Feature", "properties": { "id": "44558", "nom": "Le Monteiller", "desserte": "S14A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4926", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.841152478694435, 45.879833549576261 ] } }, +{ "type": "Feature", "properties": { "id": "45426", "nom": "Pre Moulin", "desserte": "11B:A,11B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "4957", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.681366829771793, 45.696810081528881 ] } }, +{ "type": "Feature", "properties": { "id": "45719", "nom": "PERICA - Mercieres", "desserte": "C2A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5018", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.882489823720042, 45.81390456392954 ] } }, +{ "type": "Feature", "properties": { "id": "45720", "nom": "PERICA - Mercieres", "desserte": "C2A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5019", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.88213897300318, 45.813725103152152 ] } }, +{ "type": "Feature", "properties": { "id": "45764", "nom": "Lycee J.P. Sartre", "desserte": "79A:R,C15A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4283", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.922088640820842, 45.738046620083175 ] } }, +{ "type": "Feature", "properties": { "id": "45765", "nom": "Lycee J.P. Sartre", "desserte": "52A:A,79A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4285", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.92355152570445, 45.738264950639554 ] } }, +{ "type": "Feature", "properties": { "id": "45766", "nom": "Lycee J.P. Sartre", "desserte": "52A:R,C15A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4286", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.922060341465286, 45.738812395564352 ] } }, +{ "type": "Feature", "properties": { "id": "46266", "nom": "Republique - Pierre Benite", "desserte": "17B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5214", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.828008561540956, 45.702915635900141 ] } }, +{ "type": "Feature", "properties": { "id": "46267", "nom": "Republique - Pierre Benite", "desserte": "17B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5215", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.82809052058743, 45.70291561551052 ] } }, +{ "type": "Feature", "properties": { "id": "46269", "nom": "Gare de Vénissieux", "desserte": "93A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5284", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.888076531814605, 45.706483338534504 ] } }, +{ "type": "Feature", "properties": { "id": "46270", "nom": "Gare de Vénissieux", "desserte": "93A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5285", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.887996194834979, 45.706413155747128 ] } }, +{ "type": "Feature", "properties": { "id": "46281", "nom": "Base Aerienne", "desserte": "942A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5229", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.787684037263173, 45.856798128014532 ] } }, +{ "type": "Feature", "properties": { "id": "46282", "nom": "Lopofa", "desserte": "C25B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5221", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.934144373897224, 45.69714455946739 ] } }, +{ "type": "Feature", "properties": { "id": "46330", "nom": "Rond-Point d'Italie", "desserte": "ZI5B:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5466", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.99285306530444, 45.71334829101685 ] } }, +{ "type": "Feature", "properties": { "id": "46331", "nom": "Bornicat", "desserte": "29A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5467", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.99994308190267, 45.722051214343466 ] } }, +{ "type": "Feature", "properties": { "id": "46333", "nom": "Carnot", "desserte": "29A:A,29A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5469", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.004209991869496, 45.723409218562793 ] } }, +{ "type": "Feature", "properties": { "id": "46335", "nom": "Olivier de Serres", "desserte": "29A:A,29A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5471", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.009328975087764, 45.722361299998227 ] } }, +{ "type": "Feature", "properties": { "id": "46336", "nom": "ZI du Mariage", "desserte": "28A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5472", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.074971657453208, 45.766056283362268 ] } }, +{ "type": "Feature", "properties": { "id": "46390", "nom": "La Cote", "desserte": "763:A,R5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5361", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.983789806672744, 45.658568387267373 ] } }, +{ "type": "Feature", "properties": { "id": "46391", "nom": "12 juillet 1944", "desserte": "R5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5362", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.983496866885625, 45.66084237943916 ] } }, +{ "type": "Feature", "properties": { "id": "46392", "nom": "12 juillet 1944", "desserte": "R5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5363", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.983468774363561, 45.660813427434235 ] } }, +{ "type": "Feature", "properties": { "id": "46395", "nom": "Toussieu Les Tilleuls", "desserte": "763:R,R5A:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5364", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.991076772132055, 45.65190434492083 ] } }, +{ "type": "Feature", "properties": { "id": "46396", "nom": "Toussieu Les Tilleuls", "desserte": "763:A,R5A:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5365", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.991021677126911, 45.65185839125045 ] } }, +{ "type": "Feature", "properties": { "id": "46397", "nom": "Colombier-Saugnieu Les Salines", "desserte": "1EX:A,1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5366", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.127559160036746, 45.71524147986419 ] } }, +{ "type": "Feature", "properties": { "id": "46398", "nom": "Place de Cholet", "desserte": "1EX:A,1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5367", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.10692028976954, 45.725163400673885 ] } }, +{ "type": "Feature", "properties": { "id": "46399", "nom": "Colombier-Saugnieu Mairie", "desserte": "1EX:A,1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5368", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.110361297858671, 45.71485544925175 ] } }, +{ "type": "Feature", "properties": { "id": "46400", "nom": "Colombier-Saugnieu Mairie", "desserte": "1EX:A,1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5369", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.110406270533572, 45.714860458867946 ] } }, +{ "type": "Feature", "properties": { "id": "46401", "nom": "Grandalisse", "desserte": "1EX:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5370", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.104408263746864, 45.710820407208715 ] } }, +{ "type": "Feature", "properties": { "id": "46402", "nom": "Grandalisse", "desserte": "1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5371", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.104518273488248, 45.710782404286967 ] } }, +{ "type": "Feature", "properties": { "id": "46403", "nom": "Marechal Juin", "desserte": "1EX:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5372", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.064142488654817, 45.686219386306867 ] } }, +{ "type": "Feature", "properties": { "id": "46404", "nom": "Marechal Juin", "desserte": "1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5373", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.064177466624598, 45.686168394018338 ] } }, +{ "type": "Feature", "properties": { "id": "46405", "nom": "St-Laurent Zone Industrielle", "desserte": "1EX:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5374", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.0601904036376, 45.684254353787487 ] } }, +{ "type": "Feature", "properties": { "id": "46406", "nom": "St-Laurent Zone Industrielle", "desserte": "1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5375", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.060012458865917, 45.684115364116423 ] } }, +{ "type": "Feature", "properties": { "id": "46407", "nom": "St-Laurent Centre", "desserte": "1EX:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5376", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.045959570791932, 45.688061395647104 ] } }, +{ "type": "Feature", "properties": { "id": "46408", "nom": "St-Laurent Centre", "desserte": "1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5377", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.04784662059978, 45.687422371521713 ] } }, +{ "type": "Feature", "properties": { "id": "46409", "nom": "St-Laurent", "desserte": "1EX:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5378", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.041482573836378, 45.689432370229298 ] } }, +{ "type": "Feature", "properties": { "id": "46410", "nom": "St-Laurent", "desserte": "1EX:R", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5379", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.041959671708799, 45.689224437513687 ] } }, +{ "type": "Feature", "properties": { "id": "46411", "nom": "Engrives", "desserte": "1EX:A,R4B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5380", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 5.034202750600775, 45.691641369371261 ] } }, +{ "type": "Feature", "properties": { "id": "38117", "nom": "Jeunet", "desserte": "45A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4498", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.790862301826764, 45.74802285416834 ] } }, +{ "type": "Feature", "properties": { "id": "42742", "nom": "Foch", "desserte": "301A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "304", "last_update": "", "last_update_fme": "2017-06-14 06:00:26" }, "geometry": { "type": "Point", "coordinates": [ 4.844503044562757, 45.768704109197529 ] } }, +{ "type": "Feature", "properties": { "id": "46053", "nom": "Foch", "desserte": "301A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "303", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.844459023798501, 45.768819047772674 ] } }, +{ "type": "Feature", "properties": { "id": "46054", "nom": "Masséna", "desserte": "301A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "129", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.853318940125234, 45.76961994676941 ] } }, +{ "type": "Feature", "properties": { "id": "46060", "nom": "Laurent Bonnevay", "desserte": "301A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "221", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.909509328986859, 45.764016755895753 ] } }, +{ "type": "Feature", "properties": { "id": "46066", "nom": "Orsel", "desserte": "63A:A,78B:A,88B:A,C10A:A,C7B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5112", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.809634493266438, 45.716517589259524 ] } }, +{ "type": "Feature", "properties": { "id": "46067", "nom": "Orsel", "desserte": "63A:R,78B:R,88B:R,C10A:R,C7B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5113", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.809687537788796, 45.716465564111644 ] } }, +{ "type": "Feature", "properties": { "id": "46070", "nom": "Lucien Maitre", "desserte": "S5A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "5115", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.826009475444724, 45.789725252706297 ] } }, +{ "type": "Feature", "properties": { "id": "46074", "nom": "Petetin", "desserte": "78B:A", "pmr": "f", "ascenseur": "f", "escalator": "f", "gid": "5118", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.774241182722855, 45.594283752766216 ] } }, +{ "type": "Feature", "properties": { "id": "46082", "nom": "Hopital Lyon Sud", "desserte": "17B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "1566", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.806388628989064, 45.700003661399947 ] } }, +{ "type": "Feature", "properties": { "id": "46091", "nom": "Campus Lyon Ouest", "desserte": "55A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4790", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.766263008738793, 45.78244227111314 ] } }, +{ "type": "Feature", "properties": { "id": "46095", "nom": "Pontet Crases", "desserte": "3A:R,4A:A,75A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3427", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.764797645448022, 45.788139885886373 ] } }, +{ "type": "Feature", "properties": { "id": "46096", "nom": "Pontet Crases", "desserte": "3A:A,4A:R,75A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3426", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.764839383323631, 45.788210991251873 ] } }, +{ "type": "Feature", "properties": { "id": "46097", "nom": "Ecully Grandes Ecoles", "desserte": "3A:A,3A:R,4A:A,75A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3052", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.765157670040232, 45.7855128225074 ] } }, +{ "type": "Feature", "properties": { "id": "46098", "nom": "Ecully Grandes Ecoles", "desserte": "3A:A,3A:R,4A:R,75A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3050", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.765175685638486, 45.785629445428093 ] } }, +{ "type": "Feature", "properties": { "id": "46100", "nom": "Francheville Bel Air", "desserte": "73A:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "706", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.756769207542782, 45.745743550050115 ] } }, +{ "type": "Feature", "properties": { "id": "46101", "nom": "Francheville Bel Air", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "705", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.757315182452541, 45.745798562158647 ] } }, +{ "type": "Feature", "properties": { "id": "46102", "nom": "Joseph Moulin", "desserte": "C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3236", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.714236991627323, 45.745891698416379 ] } }, +{ "type": "Feature", "properties": { "id": "46103", "nom": "Joseph Moulin", "desserte": "C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "3235", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.71440697997935, 45.745862715148334 ] } }, +{ "type": "Feature", "properties": { "id": "46108", "nom": "Craponne - 11 Novembre", "desserte": "73A:A,C24B:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4716", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.731701031778616, 45.746036661327381 ] } }, +{ "type": "Feature", "properties": { "id": "46109", "nom": "Craponne - 11 Novembre", "desserte": "73A:R,C24B:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "4717", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.731371037727834, 45.746001669161934 ] } }, +{ "type": "Feature", "properties": { "id": "46154", "nom": "Musée des Confluences", "desserte": "T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "773", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.818881717108439, 45.733598025675448 ] } }, +{ "type": "Feature", "properties": { "id": "46155", "nom": "Halle Tony Garnier", "desserte": "T1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "784", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.822883249456253, 45.73171930117249 ] } }, +{ "type": "Feature", "properties": { "id": "46156", "nom": "Halle Tony Garnier", "desserte": "T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "781", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.822873868542968, 45.731690885548794 ] } }, +{ "type": "Feature", "properties": { "id": "46157", "nom": "ENS Lyon", "desserte": "T1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "788", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.82885055096414, 45.731457850055769 ] } }, +{ "type": "Feature", "properties": { "id": "46158", "nom": "ENS Lyon", "desserte": "T1A:R", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "787", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.828844635735043, 45.731395333691722 ] } }, +{ "type": "Feature", "properties": { "id": "46159", "nom": "Debourg", "desserte": "T1A:A", "pmr": "t", "ascenseur": "f", "escalator": "f", "gid": "319", "last_update": "", "last_update_fme": "2017-06-14 06:00:27" }, "geometry": { "type": "Point", "coordinates": [ 4.83461975018514, 45.731185188840058 ] } } +] +}