I've been asked to write an internal application for our business that uses mapping functionality to place push-pins of business related data.

As this is not a public facing application and to be used by a single person within our firewall I can not use google maps as we do not have the funds for the google license.

I am investigating the use of OpenStreetMap and can either embed a component into an already existing WPF application or embed into an existing WPF application, a NetBeans platform based application or into a new web application.

Could someone please suggest a library for use in either of these environments?

link|improve this question

80% accept rate
2  
I've used JMapViewer. – trashgod Oct 27 '11 at 3:09
@trashgod: thanks, I have had a hard crack at that one and now have settled on the JXMapKit control from spring-ws which is turning out pretty nice, though I had to modify it a bit to get multiple tile servers loading (like a, b, c from OSM). Put your comment as an answer! – Brett Ryan Oct 28 '11 at 5:59
feedback

2 Answers

up vote 3 down vote accepted

I recently updated JMapViewer from r26523 to r26975 without incident. Subjectively, it seems faster.

link|improve this answer
1  
Thanks trashgod, I've experimented with both JMapViewer and JXMapViewer of which I like both, I do like the JXMapKit though with it's built in controls, there are however some things I didn't like so I've downloaded the source and want to contribute back some changes, in particular the multiple tile host support which I've now completed. – Brett Ryan Oct 29 '11 at 15:30
feedback

I've recently started to build a WPF prototype using SharpMap - although it's currently migrating to V2 and some of the dataproviders are missing - so I've been using V1 which has support for BruTiles. You also might find BruTile useful.

link|improve this answer
A good tool, but a bit more work by the seems. From my evaluation it seems you need to host your own tile server. – Brett Ryan Oct 28 '11 at 6:00
@Brett: Any pointers on how to do that? Maybe you can mention them in your answer. :-) – trashgod Oct 28 '11 at 21:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.