Skip to content

Instantly share code, notes, and snippets.

View hhkaos's full-sized avatar
🏠
Working from home

Raul Jimenez Ortega hhkaos

🏠
Working from home
View GitHub Profile
@hhkaos
hhkaos / Tutorial 3
Last active August 29, 2015 14:01
Cargar datos desde CSV externos
var map, csv;
require([
"esri/map",
"esri/layers/CSVLayer",
"esri/Color",
"esri/symbols/SimpleMarkerSymbol",
"esri/renderers/SimpleRenderer",
"esri/InfoTemplate",
"dojo/domReady!"
], function(
@hhkaos
hhkaos / arcgis-video-tour.md
Last active August 29, 2015 14:02
Arcgis Video Tour todo

ArcGIS Video Tour To-Do list

To Do:

  • Internazionalize
  • Remove the auto center
  • Calculate and show the speed
  • Add how to use it documentation
  • Fix mobile version (route does not show)
  • Add function to smooth the movement
  • Clean up and translate the code
{
"operationalLayers": [{
"url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer",
"id": "World_Imagery_96",
"visibility": true,
"opacity": 0.14,
"title": "World Imagery",
"itemId": "10df2279f9684e4a9f6a7f08febac2a9"
}, {
"id": "csv_9076",
// This code requires that you set the ID of the tweet that you want to Like as an input variable called "tweet_id". Learn more at https://zapier.com/help/code/#data-variables
// INSTUCTIONS FOR SETTING THESE REQUIRED VARIABLES: After you create a new app at https://apps.twitter.com/, click on the name of the app to open it. Then, select the "Keys and Access Tokens" tab.
var twitterApplicationConsumerKey = ''; // Located in the "Application Settings" section
var twitterApplicationConsumerSecret = ''; // Located in the "Application Settings" section
var twitterApplicationAccessToken = ''; // Located in the "Your Access Token" section
var twitterApplicationAccessTokenSecret = ''; // Located in the "Your Access Token" section
@hhkaos
hhkaos / sample.geojson
Last active February 16, 2017 18:42
GeoJSON sample
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hhkaos
hhkaos / here-map-tile-api.markdown
Created February 19, 2017 16:42
HERE Map Tile API
<?xml version="1.0" encoding="UTF-8"?><gpx creator="Wikiloc - https://www.wikiloc.com" version="1.1" xmlns="http://www.topografix.com/GPX/1/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"><trk><name>Lanzarote - Playa Blanca - Los Ajaches - Papagayos</name><cmt></cmt><desc></desc><trkseg><trkpt lat="28.868358" lon="-13.827063"><ele>105.9</ele><time>2014-04-17T16:41:52Z</time></trkpt><trkpt lat="28.868456" lon="-13.827006"><ele>98.7</ele><time>2014-04-17T16:42:13Z</time></trkpt><trkpt lat="28.868458" lon="-13.827008"><ele>97.7</ele><time>2014-04-17T16:42:23Z</time></trkpt><trkpt lat="28.868491" lon="-13.827037"><ele>95.8</ele><time>2014-04-17T16:42:35Z</time></trkpt><trkpt lat="28.868495" lon="-13.827001"><ele>96.3</ele><time>2014-04-17T16:42:53Z</time></trkpt><trkpt lat="28.868495" lon="-13.826953"><ele>96.3</ele><time>2014-04-17T16:43:26Z</time></trkpt><trkpt lat="28.868477" lon="-13.826887"><ele>92.9</el
<?xml version="1.0" encoding="UTF-8"?><gpx creator="Wikiloc - https://www.wikiloc.com" version="1.1" xmlns="http://www.topografix.com/GPX/1/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"><trk><name>Lanzarote - Playa Blanca - Los Ajaches - Papagayos</name><cmt></cmt><desc></desc><trkseg><trkpt lat="28.868358" lon="-13.827063"><ele>105.9</ele><time>2014-04-17T16:41:52Z</time></trkpt><trkpt lat="28.868456" lon="-13.827006"><ele>98.7</ele><time>2014-04-17T16:42:13Z</time></trkpt><trkpt lat="28.868458" lon="-13.827008"><ele>97.7</ele><time>2014-04-17T16:42:23Z</time></trkpt><trkpt lat="28.868491" lon="-13.827037"><ele>95.8</ele><time>2014-04-17T16:42:35Z</time></trkpt><trkpt lat="28.868495" lon="-13.827001"><ele>96.3</ele><time>2014-04-17T16:42:53Z</time></trkpt><trkpt lat="28.868495" lon="-13.826953"><ele>96.3</ele><time>2014-04-17T16:43:26Z</time></trkpt><trkpt lat="28.868477" lon="-13.826887"><ele>92.9</el
@hhkaos
hhkaos / output.json
Last active May 2, 2018 12:41
Testing polygons with koop-provider-google-sheets
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.