Nakaner

Results 39 issues of Nakaner

Add operator:wikidata=\* to all tagging schemes in addition to operator=*. operator:wikidata=\* is an elegant way to handle several common names of the same operating company.

Other

This pull requests add support for avoid polygons for the matrix request. Without avoid area: ```sh curl 'http://localhost:8081/ors/v2/matrix/driving-car' -H 'Accept: application/json, text/plain, */*' -H 'Content-Type: application/json;charset=utf-8' --data-raw '{"metrics":["distance", "duration"],"locations":[[8.6793, 49.4131],...

on hold :hand:

I am currently rewriting the tile expiry of osm2pgsql because its code is not nice, difficult to understand and it seems to me that it does not what it is...

The tile expiry only expires polygons if their bounding box (width and height) is smaller than a threshold. The default value of this threshold is 20000. The check whether a...

When Mapproxy uses Mapnik without using Renderd (by the way, that's not documented), a new Mapnik map object is initialised for any new rendering request. This harms performance – at...

The [examples](https://tombatossals.github.io/angular-openlayers-directive/#/first/center-no-javascript) of this repository use tiles from OpenStreetMap. The OpenStreetMap license [requires](https://www.openstreetmap.org/copyright) you to give a proper attribution. Please add this attribution to all usages of OpenStreetMap in the...

help wanted
good first issue

Building version 2.2 fails with: ```sh [ 8%] Building CXX object CMakeFiles/tilemaker.dir/src/read_pbf.cpp.o /usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -I/home/michael/git/github.com/systemed/Tilemaker/include -I/home/michael/git/github.com/systemed/Tilemaker/build -I/usr/include/lua5.1 -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/tilemaker.dir/src/read_pbf.cpp.o -c /home/michael/git/github.com/systemed/Tilemaker/src/read_pbf.cpp /home/michael/git/github.com/systemed/Tilemaker/src/read_pbf.cpp: In...

**EDIT: See [my comment below](https://github.com/systemed/tilemaker/issues/284#issuecomment-1065006513). It's not about broken geometries but Tilemaker not using boundary relations to build polygon geometries.** I observed that large administrative polygons are missing from the...

geometry

For labeling countries, point on surface is a better approach to get a labeling point than centroids because centroids can be located outside the polygon, e.g. France being labeled in...