3 questions from the last 30 days
Advice
0
votes
3
replies
63
views
Simple geojson to SVG conversion
I need a simple web application that converts geojson to SVG. And I have a good response from using ChatGPT. Included are the codes that should run on this page.
Since the code is generate by AI, and ...
0
votes
0
answers
24
views
How Can I Use String of Coordinates Within a Mapbox Feature?
I am trying to fetch a comma separated list of coordinates from a database and then show them on a Mapbox GL JS map.
By using the following FeatureCollection, I am able to show a Line between ...