Skip to content

Commit

Permalink
Extend the docs in flex-config/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Aug 19, 2024
1 parent 6a15ebd commit ddf5f24
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions flex-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@ pgsql (C transform) output:

* [compatible.lua](compatible.lua)

The other files demonstrate some specific functionality, look at these if
and when you need that functionality.

* [addresses.lua](addresses.lua) -- Get all objects with addresses and store
as point objects in the database
* [bbox.lua](bbox.lua) -- Use of the `get_bbox()` function to get the bounding
boxes of features
* [expire.lua](expire.lua) -- Tile expiry configuration
* [indexes.lua](indexes.lua) -- Various options around index creation
* [labelpoint.lua](labelpoint.lua) -- How to get good labelling points using
the `centroid()` and `pole_of_inaccessibility()` functions.
* [untagged](untagged.lua) -- How to access untagged objects.

The subdirectory [gen](gen/) contains example configurations for
generalization support.

## Dependencies

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

0 comments on commit ddf5f24

Please sign in to comment.