Opened 15 years ago
Closed 15 years ago
#5069 closed defect (fixed)
Yahoo imagery is shown incorrectly scaled
Reported by: | Owned by: | ||
---|---|---|---|
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)
Change History (6)
by , 15 years ago
Attachment: | josm-wmsplugin-log.txt added |
---|
by , 15 years ago
Attachment: | Screenshot-Java OpenStreetMap Editor.png added |
---|
screenshot of a problem
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
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 , 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 , 15 years ago
You used the Makefile? If not, you did the "moc" call before compiling to create webkit-image.h?
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | needinfo → closed |
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 )))
josm output