[Garmin] [BirdsEye] Zona do JNX
Alguém sabe como posso saber facilmente de que zona/área é um ficheiro .JNX??
GeoPT.org - Portugal Geocaching and Adventure Portal
http://www.geopt.org/forum/
paulohercules Escreveu:Carregando o ficheiro no Base Camp: http://www.geopt.org/index.php?option=com_jfusion&Itemid=53&jfile=viewtopic.php&p=109287#p109287
RuiJSDuarte Escreveu:Se tiveres o ficheiro no PC, a opção importar não funciona com esses ficheiros? Não opções não me aparece mas pode/podia funcionar.
IDILIO49 Escreveu:paulohercules Escreveu:Carregando o ficheiro no Base Camp: http://www.geopt.org/index.php?option=com_jfusion&Itemid=53&jfile=viewtopic.php&p=109287#p109287
Sublinhei o facilmente porque já sabia que iria surgir a resposta Base Camp (e isso é tudo menos fácil, começando logo pela instalação, sistema operativo e espaço no disco C requerido)...![]()
Mas não surgindo outra melhor....ajuda lá como é que faço isso da maneira difícil![]()
Como é que se carrega o ficheiro no Base Camp? Tanto quanto percebi até ao momento a única forma do Base Camp ler os .jnx é eles estarem no GPSr (e isso está fora de questão, já que o objectivo era escolher qual ia meter no GPSr)
hulkman Escreveu:podes sempre criar um programa para descodificar.
"
offset no ficheiro: 0x08 4 int32 Map coordinates.
JNX file coordinates.
Coordinates are stores as 4 signed 4-byte integer numbers. Two pairs of numbers describe two corners of the map.
The first pair corresponds to the top-right (i.e. northern eastern) corner, and the second one to the bottom-left (southern western) corner.
The first number is a pair is the latitude, and the second one is the longitude.
To convert those numbers to a coordinate, it should be divided by 0x7fffffff and then multiplied by 180.
For example, if a map has coordinates 0x1FCD7932, 0x1ADEBDDA, after calculations, we'll get N 44°43'20.81", E 37°47'9.80".
Author of MAPC2MAPC program believes that the Latitude/Longitude projection is used in the JNX files.
According to the experiments, a demo map can cover up to 1 sq. km., otherwise it won't be loaded.
"
vê mais aqui: http://whiter.brinkster.net/en/JNX.shtml#coords
IDILIO49 Escreveu:hulkman Escreveu:podes sempre criar um programa para descodificar.
"
offset no ficheiro: 0x08 4 int32 Map coordinates.
JNX file coordinates.
Coordinates are stores as 4 signed 4-byte integer numbers. Two pairs of numbers describe two corners of the map.
The first pair corresponds to the top-right (i.e. northern eastern) corner, and the second one to the bottom-left (southern western) corner.
The first number is a pair is the latitude, and the second one is the longitude.
To convert those numbers to a coordinate, it should be divided by 0x7fffffff and then multiplied by 180.
For example, if a map has coordinates 0x1FCD7932, 0x1ADEBDDA, after calculations, we'll get N 44°43'20.81", E 37°47'9.80".
Author of MAPC2MAPC program believes that the Latitude/Longitude projection is used in the JNX files.
According to the experiments, a demo map can cover up to 1 sq. km., otherwise it won't be loaded.
"
vê mais aqui: http://whiter.brinkster.net/en/JNX.shtml#coords
Pois, esse era o site que estava a ver... e pensei que poderia haver por ai um programita que já fizesse isso...
De qualquer forma, até agora parece a melhor opção..