python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
GeoJSON layer not showing up on leaflet map
I'm struggling with making my GeoJSON points to show up on leaflet map.
The codes for the javascript where I tried to add in the GeoJSON:
var coniferous = L.layerGroup();
var geojsond...
perry
Votes: 0
Answers: 1
Shapefile to geojson and set the right crs
I am working with a form file, from a city in Colombia (Cali). I need to convert the file to geojson format, however when loading it there is a problem with the crs, because when loading the geojson a...

Rafael Díaz
Votes: 0
Answers: 1
Add ID to GeoJSON using python
I have a GeoJSON file in the following format:
{
"type": "FeatureCollection",
"name": "entities",
"crs": {
"type": "...
hello_12039
Votes: 0
Answers: 1
Sort GeoJSON in order of Ref
I have a GeoJSON file containing thousands of features:
{
"type": "FeatureCollection",
"name": "entities",
"crs": { "type": "name"...
hello_12039
Votes: 0
Answers: 1