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

Hello

I have osm exprorted file for my country. I read it and I want to take from this map the geopoint for my address using C#.

//so I read the file    
var f = new FileInfo("country-latest.osm.pbf").OpenRead();

there are a possibility to get the geopoint for an address??

Thank you a lot

asked 21 Dec '16, 10:11

viorel1103's gravatar image

viorel1103
11224
accept rate: 0%

edited 24 Jan '17, 22:12

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

please supply more details what you want to do. Example input and example output. What are your project outlines? offline? online? Do you want to import some libraries or program yourself?

(24 Jan '17, 22:13) aseerel4c26 ♦

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:

×202
×133
×25

question asked: 21 Dec '16, 10:11

question was seen: 2,148 times

last updated: 24 Jan '17, 22:13

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