Giter Site home page Giter Site logo

siriuswapnil / maps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iiab/maps

0.0 1.0 0.0 78.54 MB

DOCS: http://FAQ.IIAB.IO#How_do_I_add_zoomable_maps_for_my_region.3F and https://github.com/iiab/iiab/wiki/IIAB-Maps REPO #2: https://github.com/iiab/iiab/tree/master/roles/osm-vector-maps

HTML 0.20% PHP 0.75% Shell 0.63% CSS 0.24% JavaScript 97.48% Python 0.53% Perl 0.10% TSQL 0.06%

maps's Introduction

Offline OpenStreetMap + Regional Vector Map Datasets

Documentation

How do I add detailed Zoomable Maps for my region?

. Use Administrative Console, under the 'Install Content' heading, to display the checkboxes for selection of the MAP region for download. In a manner similar to installing Kiwix, or Rachel content modules, the "Install Selected Region" button starts a download process, which will complete in more or less time, based upon the size of the region, and the speed of your internet connection. The progress of this operation can be monitored by clicking "utilities" in the header, an "Display Job Status" in the left column.

History And Architecture

  1. OpenMapTiles.com has published a 2017-07-03 version of OpenStreetMap (OSM) data and converted it into MVT Mapbox Vector Tile format, for many dozens of regions around the world. (This is an open standard which puts all of a region's vector tiles into a single SQLite database, in this case serialized as PBF and then delivered in a single .mbtiles file.)
  2. https://s2maps.eu/ has made free satellite images to zoom level 13 (20M per pixel) available. These are combined with the OSM data in Internet-in-a-Box (IIAB) maps. These two sources create highly zoomable regional vector map datasets — each such .mbtiles file has a very minimal footprint — yet displays exceptional geographic detail. IIAB's space-constrained microSD cards (typically running in a Raspberry Pi) greatly benefit!
  3. Thankfully the MBTiles file format can be used to store either bitmap/raster tilesets or vector tilesets. So 3 essential data files are needed = 1 city search database + 2 .mbtiles files, one each for OSM and Satellite data:
    1. cities1000.sqlite (25 MB) so users can search for and locate any of 127,654 cities/settlements worldwide, whose population is larger than 1000.
    2. The world's landmasses are covered by detail.mbtiles -> <regional selection of OSM data>.mbtiles (2-10GB depending on region) at zoom levels 0-18, encoded as MVT/PBF vector maps.
    3. Satellite imagery of the World covered 'satellite.mbtiles -> satellite_z0-z9.v3.mbtiles` (932 MB) at zoom levels 0-9, encoded as JPEG bitmap/raster imagery.

Code:

Design Decisions:

Usability Engineering begins here — thanks all who can assist — improving this for schools worldwide!

  • Teachers want Accents to work when searching for cities in OpenStreetMap #662 (Can multilingual folk confirm this is really/sufficiently fixed?)

How do we evolve this into a continuously more friendly product?

maps's People

Contributors

georgejhunt avatar holta avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.