-
Er zijn in OSM-NL ruim 52.000 clubs gemapt: https://taginfo.openstreetmap.org/keys/club.
De meeste hiervan hebben geen `amenity=*` of `leisure=*` tag of iets anders wat al rendert, wat betekent dat …
-
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 expected to do. As part of my master thesis I…
-
I get this error when I try to compile:
```
g++ -ggdb -Wall -Wredundant-decls -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c osm2shp.cc -o osm2shp.o
osm2shp.cc: In function 'int main(int, char**)':
os…
-
Task is to write a tutorial for running OSM Bright on windows. We originally did not attempt this because no binaries where available for osm2pgsql, but [there are now](http://wiki.openstreetmap.org/w…
-
With in-memory pending, the middle tables are only read from once processing is finished. This allows us to build indexes right away, including the GIN index on planet_osm_ways.nodes, which is often s…
-
### Expected behavior
Tile.openstreetmap.org the same png file when I use default style/*.mss
### Actual behavior
Not the same png file.
### Screenshots with links illustrating the problem
tile.…
-
Very nice project! I was hoping to get some more details about the openstreetmaps implementation. Specifically:
* importer: Is the importer custom to this package, or using an existing library? W…
-
Cross-reference gravitystorm/openstreetmap-carto#415
I have a river linestring with `name=गंगा` in my osm2pgsql-created database (http://www.openstreetmap.org/way/27287354), but the name is not rende…
-
There is a major effort going on to fix broken (multi)polygons in OSM and also to finally get rid of *old-style* multipolygon relations. This will hopefully lead to simpler and more efficient software…
-
I did some research on how fast the import into the middle tables is and how much we could possible improve performance. For that I compared actual osm2pgsql runs with running COPY "manually".
All …
joto updated
11 months ago