Skip to content
Advertisement

Tag: google-maps-api-3

How to convert PostGIS polygon coords into lat and lng?

From a json API, I am fetching data of an area displayed as a polygon. An endpoint example can be found here: https://admin.udinaturen.dk/api/v1/facilityread/?format=json&subcategory=40&limit=1 Here is a preview of the polygon displayed on the platform I am fetching the data from: http://udinaturen.dk/facilitet/Kallehave/12162 Below is a snippet of the element containing coordinates of the polygon. I would like to display the polygon

Advertisement