-
The current implementation of `osml10n_get_name_without_brackets_from_tags` is very slow.
Running it on all transport ways of Europe is too long, I did not let it finish, I took more than one day.
…
-
Today, a Lua script has a global section, which gets executed right at the beginning, and a few callback functions for nodes, ways, and relations. However, there's no way for the script to figure out …
-
Flex documentation mentions method `get_bbox` as one of the functions provided by the object parameter table:
` get_bbox(): Get the bounding box of the current node or way.`
Unfortunately, there…
-
In order to support response paging as specified by WFS 2.0, GeoServer needs a primary key, or it will throw `java.io.IOException: Cannot do natural order without a primary key, please add it or speci…
-
I'm finding it difficult to reproduce the behavior of osm2pgsql with --hstore with the flex backend. This is somewhat of a question, but flex-specific questions aren't a great fit anywhere.
Suppose…
-
If you have an error in your lua script you get an error message like
```
Osm2pgsql failed due to ERROR: Failed to execute lua processing function: openstreetmap-carto.lua:533: Error in 'add_row': T…
-
osmosis --write-apidb is pretty much the only available option to populate an API DB from a pbf file. Unfortunately, it is _extremely_ slow, making it fairly impractical to use except for the smallest…
-
There is often a requirement to use the same database for multiple styles - for example, a standard rendering and a tiger debug style.
In these cases, people have to manually combine foo.style files …
-
Thinking about the flex backend and its usage, one thing that struck me as likely being missing in the current setup (correct me if I am wrong, I haven't attempted to use it yet!), is an hstore column…
-
Errors during processing trigger a dump when using LuaJIT. I'm suspecting that LuaJIT somehow chokes during stack unwinding a C++ -> Lua -> C++ stack. The issue is LuaJIT specific, and doesn't occur o…