7d170aef5b
Merge pull request #1168 from McBen/leaflet_077
...
Upgrade Leaflet to 0.7.7
2017-01-08 15:38:26 -08:00
3fbc2fccc0
[leaflet] fixed click-event
2016-12-31 17:09:12 +01:00
0f86bfae6a
[Leaflet] Update to support dashed lines and circles
2016-12-31 17:09:07 +01:00
2bdc063ab7
[leaflet] use the earth radius value used by the s2 geometry library
...
this library is used in the ingress backend, so distance calculation, etc are far closer if we use the value from that
2016-12-31 17:09:03 +01:00
611aeb1759
[leaflet] better canvas-based path redrawing
2016-12-31 17:08:59 +01:00
a8366e863d
[Leaflet] using INCLUDEIMAGE macro in css
2016-12-31 17:08:54 +01:00
dfb8c65bab
[Leaflet] leaflet 0.7.7
2016-12-31 17:08:46 +01:00
1641fd5727
togeojson.js: Fix bug with parsing google KML files"
2016-10-12 16:14:40 +02:00
250e54ab8d
Merge pull request #1114 from FesterCluck/Canvas-Dashed-Lines
...
Update to support dashed lines.
2016-09-21 14:11:56 -07:00
78d77aa139
[minimap] improved arrow position
2016-08-23 11:37:59 +02:00
6f10ff8614
Support dashed circles
2016-06-25 01:42:02 -05:00
99d01cd923
Update to support dashed lines.
2016-06-24 05:52:18 -05:00
6f8fbe60d3
Remove unreachable return statement, fixing #1043
2015-10-05 22:26:47 +01:00
522ef34f77
earth radius: change leaflet and leaflet-draw to use the radius value used by the s2 geometry library
...
this library is used in the ingress backend, so distance calculation, etc are far closer if we use the value from that
2015-03-12 20:47:05 +00:00
9c534c8898
[distance-to-portal] also show bearing
2015-02-21 14:02:01 +01:00
b4724f76dc
Revert "Use unminified source for chain.js"
...
This reverts commit 507ec8c8ee
. (Bug was found and fixed)
2015-02-08 17:52:25 +01:00
507ec8c8ee
Use unminified source for chain.js
2015-02-07 15:50:43 +01:00
549496fbc0
update leaflet to 0.7.3 - but also keeping our canvas-related changes
2014-06-25 22:43:30 +01:00
480381d5e9
leaflet: modify to handle canvas-based path redrawing better. the correct fix is only in the 0.8-dev at this time, but that's not stable enough to use
...
NOTE: only leaflet-src.js updated, and NOT the minified leaflet.js
2014-03-22 03:03:51 +00:00
a275ea1673
geodesic: remove dependancy on L.LatLng.DEG_TO_RAD/RAD_TO_DEG, in preperation for leaflet 0.8
2014-03-22 01:46:51 +00:00
42ed6566e4
DEG_TO_RAD and RAD_TO_DEG removed from L.LatLng in 0.8-dev builds
2014-03-22 01:04:00 +00:00
7d8c4a9794
Update leaflet.draw.css
...
fixed line break between save/cancel for delete layers
2014-02-02 11:18:11 +01:00
f40cda384e
draw-tools: use colour picker rather than input box
2014-01-29 05:31:23 +00:00
45b1691f3e
fixed broken kml support
2014-01-27 14:10:53 +01:00
9b9bf5b671
update leaflet to 0.7.2
2014-01-22 19:19:52 +00:00
18f2e8b420
s2 geometry - add method to get neighbor cells
2014-01-20 17:08:22 +00:00
3a2a2e452d
more s2geometry code
...
we have enough now to calculate the cell containing a lat/lng, and to calculate the lat/lng for a cell center/boundary
not certain the hibbert curve stuff is right yet...
2014-01-20 08:27:40 +00:00
0afd23c022
WORK IN PROGRESS: s2 geometry functions - needed for the new regional scoreboards
2014-01-18 13:03:47 +00:00
a172b288da
Add support for property "style" to geoJson. CSS styles can be used to style geoJson features.
2014-01-06 22:57:20 +01:00
b31d973cff
increase min line segments used for geodesic circles - improves portal range circles at smaller sizes
2014-01-05 22:45:23 +00:00
e536fb6d12
geodesic line drawing: alternative intermediate point calculation code - based on simpler lon->lat formula rather than N intermediate points
...
more than good enough for line drawing, and hopefully will avoid odd rounding issues seen on mobile
2013-12-19 03:30:57 +00:00
78e9983d90
work-around for mobile-specific geodesic line drawing issue - appears to be an odd rounding problem
...
not ideal, but better than the current situation
2013-12-15 06:08:54 +00:00
7fb9a1aef9
leaflet 0.7.1 update
2013-12-10 19:17:36 +00:00
4a9b13eade
Spell checking, s-z, plus a couple of missed ones.
2013-11-24 00:19:25 -08:00
bba6519860
Spell checking, h-r.
2013-11-23 19:16:20 -08:00
a4a90c9fd1
Merge remote-tracking branch 'upstream/master' into to-push
2013-11-22 23:42:13 -08:00
27bb6f058e
Spell checking, d-g.
2013-11-22 23:31:05 -08:00
3131cf758a
Merge pull request #654 from nexushoratio/to-push
...
Spell checking, a-c.
2013-11-22 21:25:32 -08:00
c31fa3d46d
Spell checking, a-c.
2013-11-22 20:14:23 -08:00
cd6f17fad3
cache bing maps metadata - without this likely to exceed free quota for map tiles
2013-11-23 00:05:31 +00:00
85255f476b
basemap cleanups
...
- updated Google, Bing and Yandex externals from https://github.com/shramov/leaflet-plugins
- also renamed Google file, removed internal hacks for INGRESS map type
- used external included file for Bing maps, instead of embedded in the plugin
- used Google map tile API to set the options for the INGRESS and 'Google Grey' map layers
2013-11-22 20:46:03 +00:00
662cb4c662
leaflet 0.7 release
...
hopefully improves things further, especially on kitkat
2013-11-22 06:07:23 +00:00
e6c0c9a51a
geodesic lines: improve the handling for lines that extend beyond the antimeridian. no odd straight line segments
...
leaflet doesn't have particularly great handling for this, but this is a reasonable measure for now
2013-11-21 05:30:21 +00:00
210a306042
leaflet 0.7-dev - 2013-11-08
...
added as it has fixes for androud 4.4 kitkat, amongst other things
2013-11-08 19:07:30 +00:00
3ff65225c3
update overlapping marker spider code
2013-11-07 00:17:01 +00:00
6833c02ff4
Merge pull request #579 from nylonee/master
...
Plugin to add a KML, GPX or GeoJSON overlay over the map
2013-10-27 09:12:31 -07:00
51bb866dc6
geodesic lines - improved handling of lines that cross the antimeridian
...
works fine as long as the longitude difference is under 180 degrees
2013-10-27 16:06:35 +00:00
5b81fa4086
fix geodesic circle - formula had errors!
...
https://plus.google.com/108582664457219405296/posts/CoNTvk5i4xF
2013-10-20 22:55:55 +01:00
ee484c54cb
draw-tools: fix typo that broke editing
2013-10-17 17:20:45 +01:00
c3b6461d47
draw-tools: convert circles to geodesic mode, to match everything else
...
perhaps could be a bit cleaner, but it'll do for now...
2013-10-16 02:17:13 +01:00