• Hello,

    i was exporting a shapefile from my local GIS programm. I wanted to show cityborder in my lefleatmap.

    So i started my QGIS, loaded the prepared Shapefile with the border, saved the borders as geojson.

    Now i was uploading it to my website and was using the shortcode. But the layer is not shown. What can be the error?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tibkik

    (@tibkik)

    Ok got it. The geojson was created different. I was looking at your example geojson and saw that in my geojson is one line more code:

    "type": "FeatureCollection",
    <strong>"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } </strong>},
    "features": [
    Thread Starter tibkik

    (@tibkik)

    Ok worked just with one layer… i guess it does not support the layerimport from a GIS system as good or is it not possible to show overlapping shapes/polygon?

    Plugin Author bozdoz

    (@bozdoz)

    are you giving the source location of the geojson to the geojson shortcode?

    [leaflet-geojson src=”here”]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Geojson, GIS, Polygon not shown’ is closed to new replies.