Skip to content

Using folium to display constructions sites and planned projects on OSM maps

Notifications You must be signed in to change notification settings

SeniorTest/construction_sites_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

construction_sites_map

Using folium and dash to display constructions sites and planned projects on OSM maps

Idea

Enable easy creation of markers and polygons on maps to mark locations of constructions sites and other interesting spots. The projects purpose is mainly to play around with the Python modules.

Implementation

Using Python modules

The app provides the possibility to upload a card (json data) containing geojson data together with project status and a link to the project page. On upload the json data are stored along the app. Clicking on the update button triggers a callback which gets all stored cards and creates polygons on the map from the geojson data and marker for the status containing the link.

Example

Examples of cards can be found in folder project_cards. The coordinates are generated using http://geojson.io/#map=2/20.0/0.0.

About

Using folium to display constructions sites and planned projects on OSM maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages