Modify

Opened 3 years ago

Closed 3 years ago

#5069 closed defect (fixed)

Yahoo imagery is shown incorrectly scaled

Reported by: pushkinsv@… Owned by: pushkinsv@…
Priority: major 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@…> 3 years ago.
josm output
Screenshot-Java OpenStreetMap Editor.png (299.0 KB) - added by Sergey Pushkin <pushkinsv@…> 3 years ago.
screenshot of a problem

Download all attachments as: .zip

Change History (6)

Changed 3 years ago by Sergey Pushkin <pushkinsv@…>

josm output

Changed 3 years ago by Sergey Pushkin <pushkinsv@…>

screenshot of a problem

comment:1 Changed 3 years ago by stoecker

  • Owner changed from team to pushkinsv@…
  • Status changed from new to 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 Changed 3 years ago by Sergey Pushkin <pushkinsv@…>

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 Changed 3 years ago by stoecker

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

comment:4 Changed 3 years ago by Sergey Pushkin <pushkinsv@…>

  • Resolution set to fixed
  • Status changed from needinfo to 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 )))

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.