Opened 16 years ago
Last modified 11 years ago
#3016 closed defect
JOSM produces nodes with lat/lon 0.0 when I create a new OSM document — at Initial Version
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | zoom | Cc: | Gubaer |
Description
Under r1816 I can:
- Open JoSM
- Create a new document with C-n
- Click around with the drawing tool to create new nodes
All of the nodes I'm creating will be added at lat/lon 0.0, furthermore I can't see them as I'm drawing them nor the lines between them (the only hint is the updated selection dialog).
I also can't scroll the mouse wheel to zoom in/out. Nor does the lat/lon display at the bottom of the screen update from 0.0/0.0. But I can grab the zoom adjuster and zoom out that way.
This also has nothing to do with my preferences since JOSM does the same thing once I move my preferences file elsewhere.
<?xml version='1.0' encoding='UTF-8'?> <osm version='0.6' generator='JOSM'> <node id='-1' visible='true' lat='0.0' lon='0.0' /> <node id='-2' visible='true' lat='0.0' lon='0.0' /> <node id='-3' visible='true' lat='0.0' lon='0.0' /> <node id='-4' visible='true' lat='0.0' lon='0.0' /> <node id='-5' visible='true' lat='0.0' lon='0.0' /> <way id='-6' action='modify' visible='true'> <nd ref='-1' /> <nd ref='-2' /> <nd ref='-3' /> <nd ref='-4' /> <nd ref='-5' /> </way> </osm>