Please recommend a good OpenStreetMap component

I was asked to write an internal application for our business that uses mapping functions to host push contacts of business-related data.

Since this is not a public-oriented application used by one person in our firewall, I can’t use Google maps because we don’t have the funds for google license.

I am studying the use of OpenStreetMap and can either embed a component in an existing WPF application, or embed it in an existing WPF application, a NetBeans platform application, or in a new web application.

Can anyone suggest a library for use in any of these environments?

+3
source share
2 answers

I recently upgraded JMapViewer from r26523 to r26975 without incident. Subjectively, this seems faster.

+3
source

I recently started creating a WPF prototype using SharpMap - although it is currently porting to V2, and some of the dataparauders are missing - so I used V1, which supports BruTile. You can also find BruTile .

+1
source

Source: https://habr.com/ru/post/907088/


All Articles