Skip to content

Commit ddf5f24

Browse files
committed
Extend the docs in flex-config/README.md
1 parent 6a15ebd commit ddf5f24

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

flex-config/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,22 @@ pgsql (C transform) output:
3434

3535
* [compatible.lua](compatible.lua)
3636

37+
The other files demonstrate some specific functionality, look at these if
38+
and when you need that functionality.
39+
40+
* [addresses.lua](addresses.lua) -- Get all objects with addresses and store
41+
as point objects in the database
42+
* [bbox.lua](bbox.lua) -- Use of the `get_bbox()` function to get the bounding
43+
boxes of features
44+
* [expire.lua](expire.lua) -- Tile expiry configuration
45+
* [indexes.lua](indexes.lua) -- Various options around index creation
46+
* [labelpoint.lua](labelpoint.lua) -- How to get good labelling points using
47+
the `centroid()` and `pole_of_inaccessibility()` functions.
48+
* [untagged](untagged.lua) -- How to access untagged objects.
49+
50+
The subdirectory [gen](gen/) contains example configurations for
51+
generalization support.
52+
3753
## Dependencies
3854

3955
Some of the example files use the `inspect` Lua library to show debugging

0 commit comments

Comments
 (0)