GeoJson and map generation

Hello is it possible to retrieve the coordinates in the response of the api and generate a map, does anyone have an idea?

Here is the example of an API, which provides information on Geohazards

Thanks

I highly recommended mapbox for any mapping activity. And it’s free. Get yourself a key and try the examples. What you’re proposing is in the demos with worked examples. You just need to provide your geo.json data as appropriate

What I’d do is inserting the coordinates into database then use the database with Google Map or Leaflet (with OSM) to generate the map.

1 Like