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

Hi there!

I need to create a web application with interactive map with capabilities of adding custom markers by users. The markers are car accidents. Each registered user can add the marker at specific place on the map and other users will be able to see it. All the markers have to be stored in a database.

Once application starts I need to load all these markers from the database and send them to UI in JSON format (just array of points with coordinates) and the UI has to show them on the map. And once an user creates a car accident I have to send this information to the backed to be stored in the database.

I use Angular JS for UI and .Net WebApi for backend. I know there is a .NET library OSMSHARP (http://www.osmsharp.com/), but for now I don't have a clear idea how to use it for my purpose.

Could anybody help me with this? Any advice would be really helpful.

Thanks.

asked 13 Apr '16, 19:44

artemvalmus's gravatar image

artemvalmus
11112
accept rate: 0%

Which part of your question is specific OSM related ? IMHO you ve to ask this kind of question about building a programm that uses the OSM database at the developers sites. Or have, to find your way, a look at these pages, http://wiki.openstreetmap.org/wiki/Develop

(14 Apr '16, 15:28) Hendrikklaas

Yeah you're right, my question is pretty abstract and I should ask such a question on developers forums. But anyway thanks for the link.

(15 Apr '16, 09:46) artemvalmus

@artemvalmus As you've probably spotted, we get quite a few Windows development questions here and many fewer answers. What'd be really great would be if some of the people who've solved Windows development questions (using help elsewhere) try and resolve the unsolved questions here, or at least try and point them in the direction of possible solutions.

Obviously you're not in a position to do that yet, but it'd be great to come back when you are :)

(15 Apr '16, 10:05) SomeoneElse ♦

@SomeoneElse That's good idea, why not :) I'll try to contribute to this once I find answers to my questions.

(15 Apr '16, 16:55) artemvalmus
Be the first one to answer this question!
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:

×535
×3
×2
×2

question asked: 13 Apr '16, 19:44

question was seen: 3,956 times

last updated: 15 Apr '16, 16:55

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