Skip to content

Instantly share code, notes, and snippets.

Mapas Dinámicos Rápidos con OpenStreetMap, MapBox.js y Google Spreadsheets

En Tiempo para Desarrollando América Latina: Una Receta para Desarrollar Rápidamente Aplicaciones Geográficas

En los talleres de mapeo en preparación a Desarrollando América Latina de este fin de semana, pasamos una parte hablando de cómo utilizar Google Spreadsheets y MapBox.js. Es una arquitectura especialmente favorable en el contexto de una hackathon ya que permite rápidamente crear una aplicación para la colección y presentación de datos geográficos. Aquí les mostramos un ejemplo.

Registro de Incidentes Delictivos

Este sitio es un prototipo que desarrollamos con la Sub Gerencia de Seguridad Ciudadana de la Municipalidad Provincial de Huamanga. Permite registrar incidentes delictivos en la ciudad de Ayacucho y mostrar automáticamente los datos de manera dinámica y en tiempo real.

@lxbarth
lxbarth / geojson-tiles.js
Created November 5, 2012 19:10 — forked from glenrobertson/TileLayer.GeoJSON.js
GeoJSON Leaflet Tile Layer
// Load tiled GeoJSON and merge into single geojson hash.
// Requires jQuery for jsonp.
L.TileLayer.GeoJSON = L.TileLayer.extend({
_geojson: {"type":"FeatureCollection","features":[]},
_requests: [],
geojson: function() {
if (this._geojson.features.length) return this._geojson;
for (k in this._tiles) {
var t = this._tiles[k];
if (t.geojson && t.geojson.features) {
@lxbarth
lxbarth / geojson-tiles.js
Created November 2, 2012 23:33 — forked from glenrobertson/TileLayer.GeoJSON.js
GeoJSON Leaflet Tile Layer
// Load tiled GeoJSON and merge into single geojson hash.
// Requires jQuery for jsonp.
L.TileLayer.GeoJSON = L.TileLayer.extend({
data: null,
_addTile: function(tilePoint, container) {
this._loadTile(null, tilePoint);
},
_loadTile: function (tile, tilePoint) {
var layer = this;
$.ajax({

Datos SITEL de Jalisco para OpenStreetMap

Datos de Carretera Preparados para Contribución con JOSM

Estamos animados de liberar un conjunto de datos de todas las carreteras en el estado Mexicano de Jalisco, listo para contribuirlos con el editor popular JOSM. Mira el repositorio osm-jalisco para bajar los datos y aprender como empezar.

roads tilemill

Una prestación estilizada en TileMIll

@lxbarth
lxbarth / en.md
Created March 13, 2012 18:38 — forked from ian29/en.md

Dear RECIPIENT NAME,

In recent weeks we have made good progress in adding missing parts of CITY to OpenStreetMap [2]. If you haven't heard of OpenStreetMap before, it is like a WikiPedia of maps, providing a comprehensive, open map of the world [3] for anyone to use.

From your website I have seen that you manage street name information [4]. We would love to contribute it to OpenStreetMap to further complete the data of CITY, but we have questions around the licensing of this data.

What are the conditions under which you make street name data and other geo data available?

If you have any specific questions, I'd be happy to get on the phone with you and explain more.

@lxbarth
lxbarth / webfoundationmaps.md
Created February 14, 2012 12:24 — forked from davejohn/webfoundationmaps.md
Webfoundatation - TED maps

Maps of web index indicators

Web users as percentage of population, 2010

Change in web users 2007 to 2010

@lxbarth
lxbarth / ed-about.md
Created January 20, 2012 16:53 — forked from ian29/ed-about.md

About this map

School Performance in America

This map contains the latest available data on graduation rates, math and reading performance for the time between 2007 and 2010. This is data that has been published by the Department of Education continuously since [YEAR], for the first time it is made available through an easy to explore interface and as download in an open format.

Sharing the map

At any time, you can grab a snippet of the map and embed it in another web site - just like a YouTube video. The embed will maintain the exact location you have navigated to.