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

When I try to download osm data with the api using this link:

http://jxapi.openstreetmap.org/xapi/api/0.6/map?bbox=-73.60100000000001,45.399,-73.559,45.440999999999995

I got an org.openstreetmap.osmosis.core.OsmosisRuntimeException?

Someone could help me!?

Thanks

asked 12 Jan '12, 18:53

Maxime's gravatar image

Maxime
16113
accept rate: 0%


There are a few issues with that request. The first is that You need some square brackets around the bbox, the second is that you've got a spurious "map" in there and the third is that I don't think that jxapi.openstreetmap.org has woken up from hibernation yet. If you try instead:

http://open.mapquestapi.com/xapi/api/0.6/*[bbox=-73.60100000000001,45.399,-73.559,45.440999999999995]

it should work.

permanent link

answered 12 Jan '12, 19:15

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

edited 12 Jan '12, 19:16

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:

×290
×84
×32

question asked: 12 Jan '12, 18:53

question was seen: 5,233 times

last updated: 12 Jan '12, 19:16

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