Opened 15 years ago

Last modified 13 years ago

#5451 closed enhancement

PicLayer calibration - GE .kml file support — at Version 3

Reported by: jp42@… Owned by: Larry0ua
Priority: normal Milestone:
Component: Plugin piclayer Version: latest
Keywords: Cc:

Description (last modified by Larry0ua)

I have many images held in KML format as overlays. It would be helpful to store the PicLayer calibration information in a KML file. That would mean I could cut and paste KML data into the calibration file and the calibration would be ready to go. Likewise something calibrated in JOSM could be looked at in Google Earth.

See the two example files attached. They are the KML for and the cal file for, the same image (not supplied). They place the image in roughly the same location in GE and JOSM.

Change History (3)

comment:1 by jp42@…, 15 years ago

TRAC says my files are SPAM, so sorry I could not upload them. Here they are: cal then kml

//-------------------------------------------------------------

#JOSM PicLayer plug-in calibration data
#Tue Sep 14 07:40:10 EST 2010
SCALEY=0.3479999999999994
INITIAL_SCALE=1164.9675295686193
SCALEX=0.4359999999999995
POSITION_Y=-37.82686094290884
POSITION_X=144.92064425132614
INITIAL_POS_y=-37.81863140486528
INITIAL_POS_X=144.9641153063133
ANGLE=1.2999999999999985

//-------------------------------------------------------------

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">

<GroundOverlay>
		<name>test_calibration</name>
		<visibility>1</visibility>
		<Icon>
			<href>test_calibration_image.png</href>
			<viewBoundScale>0.75</viewBoundScale>
		</Icon>
		<LatLonBox>
			<north>-37.76505587109686</north>
			<south>-37.88913530429822</south>
			<east>144.9867723342221</east>
			<west>144.8548541106736</west>
			<rotation>-1.326887403123449</rotation>
		</LatLonBox>
	</GroundOverlay>
</kml>

Last edited 13 years ago by bastiK (previous) (diff)

comment:2 by stoecker, 15 years ago

Solving the captcha and logging in would have helped for you file. Or you can add it as zip archive.

comment:3 by Larry0ua, 13 years ago

Description: modified (diff)
Owner: changed from team to Larry0ua
Status: newassigned
Summary: Calibration file as kml to allow calibration by cut and pastePicLayer calibration - GE .kml file support
Note: See TracTickets for help on using tickets.