Webodm: Add ability to add contour lines or other layers to map

Created on 5 Oct 2018  路  4Comments  路  Source: OpenDroneMap/WebODM

How did you install WebODM? (Docker, natively, ...)?

Docker

What is the problem?

I would need to add contour lines or georeferenced layers to existing projects.

--

Hi,

We are looking into adding layer to existing projects, layers generated in Q Gis, but it seem impossible to add them to the project. Is there any way we can achieve this?

help wanted improvements

Most helpful comment

You can also now preview and export contours as part of #639 so this can be closed.

All 4 comments

Hi there,

3 way comes to my mind,

  • Adding a wms or tms layer dynamically. May be globally or for the project. And serving own data from a map server (Geoserver, Mapnik, Mapserver, etc..) as base or overlay layer.
  • Adding a layer using local shapefile, geojson. May save to postgres and find a way to serve it. Like vector layer with geojson requests.
  • Or drag & drop a zipped shapefile or geojson on to map. Layer will be used only on recent session. Like this example http://leaflet.calvinmetcalf.com/#3/32.69/10.55
    I made a work for the third one;
    https://github.com/saricicekibrahim/WebODM/tree/templatelayer

Saricekibrahim, many thanks on your response. We have used part of your script, created another django app, uploaded the geojsons there and the pull them in the Map. It's working great, but still not production ready.

Regards,

You can now drag and drop GeoJSON and SHP files directly on the map with the latest version of WebODM.

You can also now preview and export contours as part of #639 so this can be closed.

Was this page helpful?
0 / 5 - 0 ratings