2015-09-27

Created page with "{{Languages}} Nieuwe manieren om OpenStreetMap te gebruiken werden besproken tijdens de [[State Of The Map 2013.]] Hier presente..."

New page

{{Languages}}

[[File:Sotm13 group photo CF.jpg|thumb|350px|Nieuwe manieren om OpenStreetMap te gebruiken werden besproken tijdens de [[State Of The Map 2013]].]]

Hier presenteren we u enkele instructies over hoe ''u'' OpenStreetMap kunt gebruiken. Het is een open project, laat u dus niet weerhouden om nieuwe manieren te ontdekken die hier nog niet gedocumenteerd zijn!

Als u zoekt naar een specifieke gebruiksklare service, gebaseerd op OpenStreetMap, of u wilt een overzicht zien van wat mensen al hebben gedaan met OpenStreetMap, bezoek dan [[Applications of OpenStreetMap|Toepassingen van OpenStreetMap]].

Er is een speciale pagina over hoe [[Offline_Openstreetmap#Using_the_data_offline|OpenStreetMap te gebruiken zonder internetverbinding]].

== [[OpenStreetMap License|Licentie]] ==

You can use OpenStreetMap mapping and data without charge subject to two conditions; firstly that you [http://www.openstreetmap.org/copyright attribute your use of OpenStreetMap] appropriately and secondly that you [[Beginners' guide|share any corrections or improvements]] back with the project as appropriate.

== [[Disclaimer|Safety disclaimer]] ==

OpenStreetMap is not a complete or accurate map of the world and should not be used in such a manner that deficiencies, omissions, inaccuracies or errors could result in death, loss or injury.

It is particularly important to realize that '''the maps might not be reliable'''. The maps are an iterative ongoing work-in-progress. We are aiming to produce maps which ''can'' be relied upon, equally well, or better than other maps. The openly-editable wiki nature of this mapping system may help us towards this goal, however it may also mean that there will always be some inaccuracies. You should make your own judgement about the accuracy of our maps. Always use our maps in conjunction with your senses, official sources and your common sense.

== Maps ==

[[File:Export and sharing sidebars.png|thumb|Using the [[export#Mapnik Image|export function]] of our world map you can easily get snapshots.]]

To get a snapshot from the OpenStreetMap [http://www.openstreetmap.org/ world map] as an image file, use the [[export#Mapnik Image|export function]].

=== Maps on your website ===

[[File:Snapshot embedded slippy map.PNG|thumb|Example of a [http://www.fluechtlingsinitiative-bremen.de/?q=contact_en&language=en website] embedding the OpenStreetMap world map.]]

You can use the OpenStreetMap world map on your website, either as a [[Static map images|static map image]] or with [[Export#Embeddable HTML|embedded HTML]]. If you [[Deploying your own Slippy Map|deploy your own slippy map]], things can get much more customized.

=== Maps on your GPS device ===

If you want to have a map based on OpenStreetMap on your GPS device, visit [[GPS Maps From OSM Data]] or [[OSM Map On Garmin]] for [[Garmin]] device.

=== Offline ===

See [[Offline Openstreetmap]].

=== Create your own map ===

To create your own map, you need to get much more technical. The [[#Web_applications|Software development]] section below gives you more details.

=== 3D maps ===

You can [[3D#Exporting|get three dimensional city models]] from OpenStreetMap.

=== Usage examples ===

See subpage [[Using_OpenStreetMap/Map_examples|map examples]].

== [[GIS software]] ==

We try to document any special interoperability with OpenStreetMap for each GIS software. Try a search with the form on the top right of this page for your particular GIS software, or browse our [[:Category:GIS software]]. There is also [[GIS software#Open Source GIS software|open source GIS software]] working together with OpenStreetMap.

There is also a whole bunch of [[Converting map data between formats|tools converting map data from/ to OpenStreetMap data]], including support for the popular [[Shapefiles|ESRI Shapefiles]] and [[PostGIS]] format.

It is possible to [[Downloading data|download portions of OpenStreetMap's raw data]] (in .osm) that be can exported to a wide variety of formats (including SHP, POSTGIS, geojson) for many purposes, including use in professional GIS software.

== Software development ==

<!-- please update/remove duplicate links-->

{{Portal box

|color = blue

|header = '''Using OpenStreetMap for Development'''

|text =

{{{!}}border="0" cellpadding="5" cellspacing="0" style=""

{{!}}-align="left"

{{!}}width="140" style="font-size:1.3em;font-weight:bold;"{{!}} Embed

{{!}}[[Deploying_your_own_Slippy_Map|Showing a Map]] • [[Export]]

{{!}}-align="left"

{{!}}width="140" style="font-size:1.3em;font-weight:bold;"{{!}} [[Rendering|Render]]

{{!}}[[Creating_your_own_tiles|Your Own Tiles]] • [[3D_Development|3D]] • [[WMS]] • [[TMS]]

{{!}}-align="left"

{{!}}width="140" style="font-size:1.3em;font-weight:bold;"{{!}} [[List_of_OSM_based_Services|Services]]

{{!}}[[commercial OSM Software and Services|list of companies who offer commercial OSM Software and Services]] • [[Routing#Developers|Routing/navigation]] • [[Geocoding]] (including [[Nominatim]])

{{!}}-align="left"

{{!}}width="140" style="font-size:1.3em;font-weight:bold;"{{!}} Programming

{{!}}[[Frameworks]] • [[OSM file formats|File formats]] (including [[OSM XML/XSD]]) • [[Data Primitives]] • [[Database]] • [[Databases and data access APIs]]

{{!}}-align="left"

{{!}}width="140" style="font-size:1.3em;font-weight:bold;"{{!}} Other

{{!}}[[Research|Science Research]] • [[Books]] • [[Companies]] • [[Related_Projects|Related Projects]]

{{!}}}

}}

[[File:OSM Components.png|thumb|[[Component overview]] of the OpenStreetMap software.]]

There are general help pages for software developers using OpenStreetMap:

* [http://switch2osm.org switch2osm.org] explains how to make the switch from other data services than OpenStreetMap.

* It may be helpful to learn [[Develop#How_the_pieces_fit_together|how the OpenStreetMap software works]].

* Also, OpenStreetMap runs on a relatively small server deployment for its size - see our notes on [[Server Hardware|server hardware]] for details. There are also [[API v0.6]] mirrors and [http://apis.dev.openstreetmap.org Dev and Test APIs] which help with testing code that interacts with the OSM API.

* [[Research#Software_.28routing.2C_visualization.2C_infrastructure.2C_etc..29|list of research about software]].

If you have questions, ideas or just want to meet fellow developers, [[Development#Get_In_Touch|contact]] the OpenStreetMap development community. We also listed some [[books]] related to software development with OpenStreetMap.

You may also wish to see the [[Related_Projects|list of other projects collecting free geodata]].

=== Web applications ===

Developers that want to use OpenStreetMap in their web applications can see the list of [[:Category:JavaScript|JavaScript]] libraries. There are additional libraries in [[:Category:Programming_Languages|other programming languages]]. [[Deploying your own Slippy Map]] lists corresponding JavaScript libraries and Content Management Systems supporting OpenStreetMap. Maybe you need [[WMS]] and [[TMS]], or to [[Creating_your_own_tiles|create your own tiles]].

== [[Education]] ==

[[File:UCL_mapping_party_1.jpg|thumb|Students learning the OpenStreetMap editing process, giving an introduction to GIS during a course at a [http://www.cege.ucl.ac.uk/ university in London].]]

OpenStreetMap has created a unique [[Education#The_OpenStreetMap_Curriculum|curriculum]] that is focused on introducing the topics that OSM addresses: mapping, open source technologies, crowd sourcing and community efforts. It is geared towards university level students. Further, OpenStreetMap has several [[Research/Ideas|open problems]] which would make good student projects. These are items that need researching and "longer-term" issues which could be worked on by students as a project separate from the the core open source development progress happening within the community.

== [[Research]] ==

At the conference SotM-EU 2011, Muki Haklay gave a talk with [https://2011.sotm-eu.org/talk@41 advice to academics interested in OSM] and the video is available online. See our [[Research]] page for details of academic research work.

[[Category:Outputs]]

[[Category:Portals]]

Show more