Tile Sets |
APRSISCE/32 uses the OpenStreetMap tile set as a default background map. These map tiles are part of an Open Source mapping project which has the intention of creating a freely distributable non-encumbered map of the world for use in all kinds of projects, such as APRSISCE/32. Most of the map sources normally encountered have copyright or other use restrictions. Map TilesThe OSM maps are delivered as 256 X 256 pixel tiles that APRSISCE/32 downloads from the server, and keeps in a cache on the local storage medium. These tiles are drawn on screen to produce the maps that are used to plot stations on. The tiles are purged from the cache after a preset time to keep the local storage from being filled. It is possible to change the purge time to have the tiles available for as long as desired, including disabling the purge time to allow the tiles to remain forever. Default ServerThe default tile set "Original" is the Mapnik style used as the default at the OpenStreetMap website. There are a number of different tilesets available for use with APRSISCE/32. They all use the same map database, but use different rendering styles which may highlight different features, or just use different color sets that may be more desirable to the end user.
Okay, there is one above that is not generated from OpenStreetMap data. That would be the ArcGIS tile. It does show that other tiles outside of the OSM series may be used. With a bit of exploration, others can be found. Configure Tile SetsTo configure APRSISCE/32 to use alternate tile sets, you will need to select Configure | Map | Tile Sets | New Tile Set
A configuration dialog box will open up where you can enter the information require to set up your new tile set. Note: Whatever Tile Set configuration you last Accepted becomes the default tile set for all new windows and across APRSISCE/32 restarts. The default tile set is indicated by the checkmark in the Configure | Map | Tile Sets menu (MapQuest Aerial in the screen-shot above).
Name is the name you want to use for the tile set. Note: When you click Accept, APRSISCE/32 will ask you to locate a directory in which to store the tiles. This must be a new, empty directory for this tile set! If you put multiple tile sets into a single directory, you'll get a mish-mash of both tile sets!Available tile servers (only a subset - there are quite a few)
Be aware that some of the above servers only support limited geographic areas, and may not cover your area, or may only support limited zoom levels. Above are some tile sets that have been predetermined. Rather than include every tile set that exist, some education is reasonable to expect from users that wish to use an alternate set. By closely examining the examples below, many more tile sets may be found and utilized. Now, there are more tile servers available that can be used. Using the original tile paradigm, they just need to fit the pattern that is used by the tile fetching algorithm where the URL used to fetch the tiles is as such: b.tile.opencyclemap.org/cycle/$z/$x/$y.png Where b.tile.opencyclemap.org is the server, /cycle/ is the "URL", and the desired tile is designated by elements; z, x and y.
Entering elements, z = 9, x = 141 and y = 214, will produce a Server/URL: The tile returned will be:
New Tile ParadigmThe new tile paradigm has added more options. The original format still works. However, if the server has the requirement of re-ordered tile elements, z, y and x, or y, x and x, or an inverted y element is necessary, then more information needs to be added to the URL. Specifically, the tile elements z, x and y need to be added with the correct formatting. The proper format is %z, %x and %y (or %!y for inverted y). Note: The server may need to be in a specific order. The tile extension for anything other than PNG will be needed as well. Current extension options are, JPG and PNG. An example of a server that requires an inverted y is: The URL will demonstrate the use of an inverted-y element: Inverted-Y = (2z-1)-y If we want a tile from z=9, x=141 and y=214, then y must be inverted. Y becomes 297. The link to the tile becomes:
For more information on the earthnc.com server, please check: The aeronautical and nautical tiles above were found by experimenting with URLs. During general surfing, new maps may be found. By examining the "behind the scenes" data, sometimes a useful link to a tile can be found. One such method for exploring behind the scenes data: Suppose while examining some "behind the scenes" data, a link like this is found: How would this be used? Some experimentation is in order. First, a simple copy and paste into a browser address bar will produce this:
Determining which element is z, x and y has to be done. Z is pretty easy. The X and Y are not always easy. Figuring this out tends to be bit trial and error. The simplest method is to navigate to the same location with APRSIS32 and check the current tile in the center by double clicking. By comparing the elements in the link above and the return in APRSIS32, it is simple to determine what each element is. In the example above, x and y are simply re-ordered. The Server and URL still must be determined. The server starts at the beginning and continues up to the first stroke [/]. In this example: The URL is the rest of the line, starting with the stroke. Each element will be replaced by its placeholder and in the same order as in the link. The result becomes: And by the way, that is also an example of the X and Y in reversed positions. Notice the .jpg at the end of the URL. The tiles from the ArcGIS server are not png as required in the past. This must be included at the end of the URL. In the event two elements match but the third is "wrong". It is probably using the Invert-Y. As in the nautical tile example above, use the %!y and try it. Looking around at the various servers may be enlightening. X and y may be depicted as i and j or maybe as "x=" and "y=". A little experimenting will often result in a new tile. At minimum, a bit of an education may be acquired. One user has used 25-30 different sets, and the count continues, each with varying degrees of usefulness. Just how useful is a set of 1812 World Map Tiles to APRS anyway? Yet, they are available for an explorer. And, he just added the sets below. He enjoys surfing maps the world over. For New Zealand users there is an option for you! Recognize this location?
The following links produce the tiles above: These are the settings for the tile set: From Germany, Switerland, Austria and Italian Alps Region? Server: s0.outdooractive.com And: GoogleMaps / YahooMapsWhile GoogleMaps, YahooMaps and a number of other online mapping services serve up map tiles in a manner similar to OpenStreetMap, they have restrictive licenses that do not allow unencumbered access to the map tiles, as well as offline tile caching and usage restrictions. Due to these limitations, APRSISCE/32 does not attempt to make use of the tiles from these sources. |