Modify

Opened 15 years ago

Closed 15 years ago

#5069 closed defect (fixed)

Yahoo imagery is shown incorrectly scaled

Reported by: pushkinsv@… Owned by: pushkinsv@…
Priority: major Milestone:
Component: Core imagery Version:
Keywords: wms yahoo scale Cc:

Description

Images from Yahoo is shown without any scaling, so there is mismatch between Yahoo images and osm map data edited in JOSM.

Adjusting zoom level does not help, Landsat images are shown correctly.

Debian sid, JOSM version 3094, WMSPlugin version 21235,
webkit-image (GTK+) compiled as described here
http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMSPlugin

--
Sergey Pushkin

Attachments (2)

josm-wmsplugin-log.txt (2.8 KB ) - added by Sergey Pushkin <pushkinsv@…> 15 years ago.
josm output
Screenshot-Java OpenStreetMap Editor.png (299.0 KB ) - added by Sergey Pushkin <pushkinsv@…> 15 years ago.
screenshot of a problem

Download all attachments as: .zip

Change History (6)

by Sergey Pushkin <pushkinsv@…>, 15 years ago

Attachment: josm-wmsplugin-log.txt added

josm output

by Sergey Pushkin <pushkinsv@…>, 15 years ago

screenshot of a problem

comment:1 by stoecker, 15 years ago

Owner: changed from team to pushkinsv@…
Status: newneedinfo

Try another download program (e.g. QT variant of webkit-image). This is the same issue as for the normal Gnome webpage grabber, which seems also to affect the webkit-gtk variant now.

Report results.

comment:2 by Sergey Pushkin <pushkinsv@…>, 15 years ago

I tried compiling Qt variant of webkit-image, got this error:

~/osm/wmsplugin$ LANG=en_US.UTF8 make webkit-image
gcc -o webkit-image -W -O2 `pkg-config --cflags QtCore QtGui QtWebKit QtNetwork` `pkg-config --libs-only-L QtCore QtGui QtWebKit QtNetwork` webkit-image.cpp `pkg-config --libs-only-l QtCore QtGui QtWebKit QtNetwork`
/tmp/ccxQPGkI.o: In function `main':
webkit-image.cpp:(.text+0x16f): undefined reference to `vtable for Save'
collect2: ld returned 1 exit status
make: *** [webkit-image] Error 1

comment:3 by stoecker, 15 years ago

You used the Makefile? If not, you did the "moc" call before compiling to create webkit-image.h?

comment:4 by Sergey Pushkin <pushkinsv@…>, 15 years ago

Resolution: fixed
Status: needinfoclosed

Yes !!! It works!!

There was some error when first time i've ran Makefile - webkit-image.h was empty

After
make clean && make webkit-image
webkit-image compiled successfully and this Qt-version works well

Thank you )))

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain pushkinsv@….
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.