ХарківТурист тепер у Телеграмі, долучайся!

| велосипед Crossbike |

Начать новую тему Ответить на тему На страницу Пред.  1 ... 13, 14, 15, 16, 17, 18, Bce  След.
Автор Сообщение
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 14.06.2015 01:10 
Аватара пользователя

Сообщения: 1172
Город: Харьков
Пол: Муж
Возраст: 47
Зарегистрирован:18.03.2013
Товарищ, которому я делаю Швецию, собирается покупать Эксплорист GC. Там только внутренняя память объёмом 1,75 ГБ. Я опасался, что карта целиком может не влезть. А теперь он может загрузить не все части, а только нужные.

_________________
Карти для GPS-навігаторів: де їх брати? https://encyclopedia-mandriv.blogspot.com/2013/06/karty-dlya-gps-navigatorov.html


Вернуться к началу
shoppage  personalpage P  
 
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 02.07.2015 05:51 

Сообщения: 28
Город: Australia
Пол: Муж
Зарегистрирован:17.06.2015
If the RMP includes a cvg_map.msf with a line IMG_VERSION=VersionText then 'VersionText' is displayed on the Triton 2000 Map Details Screen. How do you get the Provider, Product and Copyright map details to display on the Triton 2000?

Any original Magellan RMP files than I can examine?


Вернуться к началу
shoppage  personalpage P  
 
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 02.07.2015 15:23 

Сообщения: 1128
Город: Харків, Холодна Гора
Пол: Не указан
Возраст: 44
Зарегистрирован:02.10.2006
Sorry, but any of an "official" maps I have does not contain "cvg_map.msf" file. But i have a firmware for Triton 2000, and there is an "OutdoorNav.exe" file, that contain some interesting words:
IMG_NAME, IMG_DATE, IMG_VERSION, VENDOR_ID, REGION_ID, COMPILER_VERSION, COSMOS_LIB_VERSION, MAP_TYPE, TNDB_BASE_MAP, TNDB_DETAILED_MAP, TNDB_POI_MAP, TNDB_LIGHT_MAP, TNDB_TOPO_MAP, FEATURE_SET, IMAGE_BB, MAP_COUNT, LAYER_COUNT, CATEGORY_COUNT, POI_COUNT, IMG_REGIONS, ADDITIONAL_COMMENTS, COMPATIBLE_LIB_VERSION, MSF_VERSION, MSF_CREATIONDATE, BUILD, PRODUCT, PROVIDER, COPY_RIGHT_LOCATION, BRAND_LOGO_LOCATION, CONTACT_INFO, SUGGESTED_MEMORY, REQUIRED_MEMORY, IS_MSDK_MAP

Some parameters marked by itallic font are definitely for verctor maps only.

So, try to add COPY_RIGHT_LOCATION=cprt.txt line to "cvg_map.msf" file. And go to unpacked map folder and create a simple text file named "cprt.txt" with your copyright info.
Also you can try to use CONTACT_INFO=YourTextHere parameter.


Вернуться к началу
shoppage  personalpage P  
 
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 03.07.2015 13:44 

Сообщения: 28
Город: Australia
Пол: Муж
Зарегистрирован:17.06.2015
'... interesting words' - I agree!

Д. Засядько писал(а):
... add COPY_RIGHT_LOCATION=cprt.txt line to "cvg_map.msf" file. And go to unpacked map folder and create a simple text file named "cprt.txt" with your copyright info.
Also you can try to use CONTACT_INFO=YourTextHere parameter.

Yes, both of these work on the eX10 series but not on the Triton 2000. I tried putting the words you listed in bold followed by '=' and a value in the cprt.txt file but it did not work. [Edit - Some work. There was a problem with the file I tested.] It is interesting that the Hex A9 character in the cprt.txt file displays as © on the eX10 GPS.

The Magellan base map, a vector format, has no map details. The (contract) Magellan map makers might not have known how to use all of the features.(?)

I will search the Yahoo Group to see if I can find some old Magellan RMP files. The old eXplorist series also has a different format in the 00map.ini '[COPYRIGHT]' section which displays on the Triton 2000 but it only supports vector files: http://www.gpsaustralia.net/forums/showthread.php?t=20742&p=78835#post78835.


IMAGE_BB:
tothehood2 (?) писал(а):
> Bounding Box - Geographic Coordinates for extent of map.
https://github.com/antalos/RMPCreator/b ... Thread.pas - craft_a00 method around line 460
//top left
fTlm.Seek(32, soFromBeginning); fTlm.Write(tiff.tlx, 8 );
fTlm.Seek(40, soFromBeginning); fTlm.Write(tiff.tly, 8 );

//bottom right
fTlm.Seek(48, soFromBeginning); fTlm.Write(tiff.brx, 8 );
fTlm.Seek(56, soFromBeginning); fTlm.Write(tiff.bry, 8 );

So at these offsets you can read top left and bottom right coordinates from a00 file of RMP map.


Последний раз редактировалось flywire 04.07.2015 09:01, всего редактировалось 1 раз.

Вернуться к началу
shoppage  personalpage P  
 
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 03.07.2015 13:56 

Сообщения: 28
Город: Australia
Пол: Муж
Зарегистрирован:17.06.2015
Д. Засядько писал(а):
... any of an "official" maps I have does not contain "cvg_map.msf" file. ...
Any in old RMP format?


Вернуться к началу
shoppage  personalpage P  
 
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 03.07.2015 14:53 

Сообщения: 1128
Город: Харків, Холодна Гора
Пол: Не указан
Возраст: 44
Зарегистрирован:02.10.2006
Oh, I am sorry. I looked to my map storage folders again and found some raster maps with "cvg_map.msf" inside. As far as I can remember, those maps were obtained from several used navigators from eBay bought by our local GPS huckster. I think, those maps were created using VantagePoint's map creation feature.
https://cloud.mail.ru/public/7QbC/mM5juaBt2

And here is a contents of "cvg_map.msf" from those maps.

Bend OR.rmp
POI_COUNT=0
IMG_VERSION=34
REQUIRED_MEMORY=5242880
FEATURE_SET=
LAYER_COUNT=1
IS_MSDK_MAP=0
SUGGESTED_MEMORY=5242880
IMG_REGIONS=RasterMap
VENDOR_ID=6
COSMOS_LIB_VERSION=0.43
MAP_TYPE=TNDB_RASTER_MAP
MSF_VERSION=0.1
MSDK_IMG_VERSION=1.00
COMPILER_VERSION=36
CATEGORY_COUNT=0
MAP_COUNT=1
REGION_ID=280
COMPATIBLE_LIB_VERSION=0.43
IMAGE_BB=-123.145312 -119.045312 -45.273384 -42.873384
IMG_NAME=Bend OR.rmp
IMG_DATE=08/28/2009
MSF_CREATIONDATE=08/28/2009
PROVIDER=NATIONAL GEOGRAPHIC MAPS
PRODUCT=TOPO!

NW Oregon.rmp

POI_COUNT=0
IMG_VERSION=34
REQUIRED_MEMORY=5242880
FEATURE_SET=
LAYER_COUNT=1
IS_MSDK_MAP=0
SUGGESTED_MEMORY=5242880
IMG_REGIONS=RasterMap
VENDOR_ID=6
COSMOS_LIB_VERSION=0.43
MAP_TYPE=TNDB_RASTER_MAP
MSF_VERSION=0.1
MSDK_IMG_VERSION=1.00
COMPILER_VERSION=36
CATEGORY_COUNT=0
MAP_COUNT=1
REGION_ID=280
COMPATIBLE_LIB_VERSION=0.43
IMAGE_BB=-124.084375 -119.984375 -46.246649 -43.846649
IMG_NAME=NW Oregon.rmp
IMG_DATE=08/14/2010
MSF_CREATIONDATE=08/14/2010
PROVIDER=NATIONAL GEOGRAPHIC MAPS
PRODUCT=TOPO!

Prineville Res.rmp

POI_COUNT=0
IMG_VERSION=34
REQUIRED_MEMORY=5242880
FEATURE_SET=
LAYER_COUNT=2
IS_MSDK_MAP=0
SUGGESTED_MEMORY=5242880
IMG_REGIONS=RasterMap
VENDOR_ID=6
COSMOS_LIB_VERSION=0.43
MAP_TYPE=TNDB_RASTER_MAP
MSF_VERSION=0.1
MSDK_IMG_VERSION=1.00
COMPILER_VERSION=36
CATEGORY_COUNT=0
MAP_COUNT=1
REGION_ID=280
COMPATIBLE_LIB_VERSION=0.43
IMAGE_BB=-120.811133 -120.611133 -44.178336 -44.078336
IMG_NAME=Prineville Res.rmp
IMG_DATE=08/31/2009
MSF_CREATIONDATE=08/31/2009
PROVIDER=NATIONAL GEOGRAPHIC MAPS
PRODUCT=Hybrid



Вернуться к началу
shoppage  personalpage P  
 
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 04.07.2015 07:57 

Сообщения: 28
Город: Australia
Пол: Муж
Зарегистрирован:17.06.2015
Д. Засядько писал(а):
... And here is a contents of "cvg_map.msf" from those maps.
Bend OR.rmp
...
IMG_VERSION=34
...
IMG_NAME=Bend OR.rmp
...
PROVIDER=NATIONAL GEOGRAPHIC MAPS
PRODUCT=TOPO!

Yes that worked. :D Thankyou to the forum archivist! When I tested this my file had another error.

Now just the copyright. I can't find it in those files when I downloaded them.

COPY_RIGHT_LOCATION=cprt_txt.txt and cprt_txt.txt file did not work.
COPY_RIGHT= and COPYRIGHT= didn't work either.


Последний раз редактировалось flywire 04.07.2015 12:56, всего редактировалось 1 раз.

Вернуться к началу
shoppage  personalpage P  
 
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 04.07.2015 12:02 

Сообщения: 1128
Город: Харків, Холодна Гора
Пол: Не указан
Возраст: 44
Зарегистрирован:02.10.2006
What? A copyright info? Is it a serious problem?
So, You see that your Triton 2000 does not support COPY_RIGHT_LOCATION parameter for raster maps, but IMG_VERSION parameter is supported.
And there is a full list of parameters (see my previous message). So, there is no reason to try to use any parameters that are not in this list.
Try "IMG_VERSION = 31 (c) flywire "


Вернуться к началу
shoppage  personalpage P  
 
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 04.07.2015 13:16 

Сообщения: 28
Город: Australia
Пол: Муж
Зарегистрирован:17.06.2015
I think proper legal copyright to use licence is:
© 2015 flywire and D. Zasiadiko. Licence CC-BY-4.0 without liability
creativecommons.org/licenses/by/4.0/legalcode
Adapted from NATMAP Digital Maps 250K 2008 - Australia mosaic
http://www.ga.gov.au/corporate_data/769 ... _gda94.ecw
Map data © 2015 Commonwealth of Australia (Geoscience Australia)

Nice to get it to work. Maybe it is a bug.

"IMG_VERSION = 31 (c) flywire" or
"IMG_VERSION = 31 from ga.gov.au CC-BY" or
"IMG_VERSION = 31 (c) tiny.cc/99999999"
would work but also display with copyright on eX10's.


Вернуться к началу
shoppage  personalpage P  
 
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 04.07.2015 14:27 

Сообщения: 28
Город: Australia
Пол: Муж
Зарегистрирован:17.06.2015
Works sometimes with COPY_RIGHT_LOCATION=cprt_txt.txt in cvg_map.msf file on Triton 2000. Displays full copyright notice including ©.

The default output from RMP Creator does not display on Triton 2000. I suspect the 28 line cvg_map.msf file tested has interdependicies.


Вернуться к началу
shoppage  personalpage P  
 
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 04.07.2015 15:35 

Сообщения: 1128
Город: Харків, Холодна Гора
Пол: Не указан
Возраст: 44
Зарегистрирован:02.10.2006
So, is the parameter COPY_RIGHT_LOCATION=cprt_txt.txt and corresponding cprt_txt.txt file working on Triton 2000 or not?

Here is the contents of "cvg_map.msf" created by RMPCreator 0.96
;Map Support File : Contains Meta Data Information about the Image
IMG_NAME = Bukovel_20000
PRODUCT = Bukovel
PROVIDER = travelGPS
IMG_DATE = 21.01.2014 21:15:57
IMG_VERSION = 31
Version = 31
BUILD=
VENDOR_ID = -1
REGION_ID = -1
MAP_TYPE = TNDB_RASTER_MAP
ADDITIONAL_COMMENTS = created with antalos.com geoTIFFtoRMP

and here is the "cvg_map.msf" created by older(?) version of RMPcreator

;Map Support File : Contains Meta Data Information about the Image
IMG_NAME = Yaremche.tif
PRODUCT = Karpaty Kartografia
PROVIDER = HL-lab
IMG_DATE = 08.04.2013 17:50:27
IMG_VERSION = 31
Version = 31
BUILD=
VENDOR_ID = -1
REGION_ID = -1
MAP_TYPE = TNDB_RASTER_MAP
ADDITIONAL_COMMENTS = created with antalos.com RMP Creator



Вернуться к началу
shoppage  personalpage P  
 
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 04.07.2015 17:01 

Сообщения: 28
Город: Australia
Пол: Муж
Зарегистрирован:17.06.2015
This is a working cvg_map.msf file using the cprt_txt.txt in my previous post on the Triton 2000 and eX710:
;Map Support File: Contains Meta Data Information about the Image
IMG_NAME=Aus Topo 250k
IMG_VERSION=1.1
PROVIDER=Geoscience Australia
PRODUCT = Australia
COPY_RIGHT_LOCATION=cprt_txt.txt
CONTACT_INFO=Google.com
ADDITIONAL_COMMENTS = Created with antalos.com RMP Creator
MAP_TYPE=TNDB_RASTER_MAP
MAP_COUNT=1
;IMAGE_BB=112.125000 154.000000 9.000000 44.000000
;IMG_DATE=04/07/2015

It would be good to see RMP Creator include:
MAP_COUNT=
COPY_RIGHT_LOCATION=
IMAGE_BB=


I don't think that the following are useful (and the first line is probably a bug):
Version = 31
BUILD=
VENDOR_ID = -1
REGION_ID = -1


The Triton 2000 displays Image_Name, Version, Provider, Product, Copyright, and Filename. It groups maps by Provider and then Product (like the eX10's). I didn't test but I didn't see multiple maps per product but Image_Name should be unique for each product.

These lines will allow CC_BY licences to be used according to their terms and correctly acknowledged.

Thank you for the assistance with this issue.


Вернуться к началу
shoppage  personalpage P  
 
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 04.07.2015 17:54 

Сообщения: 1128
Город: Харків, Холодна Гора
Пол: Не указан
Возраст: 44
Зарегистрирован:02.10.2006
I found that VantagePoint does not support COPY_RIGHT_LOCATION and BRAND_LOGO_LOCATION parameters for raster maps, but support COPY_RIGHT_INFO both for raster and vector maps.
And if there are both COPY_RIGHT_LOCATION and COPY_RIGHT_INFO parameters in vector map, then VP ignore COPY_RIGHT_LOCATION and use COPY_RIGHT_INFO.

Цитата:
It would be good to see RMP Creator include:
MAP_COUNT=
COPY_RIGHT_LOCATION=
IMAGE_BB=

MAP_COUNT - why? I think, this is for vector maps.
COPY_RIGHT_LOCATION - may be it should be together wit COPY_RIGHT_INFO ?
IMAGE_BB - I think, it is not necessary

Цитата:
I don't think that the following are useful (and the first line is probably a bug):
Version = 31
BUILD=
VENDOR_ID = -1
REGION_ID = -1

Hm... May be...


Вернуться к началу
shoppage  personalpage P  
 
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 04.07.2015 18:55 

Сообщения: 1128
Город: Харків, Холодна Гора
Пол: Не указан
Возраст: 44
Зарегистрирован:02.10.2006
And here are parameters for "cvg_map.msf" from "AtlasWinCE.exe" from eXplorist 610.
MAP_TYPE (TNDB_RASTER_MAP, TNDB_TOPO_MAP, TNDB_LIGHT_MAP, TNDB_POI_MAP, TNDB_DETAILED_MAP, TNDB_BASE_MAP)
FEATURE_SET
IMAGE_BB %lf %lf %lf %lf
IS_MSDK_MAP
REQUIRED_MEMORY
SUGGESTED_MEMORY
POI_COUNT
CATEGORY_COUNT
LAYER_COUNT
MAP_COUNT
CONTACT_INFO
BRAND_LOGO_LOCATION
COPY_RIGHT_LOCATION
PROVIDER
PRODUCT

BUILD
COPY_RIGHT_INFO
MSF_CREATIONDATE
MSF_VERSION
COMPATIBLE_LIB_VERSION
ADDITIONAL_COMMENTS
IMG_REGIONS
COSMOS_LIB_VERSION
COMPILER_VERSION
REGION_ID
VENDOR_ID
MSDK_VERSION
NIGHT_SKIN
DAY_SKIN
MSDK_IMG_VERSION
IMG_VERSION
IMG_DATE
IMG_NAME

MTRPJSLACUWXNIFGZBDE - I do not know what is it and I'm not sure that it is a parameter's name
Interesting parameters are marked by bold font.


Вернуться к началу
shoppage  personalpage P  
 
 Заголовок сообщения: Re: geoTIFF to RMP
СообщениеДобавлено: 05.07.2015 01:41 

Сообщения: 28
Город: Australia
Пол: Муж
Зарегистрирован:17.06.2015
Д. Засядько писал(а):
MAP_COUNT - why?
Д. Засядько is a sceptic - this is good!
Codependency. On a Triton 2000 the map support parameters will not work without the MAP_COUNT parameter. How do you calculate MAP_COUNT?

The map support information is displayed differently on different devices and VantagePoint. The map maker needs to find the best mix. I think this is the best mix for the Triton 2000 and eX510-eX710.
Д. Засядько писал(а):
IMAGE_BB - I think, it is not necessary
No, but nice.


MSF_VERSION - maybe we ask the authors of our map compiling software to use unique codes from 100 here or adopt our own parameter. eg: TritonRMP, RMPCreator, RMP Creator, Mobac, OSM, etc. An open list could be kept on the OSM wiki.


Вернуться к началу
shoppage  personalpage P  
 
Показать сообщения за:  Поле сортировки  
Начать новую тему Ответить на тему На страницу Пред.  1 ... 13, 14, 15, 16, 17, 18, Bce  След.


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
  © Mishael 2003-2024
Наши друзья: Телеграм-канал про SEO | Рыбалка в Полтаве
Мобильный вид

[ Time : 0.138s | 30 Queries | GZIP : On ]
Reputation System ©'