Download outline map of Halifax (geojson format) :
Halifax.geojson (**)
Download polygon array of Halifax map for "Google Maps" :
Halifax.txt
Bounding Box for Halifax Map : ( 36.003518 , -78.006554 , 36.512034 , -77.229725 )
Wikipedia ID for Halifax : Q509910
Wikipedia SPARQL Query for Halifax (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q509910 wdt:P1082 ?population. }
OPTIONAL { wd:Q509910 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q509910 wdt:P2046 ?area. }
OPTIONAL { wd:Q509910 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q509910 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q509910 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 Halifax map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.003518, -78.006554, 36.512034, -77.229725);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Halifax)
[out:json];
(
rel["name"="Halifax"][type=boundary];
rel["name:en"="Halifax"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Halifax
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Airlie | 36.335710 , -77.884430 |
| Allen Grove | 36.305430 , -77.644420 |
| Andersons Crossroads | 36.362100 , -77.741650 |
| Aurelian Springs | 36.364320 , -77.806930 |
| Beaverdam | 36.270710 , -77.706920 |
| Belmont | 36.464870 , -77.679700 |
| Bolling | 36.465150 , -77.694150 |
| Braswells Crossroads | 36.084880 , -77.381910 |
| Brinkleyville | 36.276260 , -77.853590 |
| Charleston | 36.120160 , -77.375520 |
| Cooleys Crossroads | 36.482650 , -77.881100 |
| Crowells Crossroads | 36.227650 , -77.551360 |
| Darlington | 36.318760 , -77.718030 |
| Dawson Crossroads | 36.163770 , -77.523860 |
| Days Crossroads | 36.390430 , -77.633870 |
| Delmar | 36.255710 , -77.626920 |
| Edwards Fork | 36.119040 , -77.388860 |
| Enfield | 36.180239 , -77.667690 |
| Essex | 36.246820 , -77.956650 |
| Gretna Green | 36.389870 , -77.853320 |
| Halifax | 36.325487 , -77.590102 |
| Heathsville | 36.269320 , -77.764700 |
| Hills Crossroads | 36.188490 , -77.461640 |
| Hinnes Crossroads | 36.403480 , -77.799430 |
| Hobgood | 36.026737 , -77.393986 |
| Hollister | 36.259458 , -77.936583 |
| Lewis Crossroads | 36.332370 , -77.752480 |
| Littleton | 36.434222 , -77.911037 |
| Mullins Crossroads | 36.100430 , -77.471360 |
| Norfleet | 36.142100 , -77.298580 |
| Palmyra | 36.071270 , -77.341080 |
| Pea Hill | 36.270150 , -77.589970 |
| Pender | 36.310430 , -77.592750 |
| Pierces Crossroads | 36.359040 , -77.660530 |
| Rheasville | 36.410430 , -77.700260 |
| Ringwood | 36.211260 , -77.847200 |
| Roanoke Rapids | 36.445369 , -77.649111 |
| Rosemary | 36.451260 , -77.679420 |
| Roseneath | 36.074880 , -77.478300 |
| Ruggles | 36.279040 , -77.597470 |
| Scotland Neck | 36.130800 , -77.421384 |
| South Rosemary | 36.446285 , -77.706448 |
| South Weldon | 36.413553 , -77.602424 |
| Spring Hill | 36.207100 , -77.433300 |
| Thelma | 36.470430 , -77.793320 |
| Tillery | 36.251820 , -77.485530 |
| Weldon | 36.421034 , -77.613454 |
| White Oak | 36.185430 , -77.856930 |
Notes:
- You can download geometry data for Halifax 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.