From ad7f6f3d42614baeef479757ddc2fae7f8f9ee4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Kom=C3=A1rek?= Date: Wed, 3 Jan 2018 18:59:07 +0100 Subject: [PATCH 1/3] added openmaptiles + osmnames --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62707b39..e14c54a3 100644 --- a/README.md +++ b/README.md @@ -520,13 +520,15 @@ Table of Contents ## Data Visualization on Maps * [geocoder.opencagedata.com](https://geocoder.opencagedata.com/) — Geocoding API that aggregates OpenStreetMap and other open geo sources. 2,500 free queries/day - * [datamaps.co](https://datamaps.co/) a free platform for creating visualizations with data maps + * [datamaps.co](https://datamaps.co/) — a free platform for creating visualizations with data maps * [geocod.io](http://geocod.io/) — Geocoding via API or CSV Upload. 2,500 free queries/day * [gogeo.io](http://gogeo.io/) — Maps and geospatial services with an easy to use API and support for big data * [carto.com](https://carto.com/) — Create maps and geospatial APIs from your data and public data * [giscloud.com](http://giscloud.com/) — Visualize, analyze and share geo data online * [latlon.io](https://latlon.io/) — Geocoding API + school districts, census geography divisons and other address based data. 2,500 free requests/month * [mapbox.com](https://mapbox.com/) — Maps, geospatial services and SDKs for displaying map data + * [openmaptiles](https://openmaptiles.org/) - Set of open-source tools for self-hosting of OpenStreetMap maps in more than 50 languages. It provides both raster as well as vector tiles, WMS and WMTS services for GIS programs, support for JavaScript viewers and mobile SDK + * [osmnames](https://osmnames.org/) - Geocoding, search results ranked by the popularity of related Wikipedia page ## Package Build System From 1949f637f90e1b0ab8ac477a6718a8ffc34bdb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Kom=C3=A1rek?= Date: Wed, 3 Jan 2018 19:36:34 +0100 Subject: [PATCH 2/3] removed openmaptiles, added tilehosting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e14c54a3..efaa0fa7 100644 --- a/README.md +++ b/README.md @@ -527,8 +527,8 @@ Table of Contents * [giscloud.com](http://giscloud.com/) — Visualize, analyze and share geo data online * [latlon.io](https://latlon.io/) — Geocoding API + school districts, census geography divisons and other address based data. 2,500 free requests/month * [mapbox.com](https://mapbox.com/) — Maps, geospatial services and SDKs for displaying map data - * [openmaptiles](https://openmaptiles.org/) - Set of open-source tools for self-hosting of OpenStreetMap maps in more than 50 languages. It provides both raster as well as vector tiles, WMS and WMTS services for GIS programs, support for JavaScript viewers and mobile SDK * [osmnames](https://osmnames.org/) - Geocoding, search results ranked by the popularity of related Wikipedia page + * [tilehosting](https://www.tilehosting.com/) - Vector maps, map services and SDKs for map visualisation ## Package Build System From 78338b4cbabd9c952da7f410d53c3d2d7ce27b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Kom=C3=A1rek?= Date: Mon, 8 Jan 2018 14:43:25 +0100 Subject: [PATCH 3/3] added info about free plan --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efaa0fa7..4ec453fe 100644 --- a/README.md +++ b/README.md @@ -527,8 +527,8 @@ Table of Contents * [giscloud.com](http://giscloud.com/) — Visualize, analyze and share geo data online * [latlon.io](https://latlon.io/) — Geocoding API + school districts, census geography divisons and other address based data. 2,500 free requests/month * [mapbox.com](https://mapbox.com/) — Maps, geospatial services and SDKs for displaying map data - * [osmnames](https://osmnames.org/) - Geocoding, search results ranked by the popularity of related Wikipedia page - * [tilehosting](https://www.tilehosting.com/) - Vector maps, map services and SDKs for map visualisation + * [osmnames](https://osmnames.org/) — Geocoding, search results ranked by the popularity of related Wikipedia page + * [tilehosting](https://www.tilehosting.com/) — Vector maps, map services and SDKs for map visualisation. Free vector tiles with weekly update and four map styles. ## Package Build System