Skip to content

Instantly share code, notes, and snippets.

https://raw.githack.com/oliverkurth/draw2intel/master/draw2intel.html

draw2intel

Simple html/javascipt page to convert IITC drawstring to intel

If you haven't bothered to setup IITC, but people keep posting drawstrings but no intel links for their grand field plans you need this if you don't want to be left out.

If you still have no idea what this is good for you won't need it ... :-P

@johnd0e
johnd0e / twofinger-zoom.user.js
Created December 24, 2018 16:05
IITC plugin: twofinger-zoom
// ==UserScript==
// @id iitc-plugin-twofinger-zoom
// @name IITC plugin: twofinger-zoom
// @description Interaction handler for touch devices enabling zooming out with a two finger tap.
// @category test
// @version 0.1.0
// @author jd
// @namespace https://gist.github.com/johnd0e
// @homepageURL https://gist.github.com/johnd0e/%
// @supportURL https://gist.github.com/johnd0e/%#new_comment_field
@johnd0e
johnd0e / zoom-label.user.js
Created December 24, 2018 16:10
IITC plugin: zoom-label
// ==UserScript==
// @id iitc-plugin-zoom-label
// @name IITC plugin: zoom-label
// @description displays zoom level of the map
// @category test
// @version 0.1.0
// @author jd
// @namespace https://gist.github.com/johnd0e
// @homepageURL https://gist.github.com/johnd0e/%
// @supportURL https://gist.github.com/johnd0e/%#new_comment_field
@johnd0e
johnd0e / NavBar.user.js
Last active December 26, 2018 12:59
IITC plugin: NavBar
// ==UserScript==
// @id iitc-plugin-navbar
// @name IITC plugin: NavBar
// @description Simple navigation control that allows back and forward navigation through map's view history
// @category test
// @version 0.1.1
// @author jd
// @namespace https://gist.github.com/johnd0e
// @homepageURL https://gist.github.com/johnd0e/110464cc35dd9d5e5ad6585c8e297b47
// @supportURL https://gist.github.com/johnd0e/110464cc35dd9d5e5ad6585c8e297b47#new_comment_field
[
{
"type":"polygon",
"latLngs":[
{
"lng":115.254019,
"lat":20.235733
},
{
"lng":121.456316,
// ==UserScript==
// @id custom-geodesic
// @name IITC plugin: Custom geodesic
// @category Custom
// @version 0.1.0
// @description Customize geodesic precision by increasing intermediate points count
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
// @include https://intel.ingress.com/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @id simplergeodesic
// @name IITC plugin: Simpler geodesic
// @category Test
// @version 0.2.0
// @description test
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
// @include https://intel.ingress.com/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name IITC Plugin: No canvas
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
// @version 0.1
// @description override leaflet preferCanvas
// @match https://intel.ingress.com/*
// @grant none
// ==/UserScript==
(function() {
@johnd0e
johnd0e / Ingress KML Exporter
Last active August 27, 2019 13:14
IITC plugin: Exports portals currently in view for use with Google Map /Earth (KML Format incl. extra data)
iitc-plugin-ingressKML-exporter.user.js