-
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'm trying to filter the search results by country code, but can't seem to do so.
The readme states I can use the nominatim source as reference, and that includes country_code but I can't get it to wo…
-
This is my version of ec2setup.txt that I modified to work on my own home grown Ubuntu 12.04 LTS instance.
Start with AMI # ami-3fec7956 (Ubuntu 12.04), 32GB
(ec2-run-instances ami-3fec7956 -t m1.la…
-
Size and memory consumption of update packages vary greatly. While the preset 3600s-limit (configuration.txt) works well most of the time, some of the updates run out of memory (in my case 18GB allott…
-
Hello,
I am working on a project that needs a vector tile map. I am using postgresql with geofabrik data imported with osm2pgsql and t-rex to serve it.
I can display data from my db but the goal …
-
fastupdate does not work with osm2pgsql because with a high work_mem it builds up a large temporary part of the index it has to sequentially scan, slowing down updates significantly
It would be nice …
-
This makes queries more efficient
-
c.f. #87 for more restricted case
I have a specification for a vector tile schema which calls for
- zoom 0 to 4, natural earth water_areas
- zoom 5 to 9, osm simplified_ocean_polygons
- zoom 1…
-
- ensure all indexes are properly set
- maybe compare with the overpass API
-
Each container's readiness should be determined when it depends on other components in the stack.
At the moment we use bash sleep in a crude way.