The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net

Search found 5 matches

by Jrm
Tue Dec 27, 2022 6:29 am
Forum: Questions & feedbacks
Topic: Minimum zoom to display placemarks
Replies: 5
Views: 4591

Minimum zoom to display placemarks

Hi,

Simple question. I noticed that the public waypoints (online placemarks) only show up on the map from zoom level 9 and up. Is it possible to achieve the same for imported placemarks? Currently they show up at all zooms, overcrowding the map at lower levels.

Thanks!
by Jrm
Sun Sep 25, 2022 11:11 am
Forum: Questions & feedbacks
Topic: [resolved] WMS server custom map wrong BBOX coordinates
Replies: 4
Views: 3439

Re: WMS server custom map wrong BBOX coordinates

Hi Jrm and sorry for the delay, Thank you! I finally got it to work. <bbox-crs-code ignore-axis-orientation="true"> did the trick, but I also had to create my own WKT def as it seems AQ doesn't include it. For anyone looking at this later, here is the final working version. <import-ogc-wk...
by Jrm
Sat Sep 24, 2022 9:11 am
Forum: Questions & feedbacks
Topic: [resolved] WMS server custom map wrong BBOX coordinates
Replies: 4
Views: 3439

Re: WMS server custom map wrong BBOX coordinates

Update: Solved this by creating a "proxy page" on my server, basically a PHP script that reads the {$bbox} and generates a 302 redirect to the correct URL... Not ideal but it's gonna have to do
by Jrm
Thu Sep 15, 2022 6:56 am
Forum: Questions & feedbacks
Topic: [resolved] WMS server custom map wrong BBOX coordinates
Replies: 4
Views: 3439

[resolved] WMS server custom map wrong BBOX coordinates

Hi, I created the following .aqx file to view in AlpineQuest (High res imagery of Western Australia) <?xml version="1.0" encoding="utf-8" ?> <aqx version="11"> <source id="MAP_UID"> <name>Landgate Imagery</name> <zoom-levels z="1-22"> <server>https:/...
by Jrm
Wed Sep 14, 2022 1:07 am
Forum: Questions & feedbacks
Topic: Geo-referencing raster files
Replies: 5
Views: 4527

Re: Geo-referencing raster files

Just noticed that the gdal_translate command line I posted above was wrong, here is the correct one I used: gdal_translate -b 1 -b 2 -b 3 -co COMPRESS=DEFLATE -co TILED=YES 'Alice-Oodnadatta.tif' 'Alice-Oodnadatta-Deflated.tif' Thank you Francois, I'll do another test exporting GeoPkgs from QGIS, an...