All Projects → mapbox → impact-tools

mapbox / impact-tools

Licence: other
Simple blueprints for change-makers

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to impact-tools

Terrastories
Terrastories is a geostorytelling application built to enable local communities to locate and map their own oral storytelling traditions about places of significant meaning or value to them. Check out our Wiki for open source development information.
Stars: ✭ 158 (+364.71%)
Mutual labels:  mapbox-gl-js, mapbox
Awesome Readme
A guide to writing an Awesome README. Read the full article in Towards Data Science.
Stars: ✭ 65 (+91.18%)
Mutual labels:  opensource, templates
Road Orientation Map
A visualization of road orientations on an interactive map
Stars: ✭ 254 (+647.06%)
Mutual labels:  mapbox-gl-js, mapbox
Mapboxgl Minimap
Mapbox GL minimap control
Stars: ✭ 44 (+29.41%)
Mutual labels:  mapbox-gl-js, mapbox
basemaps
A lightweight package for accessing basemaps from open sources in R 🗺️
Stars: ✭ 39 (+14.71%)
Mutual labels:  spatial, mapbox
Mapbox Gl Controls
Stars: ✭ 93 (+173.53%)
Mutual labels:  mapbox-gl-js, mapbox
Messenger
iOS - Real-time messaging app 🎨
Stars: ✭ 491 (+1344.12%)
Mutual labels:  opensource, mapbox
Mapdeck
R interface to Deck.gl and Mapbox
Stars: ✭ 296 (+770.59%)
Mutual labels:  mapbox-gl-js, mapbox
lascallesdelasmujeres
Proyecto colaborativo para fomentar la generación de contenidos en OSM y Wikipedia, sobre mujeres.
Stars: ✭ 45 (+32.35%)
Mutual labels:  mapbox-gl-js, mapbox
maptalks.mapboxgl
MapboxglLayer for maptalks.js
Stars: ✭ 51 (+50%)
Mutual labels:  mapbox-gl-js, mapbox
Mapbox Gl Js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Stars: ✭ 8,017 (+23479.41%)
Mutual labels:  mapbox-gl-js, mapbox
web-maps-wcag-evaluation
Manual accessibility evaluation of popular web map tools.
Stars: ✭ 28 (-17.65%)
Mutual labels:  mapbox-gl-js, mapbox
Mapbox Gl Print Export For Port
Print/Export for Mapbox GL
Stars: ✭ 14 (-58.82%)
Mutual labels:  mapbox-gl-js, mapbox
Mapbox Gl Directions
Directions plugin for mapbox-gl-js using Mapbox Directions API.
Stars: ✭ 154 (+352.94%)
Mutual labels:  mapbox-gl-js, mapbox
Martin
Blazing fast and lightweight PostGIS vector tiles server
Stars: ✭ 540 (+1488.24%)
Mutual labels:  mapbox-gl-js, mapbox
starter-repo
Documentation templates for use in open source and open development projects
Stars: ✭ 39 (+14.71%)
Mutual labels:  opensource, templates
vue-mapbox-map
A minimalist Vue component wrapping Mapbox GL or MapLibre GL for dynamic interaction!
Stars: ✭ 26 (-23.53%)
Mutual labels:  mapbox-gl-js, mapbox
angular-mapboxgl-directive
AngularJS directive for Mapbox GL
Stars: ✭ 43 (+26.47%)
Mutual labels:  mapbox-gl-js, mapbox
deck.gl-time-series-widget
A React Time Slider implementation for DECK.GL - (non)temporal data - by CPU filtering ⌛
Stars: ✭ 19 (-44.12%)
Mutual labels:  mapbox-gl-js, mapbox
react-mapboxgl
Declarative React components for mapbox-gl-js.
Stars: ✭ 15 (-55.88%)
Mutual labels:  mapbox-gl-js, mapbox

This repository stores the template code files for Mapbox Impact Tools.

Mapbox Impact Tools

https://www.mapbox.com/impact-tools/

From storytelling, to mobilization, to disaster relief, location and maps are powerful tools for impact. But the people and organizations doing the work are facing limited capacity and high stakes. Mapbox Impact Tools are free templates and guides to get up and running with common, strategic use-cases — advanced technical skills not required.

Setting up a local testing server

To avoid CORS errors when testing, we recommend running a local http-server for node or a SimpleHTTPServer for python.

Node:

$ cd path/to/index.html
$ http-server
Starting up http-server, serving ./
Available on:
http://127.0.0.1:8080
http://192.168.0.127:8080
Hit CTRL-C to stop the server

Python:

$ cd path/to/index.html

If Python version returned above is 3.X
$ python3 -m http.server

If Python version returned above is 2.X

$ python -m SimpleHTTPServer

Need additional support?

This repo is not monitored for support requests. If you would like to connect with someone at Mapbox, please choose from the following options:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].