Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Swipe between maps</title>
meta
{
title: "Modified objects";
description: "Highlight modified objects";
version: "0.1.6_2011-02-24";
author: "Sebastian Klein";
watch-modified: true;
}
meta[lang=de]
@lxbarth
lxbarth / PiuraWorkshopHeyPost.md
Last active February 22, 2016 17:34 — forked from mikelmaron/PiuraWorkshopHeyPost.md
Mapbox in Mapgive's Workshop in Piura-Peru

Mapbox in Mapgive's Workshop in Piura, Peru

image Before - After Map of Piura

Last week, Ruben and I helped lead an OpenStreetMap workshop in Piura - Perú, set up by Tom Gertin from MapGive/US State departament. This event was promoted by Embassy Lima, MapGive, Piura University and Regional Goverment of Piura.

As the local Spanish speaking OpenStreetMap experts we walked attendees through mapping techniques and got them excited about the project. The workshop helps to grow the OpenStreetMap community in Peru, introduces attendees to Mapbox and helps build our relationship with the US Department of State and the Lima Embassy around OpenStreetMap and MapGive.

Bui

layout category title author twitter image permalink
blog-post
blog
Law clinic with Harvard and Cardozo
Alyssa Wright
alyssapwright
/2016/02/law-clinic
<?xml version="1.0" encoding="utf-8"?>
<OpenLR xmlns="http://www.openlr.org/openlr">
<LocationID>3837563</LocationID>
<XMLLocationReference>
<LineLocationReference>
<LocationReferencePoint>
<Coordinates>
<Longitude>-75.7590687</Longitude>
<Latitude>39.6840656</Latitude>
</Coordinates>
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title></title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.1/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.1/mapbox-gl.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }
@lxbarth
lxbarth / index.html
Last active October 15, 2015 19:27
Load a geojson file from Github.
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Strava style comparison</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.mapbox.com/mapbox.js/v2.2.2/mapbox.js'></script>
<link href='https://api.mapbox.com/mapbox.js/v2.2.2/mapbox.css' rel='stylesheet' />
<script src='https://api.mapbox.com/mapbox.js/plugins/leaflet-hash/v0.2.1/leaflet-hash.js'></script>
<style>

Mapbox in Mapgive's Workshop in Cusco-Peru

Last week Ruben and I took part in a workshop in Cuzco with Mikel and Erika from MapGive / US State Department. This Workshop was part of the Cusco Secondary Cities Project. Mikel led the workshop with a translator and Erika, Ruben and I jumped in with helping people hands on through the exercises.

There were four learning processes involved in the workshop;

  • Data collection using OpenMapkit, Fieldpaper and Mapillary
  • Adding collected data to OpenStreetMap
  • Extracting data from OpenstreetMap
  • Using extracted data in Cuscogeonode and Mapbox.com

Por fin en Ayacucho!

Al fin en Ayacucho!

Acabo de mudarme desde Lima a Ayacucho. A partir de Lunes esta semana estaré trabjando tiempo completo junto el equipo aquí en la oficina en Ayacucho.

Me gusta estar aqui en la Pueblo Natal, me gusta mucho trabajar en Ayacucho por su hermoso clima y sus paisajes.

Estoy muy entusiasmado de incorporarme al equipo de Ayacucho, vengo para Aprender y Trabajar con todos mis compañeros.

@lxbarth
lxbarth / index.html
Created August 12, 2015 17:46
Vanilla leaflet
<html>
<head>
<title>Leaflet Quick Start Guide Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="http://leafletjs.com/dist/leaflet.css">
<style>
#map {
position: absolute;
left: 0; right: 0; top: 0; bottom: 0;