application with OSM

Hi,

is it possible to creat a web application with openStreetMap?

with a specified map, and private layers available only for registered users?

and also, is it possible to create a layer, where the colors of, say, buildings in a layer changes according to specifications we define? each color implies something of course

Thanks!

Hi squishi,

welcome to the forum!
Yes, of course, it is possible to create your own map. OpenStreetMap is just a huge database containing geographical data and lots of relations between them. The creation of a map image is called “rendering”, and it’s up to you how you do it and which parameters you use.

For a web service you could use Mapnik (this program is used for the osm.org default map layer too) and change the rendering parameters (style file “osm.xml”) as you like. Some maps use overlays, e.g. “openptmap.de”. Just click on the “+” in the upper right corner and choose the map/overlay combination.

Markus

Some links:
http://wiki.openstreetmap.org/wiki/Mapnik
http://wiki.openstreetmap.org/wiki/OpenLayers
http://wiki.openstreetmap.org/wiki/Openptmap/Installation

squishi,

you can also have a look at http://help.osm.org and search in fulltext or tags there for layer, own, private etc.

Stephan is right, i posted just ONE example out of a huge variety of maps. Here’s an overview:
http://wiki.openstreetmap.org/wiki/List_of_OSM_based_Services
The Wiki pages of some of these maps include descriptions how to build them.

There is also a “legal-talk” mailing list for the questions about the license:
http://wiki.openstreetmap.org/wiki/Mailing_lists

At the moment, the data are published under two licenses CC-BY-SA2.0 and ODBL. Please check that your application complies with the licenses termes.

This is not quite correct. Data is currently published under the terms of CC-BY-SA 2.0 only. It is planned that data will be published, under the terms of ODbL in the future, but no OSM data has been made available under that license so far.

Yeah, even the ODBL/CT if you want to be more accurate. But important is that mixing osm data and own data in your application is allowed only with certain conditions (especially the “share-alike” which means " If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.").

So before you discuss the possible technical implementations, check first on the legal-talk if your project is compatible with the license.

Pieren