문제

Does any of you know of any GIS IMS capability program that will allow multiple displays of data to be geo linked? For example, when one pans on one view, it should automatically relocate the extent on the corresponding linked viewer.

도움이 되었습니까?

해결책

I don't full understand your question.

Do you want two have two map widgets which are synchronized? Something like that is displayed in http://apps.geomajas.org/showcase-beta/ (indicate layers, google layer in the left menu - you will see that when you drag/zoom one of the maps, the others follow).

If you want one a widget where any operations in that widget change to display of a map, that also sounds pretty easy to do by having a event listener on the one widget which sets the bounds on the map widget. If you want to use Java+GWT, this would be easy using Geomajas.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top