Skip to content

Instantly share code, notes, and snippets.

View willemarcel's full-sized avatar

Wille Marcel willemarcel

View GitHub Profile
@willemarcel
willemarcel / campaign-mapbox-gl-js.html
Last active April 23, 2019 08:52
test map campaigner vector tiles visualization
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>Display a map</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.53.1/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.53.1/mapbox-gl.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }
@willemarcel
willemarcel / countries.json
Created June 20, 2018 12:38
hot website countries.json
---
layout:
---
{% capture countries_list %}
{% for country in site.where-we-work %}
{{ country.title }}::
{% for project in site.projects %}
{% if project.Country contains country.title %}
@willemarcel
willemarcel / map.geojson
Last active December 15, 2016 16:46
Bacias Transporte Público - Salvador-BA
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willemarcel
willemarcel / map.geojson
Created November 1, 2016 16:04
Harappian civilization
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willemarcel
willemarcel / map.geojson
Last active June 22, 2016 02:11
DeRose Method Schools
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willemarcel
willemarcel / base.html
Last active February 2, 2016 17:45
Imagery - suggested base.html
{% load staticfiles %}
{% load i18n %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{% block title %}PROJECT NAME{% endblock title %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
@willemarcel
willemarcel / map.geojson
Last active August 29, 2015 14:22
Simplified limits of Brazil states
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willemarcel
willemarcel / map.geojson
Last active August 29, 2015 14:21
Brazil simplified territorial limits
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willemarcel
willemarcel / bridges-without-layer-brazil.config.yaml
Last active August 29, 2015 14:18
bridges-without-layer-brazil.config
challenge:
slug: 'bridges-without-layer'
title: 'Bridges without layer (Brazil)'
blurb: 'Add layer tag to the bridges'
description: 'Lots of bridges in Brazil does not have layer information.'
help: 'Add layer tag to the bridges'
instruction: 'Add layer tag to the bridges'
difficulty: 1
overpass_query: 'way(area:3600059470)["bridge"]["layer"!~"."]'
maproulette_server: 'http://dev.maproulette.org/'
@willemarcel
willemarcel / map.geojson
Created January 3, 2015 10:27
Bacia do Rio Tocantins
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.