Skip to content

Instantly share code, notes, and snippets.

View aviris's full-sized avatar
😬
I may be slow to respond.

MJ aviris

😬
I may be slow to respond.
View GitHub Profile
@aviris
aviris / All AGOL Levels of Detail
Created May 17, 2019 17:37
Scale and Zoom level for AGOL tile based maps
"lods": [{
"level": 0
"resolution": 156543.03392800014,
"scale: 5.91657527591555E8
}, {
"level": 1,
"resolution": 78271.51696399994,
"scale: 2.95828763795777E8
}, {
"level": 2,
@aviris
aviris / Build MD to Marked App from Sublime Text 3
Created November 13, 2013 02:38
Marked Build for Sublime Text 3
{
"shell_cmd": "open -a marked \"$file\""
}
@aviris
aviris / Tab out of Autocomplete Pairs
Created November 12, 2013 23:24
Tab out of paired characters in Sublime Text (e.g. "",{},[],(),**,__, etc.).
[
{ "keys": ["tab"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
[
{ "key": "following_text", "operator": "regex_contains", "operand": "^[)\"\\]*_}]", "match_all": true },
{ "key": "auto_complete_visible", "operator": "equal", "operand": false }
]
}
]
@aviris
aviris / Add library
Created August 14, 2013 19:33
Inkfilepicker
<script type="text/javascript" src="//api.filepicker.io/v1/filepicker.js"></script>