Skip to content

Desktop Application for Designing and Exporting Leaflet Maps

License

Notifications You must be signed in to change notification settings

iggnacho/leaflet-mapassist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leaflet-mapassist

Design and Export Leaflet Maps

Use Case

Leaflet Map Assist is a desktop application built on the Electron framework to allow for interactive designing of Leaflet maps and exporting the web map assets. The application includes markercluster plugin for markers, setting map extent and zoom levels, changing basemaps, support for styling polylines and polygons, setting map titles, and setting tooltips and popups. Exported web maps are responsive and support mobile display.

Supported formats of data include CSV, KML, and GeoJSON. Data must be projected to EPSG:3857. It is highly recommended to prune data to its geographic extent and required attributes.

Getting Started

You can clone/download the project, edit, and build the application yourself with the given package commands in the package.json

If you do not wish to edit or change anything feel free to use the pre-packaged links:

Windows https://drive.google.com/open?id=0ByQKUaN2E6C8Z1NFYlJVZ1ZuVFk

Mac https://drive.google.com/open?id=0ByQKUaN2E6C8d3BXMWJXM1pEQzg

Prerequisites

To build the application Node.js is needed.

Building Application

Download/Clone repository

Install the packages

npm install

Run build command Windows:

npm run package-win

OR Mac:

npm run package-mac

Once building is completed, you should have a new folder with the Electron Application executable ready to use.

Using the Application

Once application is running you should be presented with the following UI:

Maps can be designed by adding data and editing map and layer options:

Furthermore, maps can be exported to the web assets to distribute/host yourself:

Check out your exported Leaflet map in your browser:

For further instructions on the application check out the video: coming soon...

Author and Info

Ignacio E. Carter Cuadra with the help of the other authors of packages used in this project. Project was made as the main project deliverable for MS-GIS program in CSULB.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Desktop Application for Designing and Exporting Leaflet Maps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published