diff --git a/README.md b/README.md index adde0f02..0fd79e86 100644 --- a/README.md +++ b/README.md @@ -1,50 +1,7 @@ -Forked to test a plugin to add a KML overlay over the map, chosen by file +Forked to test a plugin to add a KML, GPX or GeoJSON overlay over the map, chosen by file. -ingress intel total conversion (IITC) -===================================== +Run the ```build.py local``` script to build the code, as per jonatkins' fork. -Since the [breunigs](https://github.com/breunigs/ingress-intel-total-conversion) IITC branch was deleted, -I've created this one to continue some development. - -## Users - -Just want to download/install IITC? Go to http://iitc.jonatkins.com/ - -For keeping up with the latest news, release announcements, etc, Follow IITC on G+ -https://plus.google.com/105383756361375410867/posts - -If you have questions, need help or advice with IITC, the Google+ community is a good place to start. -https://plus.google.com/communities/105647403088015055797 - -Want to report a bug? Post it to the issues page -https://github.com/jonatkins/ingress-intel-total-conversion/issues - -## Developers - -This Github page is for those interested in developing IITC further. - -### Quickstart - -To build the browser scripts from source you will need Python (either a late version 2.x, or 3.0+). It should -build correctly on Linux and Windows (and, probably, Macs, FreeBSD, etc) - -Fork this project, clone to your local machine. - -Run the ```build.py local``` script to build the code. - -If all goes well, output of the build will end up in ```build/local``` subfolder. - -You can create a custom build settings file, ```localbuildsettings.py``` - look in the supplied -```buildsettings.py``` for details. - -#### Mobile - -To build the mobile app, along with python, you will need - -- The Java JDK (development kit - the runtime JRE is not enough) -- The Android SDK - -Run ``build.py mobile``` to build IITC Mobile in debug mode. - -Note that part of the build.py process includes copying the IITC script files into the ```mobile/res``` subfolder. -If this isn't done (e.g. you build IITC Mobile directly from Eclipse) you will end up with a broken build. +#Instructions +If you just want to download the plugin to try it out: http://goo.gl/h0GmoT +(Note: you have to download a new version of the original IITC script, there are some updated things in there) diff --git a/plugins/add-kml.user.js b/plugins/add-kml.user.js index 3a549f92..45c4ce2c 100755 --- a/plugins/add-kml.user.js +++ b/plugins/add-kml.user.js @@ -45,7 +45,7 @@ window.plugin.overlayKML.load = function() { iconUrl: '@@INCLUDEIMAGE:images/marker-icon.png@@', iconSize: [16, 24], // size of the icon - iconAnchor: [16, 8], // point of the icon which will correspond to marker's location + iconAnchor: [8, 24], // point of the icon which will correspond to marker's location popupAnchor: [-3, 16] // point from which the popup should open relative to the iconAnchor });