File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
3955Some of the example files use the ` inspect ` Lua library to show debugging
You can’t perform that action at this time.
0 commit comments