https://github.com/ttrelle/geojson-examples
Example of the usage of GeoJSON data
https://github.com/ttrelle/geojson-examples
geo geojson google-maps-api
Last synced: about 2 months ago
JSON representation
Example of the usage of GeoJSON data
- Host: GitHub
- URL: https://github.com/ttrelle/geojson-examples
- Owner: ttrelle
- Created: 2018-02-15T08:00:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T13:54:10.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T01:11:36.034Z (3 months ago)
- Topics: geo, geojson, google-maps-api
- Language: HTML
- Size: 11.7 KB
- Stars: 3
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Map APIs and GeoJSON
To run the examples on your local machine:- clone this repository
- put your Google Maps API key in [docroot/index.html](./docroot/index.html#L42)
- put the content of [docroot](./docroot) in the root folder of a local HTTP serverThe last step is much easier with Docker. Just run
```
$ docker-compose up
```
and access the map at```
http://localhost:8080
```