9 Commits

Author SHA1 Message Date
Edgar Toll
3621df4bd1
Load OpenStreetMap tiles over https
With the Ingress Intel map loaded over HTTPS the OpenStreetMap tiles currently are still loaded over HTTP. This is bad practice and causes a 'Mixed Content' warning in browsers such as Chrome or Firefox.
2016-11-30 13:02:49 +01:00
Dave Ingram
32e455f4e8 Update all URLs to match *.ingress.com (fixes failure to load) 2016-10-02 11:17:03 -07:00
fkloft
95acdd773e [basemap-openstreetmap] add Humantarian style 2015-10-11 23:18:44 +02:00
fkloft
eba7d388a0 Enable IITC on mission permalink
Hint: to change a lot of scripts, execute this:

    sed -r '/\/\/ @match\s+http:\/\/www.ingress.com\/intel/r /tmp/includefile' -i~ *.user.js

`/tmp/includefile` should contain these lines: (no trailing newline!)

    // @include        https://www.ingress.com/mission/*
    // @include        http://www.ingress.com/mission/*
    // @match          https://www.ingress.com/mission/*
    // @match          http://www.ingress.com/mission/*
2015-04-13 17:28:30 +02:00
Jon Atkins
a05ac61cb4 update default and plugin base maps to allow zooming up to level 21, and scale the tiles when they don't support such a resolution 2014-05-29 01:23:25 +01:00
Mike Castle
511a02f9a1 Introduce some consistency in grammar and punctuation into @description. 2013-12-03 23:51:54 -08:00
Jon Atkins
7d75a928cf plugin wrapper code - convert to use build.py macros. this ensures it's identical in all plugins, so the mobile app can remove/modify it without issues. also makes it easy to change if required 2013-06-14 20:27:54 +01:00
Philipp Schaefer
51be5bee04 added plugin categories (see #358) 2013-06-08 18:50:26 +02:00
Jon Atkins
f428e3037c base map plugins
- openstreetmap - not suitable for high load use, but an optional layer in an optional plugin should be ok for them
- thunderforest opencyclemap, etc - free for use, no api key or notification required
2013-05-23 05:31:46 +01:00