Tom MacWright
Tom MacWright
GeoJSON was implemented in https://github.com/placemark/figma-plugin/pull/38 I haven't really had anyone ask about another format, though it'd probably be KML.
Still not sure how to do this, tbh. This is a "deep hard problem", some refs: - https://help.openstreetmap.org/questions/50891/problem-with-rendering-water-from-overpass-data (it's hard, recommending a separate dataset) - https://www.reddit.com/r/openstreetmap/comments/jxfo1f/comment/gcxexe0/?utm_source=reddit&utm_medium=web2x&context=3 Possible solutions: - https://osmdata.openstreetmap.de/data/water-polygons.html
I think the solution is going to be the osmdata polygons, and then ignore all coastlines in the osm data, request polys by tile number, clip the polys, voila. Uploaded...
Here are the two diffs from the commits that introduced Deck.gl: https://gist.github.com/tmcw/ab220612e3789ab9e776e0815654a170 - not sure if they'll reverse cleanly, but they should at least give an idea of the code...
Yeah, that's certainly an option - I can't give current estimates because I haven't tried it in a bit, but I think the perf was a bit slower with that...
Yep! I'd love to do this, will try to get the time to work on it soon
Done in #72
Yep! This was a pretty frequently-requested feature of the Placemark SaaS and I never got around to implementing it. I'd absolutely accept a PR if someone is able to implement...
Wow - that's amazing! Never expected it to come together so fast. There's definitely a lot of nuance that could be implemented - I think as an MVP there just...
This repo is now all about the `/play` version, the fullstack version is at https://github.com/placemark/placemark-fullstack Deploying simple apps is simple 💯 - there's now a Deploy to Vercel button, and...