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?
JMapViewer. – trashgod Oct 27 '11 at 3:09JXMapKitcontrol 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