[Tile-serving] [osm2pgsql-dev/osm2pgsql] New feature: Check location of OSM objects against list of regions (PR #2333)
Jochen Topf
notifications at github.com
Fri May 30 12:35:25 UTC 2025
@joto commented on this pull request.
> + Scenario: Define a locator without name is okay
+ Given the OSM data
+ """
+ """
+ And the lua style
+ """
+ local regions = osm2pgsql.define_locator({})
+ print('NAME[' .. regions:name() .. ']')
+ """
+ When running osm2pgsql flex
+ Then the standard output contains
+ """
+ NAME[]
+ """
+
+ Scenario: Define a locator without name is okay
Fixed.
--
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2333#discussion_r2115847523
You are receiving this because you are subscribed to this thread.
Message ID: <osm2pgsql-dev/osm2pgsql/pull/2333/review/2881224699 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20250530/4ef9fe70/attachment.htm>
More information about the Tile-serving
mailing list