Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Increase default maximum zoom level in JMapViewer's AbstractOsmTileSource class for NearMap in JOSM #2429

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 2 comments

Comments

@openstreetmap-trac
Copy link

Reporter: morb_au
[Submitted to the original trac issue database at 11.40pm, Monday, 9th November 2009]

I was trying to add NearMap as a custom tile source in JOSM r2255. It has detail down to zoom level 21 with plans to level 22 in future (3.5cm per pixel resolution).

I tried to add it into JOSM as a custom slippymap, josm preferences says:

slippymap.custom_tile_source_1.ext=jpg
slippymap.custom_tile_source_1.name=Nearmap via Morb_au server
slippymap.custom_tile_source_1.url=http://206.123.75.6/cgi/ms/test/nearmap.aerial.slippymap
slippymap.last_zoom_lvl=20
slippymap.max_zoom_lvl=21
slippymap.min_zoom_lvl=13

The problem is the slippymap.max_zoom_lvl is not being honoured, it seems to get bounded at 18, and the bounding appears to happen in the JMapViewer. Hence I've entered the defect here rather than at JOSM.

Not sure what else to add at this point.

@openstreetmap-trac
Copy link
Author

Author: morb_au
[Added to the original trac issue at 12.09pm, Tuesday, 10th November 2009]

p.s. The offending portion could be in http://svn.openstreetmap.org/applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmTileSource.java

I don't have much of a java compilation setup, so all I've done is desk-check the trail of dependencies. I could be completely wrong!

@openstreetmap-trac
Copy link
Author

Author: don-vip
[Added to the original trac issue at 2.20am, Monday, 24th December 2012]

Duplicate of #josm3971

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant