Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GovTechSG/iOneMySgMap
A tile server to serve map tiles for Singapore based off the Singapore Metro Extract
https://github.com/GovTechSG/iOneMySgMap
openmaptiles openstreetmap openstreetmap-data serve-map-tiles singapore singapore-metro-extract
Last synced: about 1 month ago
JSON representation
A tile server to serve map tiles for Singapore based off the Singapore Metro Extract
- Host: GitHub
- URL: https://github.com/GovTechSG/iOneMySgMap
- Owner: GovTechSG
- License: apache-2.0
- Archived: true
- Created: 2017-02-14T08:46:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T15:19:57.000Z (almost 6 years ago)
- Last Synced: 2024-08-09T13:17:35.445Z (5 months ago)
- Topics: openmaptiles, openstreetmap, openstreetmap-data, serve-map-tiles, singapore, singapore-metro-extract
- Language: Shell
- Homepage: https://maps.gahmen.tech/
- Size: 15.6 KB
- Stars: 13
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iOneMySgMap
A tile server to serve map tiles for Singapore based off the
[Geofabrik OSM Data Extracts](http://download.geofabrik.de/index.html)## Submodules
Remember to checkout the submodules: `git submodule update --init`
## Building the Tiles
The script `build.sh` will build the tiles in `./openmaptiles/data`.
## Serving the tiles
You can serve the tiles for [MapBox GL](https://github.com/mapbox/mapbox-gl-js) using
[`tileserver-gl`](https://github.com/klokantech/tileserver-gl).The included `docker-compose.yml` will start a server and serve the Singapore tiles off `./tiles/singapore.mbtiles`.
It will also include pre-built styles from [another repository](https://github.com/Neo-Type/openmaptiles-styles).
```bash
docker-compose up
```## Alternatives
- [`byom`](https://github.com/chrissng/byom)
## Credits
The build script is based off the quick start script from [OpenMapTiles](http://openmaptiles.org/).
Map data, and libraries are credited below:
- [© OpenMapTiles](http://openmaptiles.org/)
- [© Geofabrik GmbH](http://www.geofabrik.de/)
- [© OpenStreetMap contributors](http://www.openstreetmap.org/copyright)