Brian Sperlongano
                                            Brian Sperlongano
                                        
                                    @TomPohys are we able to proceed with breaking changes like this targeting 4.0 or do we still expect 3.x development to continue on mainline?
I had no idea we were using an "old" syntax, and it would be helpful to show a few examples of old and new.
I would like to see a strategy where deprecated features first throw a warning (in the console) indicating that the functionality will be removed in a future version.
Americana's gl-js code is generated programmatically, so I'm not sure that can be converted automatically?
One issue that I've encountered when exploring this topic, is that if you have a layer that extends another layer (for example, `transportation_name` extends `transportation`, there is no obvious way...
A separate tags table is needed in order to [take advantage of](https://www.postgresql.org/docs/9.5/functions-json.html) the `row_to_json()` function to create JSONB representations of imposm-mapped table rows. Otherwise, the geometry objects would be captured...
Water covers the base layer, so I would start by looking for a water polygon _covering_ the land. Can you open this up in data view (`make start-tileserver` and browse...
It appears that the postgres instance that comes packaged with OpenMapTiles does not include the `postgis_sfcgal` extension, so this would have to get added.
I created a dummy data file with two highways, a dual carriageway on the left, and a single carriageway on the right. Here is how the two roads render in...
With regard to the license issue raised above, @kennykb provided the following: https://postgis.net/stuff/postgis-3.0.pdf : > 18. I am releasing software that uses PostGIS, does that mean my software has to...