Category: maps

  • Leaflet and maps

    if you want to display data on maps on the web,then you have a solution for javascript: Leaflet. First,download the css and js for leaflet from http://leafletjs.com/ . ( and also some plugins,such as lealflet label)  You can include like this: <link href="~/Scripts/leaflet/leaflet.css" rel="stylesheet"/> <link href="~/Scripts/leafletlabel/leaflet.label.css" rel="stylesheet"/> <script src="~/Scripts/leaflet/leaflet.js"></script> <script src="~/Scripts/leafletlabel/leaflet.label.js"></script> Then you must obtain…