What is the best way to read, represent and render map data?

前端 未结 11 956
闹比i
闹比i 2021-01-30 00:34

I am interested in writing a simplistic navigation application as a pet project. After searching around for free map-data I have settled on the US Census Bureau TIGER 2007 Line

11条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-30 00:59

    One solution is to use MapXtreme. They have API's for Java and C#. The API is able to load these files and render them.

    For Java:

    http://www.mapinfo.com/products/developer-tools/desktop%2c-mobile-%26-internet-offering/mapxtreme-java

    For .NET:

    http://www.mapinfo.com/products/developer-tools/desktop%2c-mobile-%26-internet-offering/mapxtreme-2008

    I used this solution in a Desktop application and it worked well. It offers a lot more that only rendering information.

    Now doing this from scratch could take quite a while. They do have an evaluation version that you can download. I think it just prints "MAPXTREME" over the map as a watermark, but it is completely usable otherwise

提交回复
热议问题