Animated maps #155
kronpano
started this conversation in
Show and tell
Replies: 2 comments 4 replies
-
|
Excellent implementation! The layered SVG approach is smart, makes it easy to animate with GSAP. Quick question: I'm building a desktop GUI for MapToPoster and would like to integrate your SVG export feature. Since both our projects are MIT licensed, I'll be forking your changes with full attribution. Would you be open to me referencing your fork as a submodule, or would you prefer I just credit you in the README? Repository: https://github.com/msamuslim101/maptopostergui Thanks for the great work! 🙌 |
Beta Was this translation helpful? Give feedback.
4 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've made a fork and the main change is the SVG export.
I export the SVG in layers (parks, water, roads primary, roads secondary .... railways) - these path can then be combined, simplified and animated. So far I have only done very simple animation of the SVG without any external tools via dash-array and stroke-dashoffset which can be done in the style section of the SVG file.
Next goal is to look into GSAP to "grow" the map in different layers.
This is the example over at map_city_poster
Beta Was this translation helpful? Give feedback.
All reactions