-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of github.com:codeofsumit/leaflet.pm into develop
- Loading branch information
Showing
6 changed files
with
4,571 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,52 @@ | ||
<!DOCTYPE> | ||
<html> | ||
<head> | ||
<title>Leaflet Polygon Management Demo</title> | ||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v1.0.0-beta.2/leaflet.css" /> | ||
<link rel="stylesheet" href="demo/demo.css" /> | ||
<script src="http://cdn.leafletjs.com/leaflet/v1.0.0-beta.2/leaflet.js"></script> | ||
<script src="dist/leaflet.pm.min.js"></script> | ||
</head> | ||
<body> | ||
|
||
<div class="wrapper"> | ||
<aside> | ||
<h1>Leaflet.PM</h1> | ||
<h3>Polygon Management</h3> | ||
|
||
<ul> | ||
<li id="test-polygon"> | ||
Polygon | ||
</li> | ||
<li id="test-layergroup"> | ||
LayerGroup | ||
</li> | ||
<li id="test-geojson"> | ||
geoJson | ||
</li> | ||
</ul> | ||
|
||
<h3>How to:</h3> | ||
<p> | ||
The buttons on top toggle edit-mode for each Leaflet class | ||
and will highlight when the edit-event is triggered. | ||
</p> | ||
<p> | ||
Use <strong>right click</strong> to remove a coordinate handler. | ||
</p> | ||
<p> | ||
|
||
</p> | ||
</aside> | ||
<div class="content"> | ||
<div id="map"></div> | ||
</div> | ||
|
||
<head> | ||
<title>Leaflet Polygon Management Demo</title> | ||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v1.0.0-beta.2/leaflet.css" /> | ||
<link rel="stylesheet" href="demo/demo.css" /> | ||
<script src="http://cdn.leafletjs.com/leaflet/v1.0.0-beta.2/leaflet.js"></script> | ||
<script src="dist/leaflet.pm.min.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
||
<div class="wrapper"> | ||
<aside> | ||
<h1>Leaflet.PM</h1> | ||
<h3>Polygon Management</h3> | ||
|
||
<ul> | ||
<li id="test-polygon"> | ||
Polygon | ||
</li> | ||
<li id="test-layergroup"> | ||
LayerGroup | ||
</li> | ||
<li id="test-geojson"> | ||
geoJson | ||
</li> | ||
</ul> | ||
|
||
<h3>How to:</h3> | ||
<p> | ||
The buttons on top toggle edit-mode for each Leaflet class and will highlight when the edit-event is triggered. | ||
</p> | ||
<p> | ||
Use <strong>right click</strong> to remove a coordinate handler. | ||
</p> | ||
<p> | ||
|
||
</p> | ||
</aside> | ||
<div class="content"> | ||
<div id="map"></div> | ||
</div> | ||
|
||
<script src="demo/demo.js"></script> | ||
</div> | ||
|
||
<script src="demo/demo.js"></script> | ||
|
||
</body> | ||
|
||
</body> | ||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.