Christian Ledermann
Christian Ledermann
I cannot find documentation about `gx:CascadingStyle`
The architecture has changed a lot from fastkml 0.x to 1.x. One of the advantages of these changes is that you can define and add new behaviour at runtime through...
https://stackoverflow.com/questions/71744669/colored-polygon-outlines-displayed-as-just-all-white-opaque-polygons https://gis.stackexchange.com/questions/367688/missing-styles-when-loading-kml-file-into-openlayers-created-in-google-earth
This is now [documented](https://fastkml.readthedocs.io/en/latest/working_with_kml.html#extending-fastkml), and an example was added: ``` #!/usr/bin/env python from typing import Any from typing import Dict from typing import Optional from fastkml import KML from fastkml...
It should allow for whitespace - `POINT Z (1 2 3)` is valid, I am not sure if whitespace is allowed between Z and M. BTW, this is a very...
The grako version I used at the time was https://pypi.org/project/grako/2.2.2/ please try to run it with that version. I assume that grako 3.x introduced breaking changes
@leaffan has a grako 3.x version https://github.com/leaffan/parsewkt. PR?
Thanks @rishitc
Can you document how to do it? For me, it is obvious, so I need an outsider's view on it to improve the documentation :wink:
BTW, make a draft pull request, ask questions, I am happy to provide some guidance