Map technologies for the web (such as Google Maps)

后端 未结 4 1062
一整个雨季
一整个雨季 2020-12-06 08:26

Ok so basically I am talking with someone about building a way for users to post locations to a map and have a pin over the location.

I know Google Maps can do this

4条回答
  •  时光取名叫无心
    2020-12-06 08:58

    If you want to use a framework for building applications around maps in Java, you should have a look at http://www.geomajas.org/ which is an open source web mapping framework. This gives you both a mapping front end (using GWT), and powerful integration of different data sources. Amongst other options, you could use OpenStreetMaps for base data and integrate that with many other layers. And it is all pure java.

提交回复
热议问题