-
When app starts, i try to log in to intel map using facebook it opens up the separate browser app and tries to log in there instead of opening a browser window within the up to login like it does when…
-
It's common task for iitc plugins - load local file to import some data.
And html has element for this - https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file
But to make it work in…
-
1. `throw 'string'`
2. `throw new Error 'string'`
3. `throw {error: 'string'}`
Mostly 1st used.
2nd is better, but mobile debug console is able to handle plain strings only.
I suppose we shou…
-
In mobile version, when sharing screenshot with map view, there is no portal circles and links/fields on a result image. Portal names if it turned on in plugins appears.
-
https://github.com/IITC-CE/Leaflet.Canvas-Markers/blob/153525e045e1c4ec22a0ecb02d965366e99852a0/src/plugin/leaflet.canvas-markers.js#L43
I suppose here meant `'zoomend'`, as for 'zoom' documentatio…
-
I've tried to set it up on my phone with IITCm, both the iitc.me fork, and the iitc-ce fork. It doesn't seem to work at all.
-
Currently our repo is based on Spaction's fork of original repo, which add this single commit: https://github.com/Spaction/Leaflet.Canvas-Markers/commit/153525e045e1c4ec22a0ecb02d965366e99852a0
Unf…
-
Hi,
I think about developing some route planning tool for location based games. For example for Ingress. At a first step I want to try out the browser plugin IITC. Maybe my Idea could become a plugin…
-
IITC is unable to display any portal information, even after map loading is "done".
[![Screenshot from Gyazo](https://gyazo.com/4ed31c1f921518c277370972dde0ae0c/raw)](https://gyazo.com/4ed31c1f92151…
-
Not sure where to open the issue, but counting layers plugin is not working properly for me. Either in desktop or mobile iitc. Its not showing anything at all. Works fine with the old(standard) versio…