An open API service indexing awesome lists of open source software.

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

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 server

The last step is much easier with Docker. Just run

```
$ docker-compose up
```
and access the map at

```
http://localhost:8080
```