Ashley Rogers
Ashley Rogers
@kring Pinging you to let you know this is in a PR if you want to give it a try!
What I assume to be a shared_ptr issue has appeared in the most recent round of changes - somehow a double free is happening to the GeoJsonDocument, but I can't...
Looks like iOS is building successfully! But now it's running into curl issues, like Android.
@kring I've added blueprint functions for working with GeoJsonObject styling so you should be able to set it up now!
Something I should add: while Unreal does have its own billboard component, it's not adequate for our needs - you can't change the origin that it's affixed to, so half...
Some additional context here: while currently we're only querying the first 1,000 results of the feature service and displaying that, what we'll want to do going forward is using the...
Just to add on to this as I scroll through our issues backlog, we could likely generate a Rust binding automatically using [rust-bindgen](https://github.com/rust-lang/rust-bindgen). Not much point at the moment putting...
@jalexcole Not at the moment, but something like [SWIG](https://www.swig.org/) might be able to generate one.
I think we've handled this decently for now, and I've opened #1208 for further discussion of styling expressions, so I'm going to close this issue.
@dickzhang Thanks for the report! Do you mind telling us the version of your compiler (run `g++ --version`) and the version of CMake you're using (run `cmake --version`)? Do you...