NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I am currently writing an application in VB.net using the Gmap.Net framework. I have read several posts on commercial use and OpenStreetMap data. However, I am still unsure and would like to hear from someone who may be able to provide an expert answer.

I am not an expert on the framework itself, but in short the application is simply providing a map to the users using the Gmap Control. The user is then able to place markers based on their own points of interest.

I want to potentially put the application on the marker. It would not be for the public but be sold to enterprise companies revolving around Public Safety. It is almost as if they were accessing OpenStreetMap from a browser and entering in the data to add points of interest markers, however the database of POI would be stored locally on their computer.

asked 07 Aug '17, 20:03

MatthewJones's gravatar image

MatthewJones
51113
accept rate: 0%


There are two sides to this. One is that if you want to display OSM maps on the device, the maps need to come from somewhere. If you are planning to use a public tile server like tile.openstreetmap.org to show maps to users of your application, make sure to observe the tile usage policy. This is not relevant if you create your own tiles or have someone create them for you, of course.

The other is the licensing side. If your users place markers on the OSM map then these markers might constitute a "derived database" in the sense of OSM's open license, meaning that if (!) the markers were publicly used they would have to be shared under the ODbL license (i.e. no publishing of images with a byline of "this data is intended for XY use only, copying prohibited" or so). As long as the data is only used internally by the user of your application, however, nothing like that will happen. For details on the license ssee http://wiki.osmfoundation.org/wiki/Licence .

permanent link

answered 07 Aug '17, 21:36

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Let me give you a better description of the application;

The application only lets the user put the markers as an overlay on the map, there is not changing of the data to the map. I would be like holding a picture up to a glass and then the user writing on the glass that is visible with the map as a background.

Of course coordinates are being used, and routing, but only at a small scale. As far as tiles go, I am not sure what constitutes as heavy tile useage. The max zoom is set at 17 to help with that. So say you are using the application and you work for a company that purchased my application. You are a in public safety and you see that there is an emergency at a certain address, you would then add a marker at that point or Lat/Long but as an overlay.

I wish I knew more on how the tiles are fetched, they are obviously fetched from the server, but I don't fully understand how every piece of the framework, works.

Your answer has helped, but I hope my explanation helped for future answers.

(07 Aug '17, 22:12) MatthewJones
3

License-wise, the "user writing on glass" doesn't absolve you from the consequences of share-alike, since your users might use the OSM map to place their markers; example: the user knows they want to place a marker "right in front of XY church on ZZ street", and only through OSM do they know where that is. The the marker is derived from OSM.

Regarding the tiles - read www.switch2osm.org and you will know how to set up your own tile server. OSM tile servers are financed by donations and kept running by volunteers; even though their performance and reliability outclasses many commercial offerings, you shouldn't rely on them for a commercial application. If you don't want to set up your own tile server, then you can look into commercial offerings on http://wiki.openstreetmap.org/wiki/Commercial_OSM_Software_and_Services (disclosure: I work for one such company).

(08 Aug '17, 09:50) Frederik Ramm ♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×91
×6
×2

question asked: 07 Aug '17, 20:03

question was seen: 3,210 times

last updated: 08 Aug '17, 09:50

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum