Collection of geojson maps
Explore the docs »
Report Bug
·
Request Map
A simple collection of geojson maps to use in projects.
Follow the instructions for creating a new geojson map.
-
Zoom in on the region you want to generate
-
Using the Polygon Tool and trace the path of the region you want
- After tracing the path click the Dowload button to download the map
- You should have a file that looks like this
{
"type": "FeatureCollection",
"features": [
{
"id": "984c20526317009f7bd7df99094d0932",
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[
10.84402560634058,
45.82774964543475
],
[
10.890742407189265,
45.804494147368075
],
[
10.872945530673775,
45.78588275538863
],
[
10.88184396893152,
45.76726514681599
],
[
.....
- Now you can use the .geojson file or if you prefer you can rename it with .json as extension
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Project Link: https://github.com/veronicadev