Download outline map of Fraijanes (geojson format) :
Fraijanes.geojson (**)
Download polygon array of Fraijanes map for "Google Maps" :
Fraijanes.txt
Bounding Box for Fraijanes Map : ( 14.368405 , -90.486583 , 14.546365 , -90.386454 )
Wikipedia ID for Fraijanes : Q1440507
Wikipedia SPARQL Query for Fraijanes (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1440507 wdt:P1082 ?population. }
OPTIONAL { wd:Q1440507 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1440507 wdt:P2046 ?area. }
OPTIONAL { wd:Q1440507 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1440507 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1440507 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Fraijanes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.368405, -90.486583, 14.546365, -90.386454);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fraijanes)
[out:json];
(
rel["name"="Fraijanes"][type=boundary];
rel["name:en"="Fraijanes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fraijanes
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
El Cerrito | 14.433330 , -90.450000 |
El Durazno | 14.466670 , -90.483330 |
El Manzanillo | 14.500000 , -90.466670 |
Fraijanes | 14.465280 , -90.440830 |
Lo de Dieguez | 14.516670 , -90.433330 |
Puerta del Senor | 14.483330 , -90.450000 |
Sabanetas | 14.483330 , -90.416670 |
Notes:
- You can download geometry data for Fraijanes in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.