74 Commits

Author SHA1 Message Date
Mike Castle
4a9b13eade Spell checking, s-z, plus a couple of missed ones. 2013-11-24 00:19:25 -08:00
Mike Castle
bba6519860 Spell checking, h-r. 2013-11-23 19:16:20 -08:00
Mike Castle
a4a90c9fd1 Merge remote-tracking branch 'upstream/master' into to-push 2013-11-22 23:42:13 -08:00
Mike Castle
27bb6f058e Spell checking, d-g. 2013-11-22 23:31:05 -08:00
Jon Atkins
3131cf758a Merge pull request #654 from nexushoratio/to-push
Spell checking, a-c.
2013-11-22 21:25:32 -08:00
Mike Castle
c31fa3d46d Spell checking, a-c. 2013-11-22 20:14:23 -08:00
Jon Atkins
cd6f17fad3 cache bing maps metadata - without this likely to exceed free quota for map tiles 2013-11-23 00:05:31 +00:00
Jon Atkins
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
Jon Atkins
662cb4c662 leaflet 0.7 release
hopefully improves things further, especially on kitkat
2013-11-22 06:07:23 +00:00
Jon Atkins
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
Jon Atkins
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
Jon Atkins
3ff65225c3 update overlapping marker spider code 2013-11-07 00:17:01 +00:00
Jon Atkins
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
Jon Atkins
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
Jon Atkins
5b81fa4086 fix geodesic circle - formula had errors!
https://plus.google.com/108582664457219405296/posts/CoNTvk5i4xF
2013-10-20 22:55:55 +01:00
Jon Atkins
ee484c54cb draw-tools: fix typo that broke editing 2013-10-17 17:20:45 +01:00
Jon Atkins
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
Jon Atkins
e21344295b Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-09-25 08:29:15 +01:00
Jon Atkins
75a985b8f5 add support for a snapPoint callback function to leaflet.draw, and use to snap points to portals
also enable repeat mode for marker placement
2013-09-25 08:28:25 +01:00
fkloft
845efddecd Fixed typo in last commit 2013-09-24 13:54:19 +02:00
fkloft
1cecbe7f44 Ignore canceled touch events in taphold.js
Fixes #575
2013-09-24 13:47:01 +02:00
Jon Atkins
db918ad365 convert polyline/polugon to geodesic 2013-09-24 08:00:19 +01:00
Jon Atkins
8d42cdea00 update leaflet-draw to 0.2.1
(unmodified, except for image paths in css. geodesic changes in next commit)
note: non-minified version this time, to aid any future modifications
2013-09-24 07:42:17 +01:00
Nihal Mirpuri
ca8c8bb806 Added KML plugin 2013-09-24 13:26:35 +10:00
Jon Atkins
ac6a235564 first stage of having faction-specific layers - portals, links and fields are now a layer group consisting of three faction-specific leaflet LayerGroups
also, move load.js from directly embedded in boot.js into an external file
2013-09-12 03:07:25 +01:00
Jon Atkins
0f37bc8ef6 add current taphold.js - the one merged from #538 was broken 2013-09-05 03:38:33 +01:00
Gabriel Sjöberg
12bb026ac9 Updated autolink.js and taphold.js to the latest from their upstream repos.
The changes are mainly bugfixes and a few performance improvements.
Note that autolink.js is now the minified version from upstream.
2013-09-04 15:23:10 -05:00
Jon Atkins
c420c1e0dc update leaflet library from 0.6.3 to 0.6.4 2013-09-03 23:49:03 +01:00
Jon Atkins
94eeb5a728 in geodesic line calculation, add the final point unmodified rather than running through the maths
fix #471 - and is a slight optimisation
2013-08-04 20:49:58 +01:00
Jon Atkins
8563498ded fix geodesic circle radius - was scaling the radius by PI 2013-08-02 07:31:03 +01:00
Jon Atkins
16e15dfb51 first attempt at geodesic circles - for #292 (alsao see #201 and #425) 2013-08-02 07:21:04 +01:00
Jon Atkins
e7dcddb1b6 commit start of work, so no files are pending for new release 2013-08-01 00:12:46 +01:00
Jon Atkins
fa2e0cdad5 leaflet update, to version 0.6.3 stable 2013-07-19 23:38:00 +01:00
qnstie
95130d33b3 Added comment - warning about manual modification of the source. 2013-07-17 22:23:36 +02:00
qnstie
1a39d94344 Added geodesic support for shapes 2013-07-17 22:21:22 +02:00
qnstie
f5f5ce8a55 Corrected usage of private field "_latlngs", which triggered error in GeodesicPolyline 2013-07-17 16:26:01 +02:00
qnstie
5acd6d11f4 Extended redraw() method to fix behavior during editing 2013-07-17 16:16:23 +02:00
qnstie
e2758bde1e Changed Polyline to GeodesicPolyline 2013-07-17 13:39:09 +02:00
qnstie
b67feb4590 Geodesic extension for Leaflet from https://github.com/Fragger/Leaflet.Geodesic 2013-07-17 13:26:59 +02:00
Jon Atkins
ea46405cd9 tweak delauny code to be more strict on it's colinear detection 2013-06-15 03:47:58 +01:00
Jon Atkins
740f13a287 minimap plugin - display a small map in the corner of the screen 2013-06-10 22:27:17 +01:00
Jon Atkins
935d78fc5f update leaflet to the latest master - wondering if it improves the troublesome mobile experience 2013-06-05 01:00:15 +01:00
Jon Atkins
16365da2f4 add plugin for yandex.com maps
fix #339
2013-06-01 19:27:07 +01:00
Kevin
4c4d27ad6d Nits, pan control had no update 2013-05-16 18:26:59 -07:00
Kevin
23b01a8949 Fix leaflet bar align for other tools on the side 2013-05-16 18:25:05 -07:00
Kevin
ff91990893 Update L.Control plugins to follow leaflet update 2013-05-16 18:19:07 -07:00
Jon Atkins
d1ef19784f fix draw tools. the leaflet upgrade broke it, so the leaflet.draw needed updating too
some of the hacks to do snap-to on points have been removed, at least for now - they needed major rework to fit in
additionally other customisations added are also removed - this is basically now stock leaflet.draw with edit-mode enabled
2013-05-12 18:54:03 +01:00
Jon Atkins
9266283684 upgrade leaflet to the master version - taken 2013-05-12 - 3d3e2cd
should fix issues with layer control on mobile, and other improvements
also - the convention for marker filenames has changed from ...@2x.png to ...-2x.png for the double sized ones - so changed our files to match (we had a mix of ...@2x.png and ..._2x.png)
2013-05-12 17:18:58 +01:00
Jon Atkins
d4a3377a9a update to leaflet 0.5.1
also include un-uglify-ed leaflet-src.js, for reference or debugging purposes
2013-04-14 18:54:00 +01:00
Kevin
b7e317bb02 Nits and fixes 2013-03-31 02:12:42 -07:00