search

Home  >  Q&A  >  body text

android SVG 如何画中国行政地图

我想在 android app 里显示中国行政地图,想用svg 做,在网上找了好长时间 找到了网页的geochart 这个开源库,还发现了FSInteractiveMap 这个类似 geochart 的ios 开源库,我想看看大家有没有实现这样的效果的呢,

看看大家有做过的吗,

天蓬老师天蓬老师2772 days ago630

reply all(4)I'll reply

  • 黄舟

    黄舟2017-04-17 13:58:38

    I haven’t done it yet, here are two open source projects: https://github.com/Tibolte/Android-Anim-Playground and https://github.com/japgolly/svg-android. Hope it helps you

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 13:58:38

    This project is a bit large, and it’s not the United States

    reply
    0
  • PHPz

    PHPz2017-04-17 13:58:38

    You can ask the artist to draw the svg image first and then use vector

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 13:58:38

    Read this project code first

    https://github.com/romainguy/road-trip
    

    This project reads SVG and converts it into Path to draw the administrative district map of the United States

    After you understand it, you can draw a map of China’s administrative regions.

    You can find an SVG of China’s administrative district map online
    I just found one myself, it’s not an SVG, but I just need the path data anyway

    http://vdisk.weibo.com/s/hF0Vc

    reply
    0
  • Cancelreply