Giter VIP home page Giter VIP logo

leaflet-practice's Introduction

A place to learn about leaflet.

To Run:

  1. Add a .env file to leaflet-practice directory.
  2. $ npm install
  3. $npm run build
  4. $ node app.js
  5. Visit http://localhost:8080/

Notes:

Sample .env

PORT=8080 

leaflet-practice's People

Contributors

kurtishouser avatar maribelduran avatar sternj20 avatar timmyreilly avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

leaflet-practice's Issues

Pushpins are being duplicated on the map when the saveData function calls the getPushpins function.

I found the issue that each time the saveData function calls getPushPins(), another set of markers are being added on top of the markers that are already on the map. Maybe getPushpins() should only be called when the map is initialized.

I noticed this when I added a confirm delete popup message on the event handler for the delete button. The pop up message kept showing up and that helped me notice that the markers were stacked on top of each other :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.