mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added configuraiton files for caucasus
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"output_directory": "",
|
||||
"boundary_file": "./configs/caucasus/boundary.kml",
|
||||
"zoom_factor": 0.7
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"output_directory": "",
|
||||
"boundary_file": "./configs/caucasus/highresolution.kml",
|
||||
"zoom_factor": 0.05
|
||||
}
|
||||
@@ -0,0 +1,66 @@
|
||||
<?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">
|
||||
<Document>
|
||||
<name>lowresolution.kml</name>
|
||||
<StyleMap id="msn_ylw-pushpin">
|
||||
<Pair>
|
||||
<key>normal</key>
|
||||
<styleUrl>#sn_ylw-pushpin</styleUrl>
|
||||
</Pair>
|
||||
<Pair>
|
||||
<key>highlight</key>
|
||||
<styleUrl>#sh_ylw-pushpin</styleUrl>
|
||||
</Pair>
|
||||
</StyleMap>
|
||||
<Style id="sh_ylw-pushpin">
|
||||
<IconStyle>
|
||||
<scale>1.3</scale>
|
||||
<Icon>
|
||||
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
|
||||
</Icon>
|
||||
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
|
||||
</IconStyle>
|
||||
<BalloonStyle>
|
||||
</BalloonStyle>
|
||||
<LineStyle>
|
||||
<color>ccff0000</color>
|
||||
<width>2</width>
|
||||
</LineStyle>
|
||||
<PolyStyle>
|
||||
<color>73ff0000</color>
|
||||
</PolyStyle>
|
||||
</Style>
|
||||
<Style id="sn_ylw-pushpin">
|
||||
<IconStyle>
|
||||
<scale>1.1</scale>
|
||||
<Icon>
|
||||
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
|
||||
</Icon>
|
||||
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
|
||||
</IconStyle>
|
||||
<BalloonStyle>
|
||||
</BalloonStyle>
|
||||
<LineStyle>
|
||||
<color>ccff0000</color>
|
||||
<width>2</width>
|
||||
</LineStyle>
|
||||
<PolyStyle>
|
||||
<color>73ff0000</color>
|
||||
</PolyStyle>
|
||||
</Style>
|
||||
<Placemark>
|
||||
<name>lowresolution</name>
|
||||
<styleUrl>#msn_ylw-pushpin</styleUrl>
|
||||
<Polygon>
|
||||
<tessellate>1</tessellate>
|
||||
<outerBoundaryIs>
|
||||
<LinearRing>
|
||||
<coordinates>
|
||||
40.2406116700058,40.40138060243059,0 45.5635271481035,40.1426779660741,0 45.60922710592985,41.02413316194129,0 45.91611573011056,43.32989044671993,0 45.11722794385574,43.73279496015834,0 44.3968161008468,43.94376962299035,0 43.55305619124182,44.26782331132286,0 42.3385006598624,44.35581833051334,0 41.41347498432859,44.29848666681655,0 40.99572242486373,44.60082384936456,0 40.89696115902404,45.44242832334158,0 39.45786102993521,45.52291882223793,0 36.62914880274283,45.5077861248891,0 36.48091538142456,45.25159520419281,0 36.69848176311403,45.02976539035458,0 37.13837937388696,44.92594085940888,0 37.49629482973722,44.68313170419395,0 38.32273485142063,44.31468102372078,0 39.02858672612131,44.04267957100244,0 39.58310538923148,43.56555780728402,0 40.06569136495028,43.17400847950458,0 40.77436049364405,42.90870538590399,0 41.0989165870978,42.7282242165019,0 41.50179734440989,42.39957651164796,0 41.66447378507802,41.93886642857924,0 41.43079156800064,41.45235977274426,0 41.06428731693268,41.26061866324888,0 40.72666543555168,41.13627975984639,0 40.29914849710591,40.99635460520446,0 40.2406116700058,40.40138060243059,0
|
||||
</coordinates>
|
||||
</LinearRing>
|
||||
</outerBoundaryIs>
|
||||
</Polygon>
|
||||
</Placemark>
|
||||
</Document>
|
||||
</kml>
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"output_directory": "",
|
||||
"boundary_file": "./configs/caucasus/lowresolution.kml",
|
||||
"zoom_factor": 0.5
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"output_directory": "",
|
||||
"boundary_file": "./configs/caucasus/mediumresolution.kml",
|
||||
"zoom_factor": 0.15
|
||||
}
|
||||
Reference in New Issue
Block a user