{ "type": "FeatureCollection", "name": "CentroidesAeropuertos", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ { "type": "Feature", "properties": { "id": 1, "nombre": "Aeropuerto Mariscal Antonio Jose de Sucre", "ciudad": "Quito" }, "geometry": { "type": "Point", "coordinates": [ -78.358061446531792, -0.121423456104972 ] } }, { "type": "Feature", "properties": { "id": 2, "nombre": "Aeropuerto Jose Joaquin de Olmedo", "ciudad": "Guayaquil" }, "geometry": { "type": "Point", "coordinates": [ -79.884163126533352, -2.156447232923166 ] } }, { "type": "Feature", "properties": { "id": 3, "nombre": "Mariscal La Mar", "ciudad": "Cuenca" }, "geometry": { "type": "Point", "coordinates": [ -78.984931417119768, -2.889466363907464 ] } } ] }