Logo Lanfrica

SEL-Columbia/liberia-electrification

Domaine:

environment and energygeospatial
Créateur:
SEL
Hôte:
Maps of liberia Electrification modeling scenarios. # Data Exploration This template demonstrates a map site for browsing layers of TileMill maps on a custom MapBox map. It's designed to make it easy to get started and should be hacked up at will for your project. This map shows you how to make a web site to showcase a custom MapBox map you design, and TileMill maps you make with your own data. To make your custom base map, sign up for MapBox and create a map. To learn about making TileMill maps with your own data, check out the TileMill documentation. The maps in this template use data from the DC Data Portal. The TileMill projects for those maps are included in the `tilemill` directory of this template. Copy them to TileMill's project directory to use them. ## About Map Site Templates Map Site templates from MapBox are a way to jumpstart building a map-based web feature. The map-site templates bundles common html and css formatting with reusable javascript components. To build a project based on this template, fork this repository, edit the html content and css, and alter the configuration script. ## Using this template Edit the content by adjusting, removing, or adding to `index.html`. This is the main markup document with the content and layout for the map-site. Adjust the design by editing the `style.css` file and adding any additional supporting structure to `index.html`. Set the map features by writing a configuration script at the bottom of `index.html`. ## HTML layout The html markup for the template is in `index.html`. It's a simple html page layout. Generally, you'll want to change the content elements like `title`, `h1`, `div#branding` and `div#about`. In this template, we also build out map legend directly in index.html so we can have control over it. We could pull in default legends from MapBox instead, as explained below. ## CSS styles Most of the hard work on a map site build is template design implemented through CSS. This template by default is simple and clean so you can modify …