-
Notifications
You must be signed in to change notification settings - Fork 96
Merging notes
Mathieu Leplatre edited this page May 24, 2013
·
13 revisions
- WORK in PROGRESS *
| Name | Description | Source |
|---|---|---|
| getPixelLength() | length in pixels on map | return getPixelLengthAccumlated().length |
| getPixelLengthAccumulated({L.Polyline or Array[L.Point] or Array[L.LatLng]}) | list of objects |
projectPatternOnPath: function (path, offsetRatio, repeatRatio, map) {
--> particular case of projectPatternOnPointPath() with LatLngs
projectPatternOnPointPath: function (pts, offsetRatio, repeatRatio) {
--> particular case of interpolateOnPointPath() with list of ratios
cloneLatLng: function(latlng) {
--> L.latLng(ll)
https://github.com/Leaflet/Leaflet.draw/tree/master/src/ext
http://udig.refractions.net/files/docs/api-geotools/org/geotools/graph/util/geom/GeometryUtil.html