# HG changeset patch # User Bjoern Schilberg # Date 1299157148 -3600 # Node ID 109e10c76841f2e4bdd854bc397e2875305c0cb4 Initial commit. diff -r 000000000000 -r 109e10c76841 mapserver/epsg/epsg.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mapserver/epsg/epsg.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,5 @@ +# WGS 84 / LAT-LON +<4326> +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs <> + +# DHDN / Gauss-Kruger zone 3 +<31467> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +datum=potsdam +units=m +no_defs <> diff -r 000000000000 -r 109e10c76841 mapserver/fonts/fonts.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mapserver/fonts/fonts.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,3 @@ +## SLES 11 +DejaVuSans /usr/share/fonts/truetype/DejaVuSans.ttf + diff -r 000000000000 -r 109e10c76841 mapserver/mapfile/mapfile_header.include --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mapserver/mapfile/mapfile_header.include Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,72 @@ +STATUS ON +SIZE 400 400 +EXTENT 3427000 5787000 3444200 5801000 +UNITS meters +IMAGECOLOR -1 -1 -1 #transparent +#FONTSET "../fonts/fonts.txt" +FONTSET "../../ttf-fonts/fonts.txt" +SYMBOLSET "../symbols/symbols.sym" +SHAPEPATH "../../testdata-frida" +IMAGETYPE png +CONFIG "ON_MISSING_DATA" "LOG" # see http://mapserver.org/mapfile/map.html for details +CONFIG "CPL_DEBUG" "ON" # GDAL-debugging on +CONFIG "MS_ERRORFILE" "../logs/ms_error.log" +DEBUG 5 + +MAXSIZE 2500 # 2500x2500 pixel maximum Site + +# Own PROJECTION-file +CONFIG "PROJ_LIB" "../epsg/epsg.txt" + +PROJECTION + "init=epsg:31467" +END + +#8bit png, supports transparency. +OUTPUTFORMAT + NAME aggpng + DRIVER AGG/PNG + MIMETYPE "image/png" + + ## transparency only with RGBA Image Mode + ## mapserver had to be compiled -with-experimental-png + + IMAGEMODE RGBA + EXTENSION "png" + + ## The next options works with transparency, when requesting another + ## layer within the same request. When requesting the layer alone, + ## everything seems black. TODO: Verify if this is a bug or a features. + ## Anyway, it reduces the PNG-filesize by 70% though! + FORMATOPTION "QUANTIZE_FORCE=ON" + FORMATOPTION "QUANTIZE_COLORS=256" + FORMATOPTION "QUANTIZE_NEW=ON" + + + ## The next options will work with transparency but are incompatible + ## with the previous quantization options. + #FORMATOPTION "PALETTE_FORCE=ON" + #FORMATOPTION "PALETTE=/home/geo4/mapserver/palette.txt" #to be defined + + TRANSPARENT ON +END + +#24bit png, supports all colors but does not support transparency. +OUTPUTFORMAT + NAME aggpng24 + DRIVER AGG/PNG + MIMETYPE "image/png; mode=24bit" + IMAGEMODE RGBA + EXTENSION "png" +END + +# 8bit jpeg +OUTPUTFORMAT + NAME jpeg + DRIVER "GD/JPEG" + MIMETYPE "image/jpeg" + IMAGEMODE RGB + EXTENSION "jpg" + FORMATOPTION "QUALITY=80" + FORMATOPTION "INTERLACE=ON" +END diff -r 000000000000 -r 109e10c76841 mapserver/mapfile/mxd.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mapserver/mapfile/mxd.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,43 @@ +#MapServer mxd map file +MAP + + NAME "mxd" + INCLUDE "mapfile_header.include" + +WEB + IMAGEPATH "/tmp/" + IMAGEURL "/tmp/" + MINSCALEDENOM 1000 + MAXSCALEDENOM 100000 + +METADATA + 'ows_title' 'Intevation MXD WMS DemoService' + 'ows_srs' 'EPSG:4326 EPSG:31467' + 'ows_extent' '3427000 5787000 3444200 5801000' + 'ows_addresstype' 'postal' + 'ows_address' 'Neuer Graben 17' + 'ows_postcode' '49074' + 'ows_city' 'Osnabrueck' + 'ows_stateorprovince' 'DE-NDS' + 'ows_country' 'DE' + 'ows_contactposition' 'Geospatial' + 'ows_contactperson' 'Bjoern Schilberg' + 'ows_contactorganization' 'Geospatial' + 'ows_contactvoicetelephone' '+49 541 33 50 83 0' + 'ows_contactfacsimiletelephone' '+49 541 33 50 83 99' + 'ows_contactelectronicmailaddress' 'geospatial@intevation.de' + 'ows_abstract' 'MXD - Demo-Dienst für die Ãœberprüfung der Konvertierung der MXD Dateien nach MAP Dateien.' + 'ows_fees' 'Die Nutzung dieses Dienstes ist kostenfrei.' + 'ows_accessconstraints' 'Sämtliche Rechte an diesem Produkt liegen bei der Intevation GmbH.' + 'ows_keywordlist' 'MXD, STYLES, SYMBOLOGY' + 'ows_sld_enabled' 'false' + 'ows_http_max_age' '86400' # should 24h in seconds + 'wms_feature_info_mime_type' 'text/html' + 'wms_getmap_formatlist' 'image/jpeg,image/png,image/png; mode=24bit' + 'wms_encoding' 'UTF-8' + 'wms_exceptions_format' 'XML' + END +END + +#INCLUDE "layer_metadata.include" +END diff -r 000000000000 -r 109e10c76841 mxd/Shapefile-SimpleFeature/Geometry/LineString/gewaesserlinien-joined.mxd.old Binary file mxd/Shapefile-SimpleFeature/Geometry/LineString/gewaesserlinien-joined.mxd.old has changed diff -r 000000000000 -r 109e10c76841 mxd/Shapefile-SimpleFeature/Geometry/LineString/strassen-joined.mxd.old Binary file mxd/Shapefile-SimpleFeature/Geometry/LineString/strassen-joined.mxd.old has changed diff -r 000000000000 -r 109e10c76841 mxd/Shapefile-SimpleFeature/Geometry/Point/poi-joined.mxd.old Binary file mxd/Shapefile-SimpleFeature/Geometry/Point/poi-joined.mxd.old has changed diff -r 000000000000 -r 109e10c76841 mxd/Shapefile-SimpleFeature/Geometry/Polygon/gewaesserflaechen.mxd.old Binary file mxd/Shapefile-SimpleFeature/Geometry/Polygon/gewaesserflaechen.mxd.old has changed diff -r 000000000000 -r 109e10c76841 mxd/Shapefile-SimpleFeature/Geometry/Polygon/gruenflaechen-joined.mxd.old Binary file mxd/Shapefile-SimpleFeature/Geometry/Polygon/gruenflaechen-joined.mxd.old has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/TODO.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/TODO.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,3 @@ +Mapfile fuer: + +l_cartoline_0,4pt_c255-255-255_butt-round_template_multilayer.txt diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_0,4pt_c255-255-255_butt-round_template_multilayer.lyr Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_0,4pt_c255-255-255_butt-round_template_multilayer.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_0,4pt_c255-255-255_butt-round_template_multilayer.mxd Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_0,4pt_c255-255-255_butt-round_template_multilayer.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_0,4pt_c255-255-255_butt-round_template_multilayer.png Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_0,4pt_c255-255-255_butt-round_template_multilayer.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_0,4pt_c255-255-255_butt-round_template_multilayer.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_0,4pt_c255-255-255_butt-round_template_multilayer.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,35 @@ +# Hinweis: Unterschied zw. erster und zweiter Layer: LineProperties.Offset +LineProperties.Offset: -0,8000 +LineProperties.LineDecorations: None + +# erster Layer + +Type: Cartographic Line Symbol +Units: Points + +CartographicLine.Color: 0 0 0 +CartographicLine.Width: 0,4000 +CartographicLine.LineCaps: Butt +CartographicLine.LineJoins: Round + +Template.Interval: 1,00 +Template.RepeatingMark/GapLinePattern: 4-1 + +LineProperties.Offset: -0,8000 +LineProperties.LineDecorations: None + +# zweiter Layer + +Type: Cartographic Line Symbol +Units: Points + +CartographicLine.Color: 0 0 0 +CartographicLine.Width: 0,4000 +CartographicLine.LineCaps: Butt +CartographicLine.LineJoins: Round + +Template.Interval: 1,00 +Template.RepeatingMark/GapLinePattern: 4-1 + +LineProperties.Offset: 0,8000 +LineProperties.LineDecorations: None \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.lyr Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,15 @@ +LAYER + NAME "l_cartoline_1pt_c255-255-255_butt-bever" + DATA "gewaesserlinien-joined" + TYPE LINE + GROUP "line" + STATUS ON + METADATA + "wms_title" "l_cartoline_1pt_c255-255-255_butt-bever" + END + CLASS + SYMBOL "l_cartoline_1pt_c255-255-255_butt-bever" + COLOR 0 0 0 + WIDTH 1 + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.mxd Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.png Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,7 @@ +SYMBOL + NAME "CartographicLine" + TYPE cartoline + LINECAP butt #[butt|round|square|triangle] + LINEJOIN bevel #[round|miter|bevel] + #LINEJOINMAXSIZE 3 #only relevant for LINEJOIN type MITER +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,13 @@ +Type: Cartographic Line Symbol +Units: Points + +CartographicLine.Color: 0 0 0 +CartographicLine.Width: 1,0000 +CartographicLine.LineCaps: Butt +CartographicLine.LineJoins: Bevel + +Template.Interval: 1,00 +Template.RepeatingMark/GapLinePattern: + +LineProperties.Offset: 0,0000 +LineProperties.LineDecorations: None \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.lyr Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,15 @@ +LAYER + NAME "l_cartoline_1pt_c255-255-255_butt-miter" + DATA "gewaesserlinien-joined" + TYPE LINE + GROUP "line" + STATUS ON + METADATA + "wms_title" "l_cartoline_1pt_c255-255-255_butt-miter" + END + CLASS + SYMBOL "l_cartoline_1pt_c255-255-255_butt-miter" + COLOR 0 0 0 + WIDTH 1 + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.mxd Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.png Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,7 @@ +SYMBOL + NAME "CartographicLine" + TYPE cartoline + LINECAP butt #[butt|round|square|triangle] + LINEJOIN miter #[round|miter|bevel] + #LINEJOINMAXSIZE 3 #only relevant for LINEJOIN type MITER +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,13 @@ +Type: Cartographic Line Symbol +Units: Points + +CartographicLine.Color: 0 0 0 +CartographicLine.Width: 1,0000 +CartographicLine.LineCaps: Butt +CartographicLine.LineJoins: Miter + +Template.Interval: 1,00 +Template.RepeatingMark/GapLinePattern: + +LineProperties.Offset: 0,0000 +LineProperties.LineDecorations: None \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.lyr Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,15 @@ +LAYER + NAME "l_cartoline_1pt_c255-255-255_butt-round" + DATA "gewaesserlinien-joined" + TYPE LINE + GROUP "line" + STATUS ON + METADATA + "wms_title" "l_cartoline_1pt_c255-255-255_butt-round" + END + CLASS + SYMBOL "l_cartoline_1pt_c255-255-255_butt-round" + COLOR 0 0 0 + WIDTH 1 + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.mxd Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.png Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,7 @@ +SYMBOL + NAME "CartographicLine" + TYPE cartoline + LINECAP butt #[butt|round|square|triangle] + LINEJOIN round #[round|miter|bevel] + #LINEJOINMAXSIZE 3 #only relevant for LINEJOIN type MITER +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,13 @@ +Type: Cartographic Line Symbol +Units: Points + +CartographicLine.Color: 0 0 0 +CartographicLine.Width: 1,0000 +CartographicLine.LineCaps: Butt +CartographicLine.LineJoins: Round + +Template.Interval: 1,00 +Template.RepeatingMark/GapLinePattern: + +LineProperties.Offset: 0,0000 +LineProperties.LineDecorations: None \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.lyr Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,15 @@ +LAYER + NAME "l_cartoline_1pt_c255-255-255_round-butted" + DATA "gewaesserlinien-joined" + TYPE LINE + GROUP "line" + STATUS ON + METADATA + "wms_title" "l_cartoline_1pt_c255-255-255_round-butted" + END + CLASS + SYMBOL "l_cartoline_1pt_c255-255-255_round-butted" + COLOR 0 0 0 + WIDTH 1 + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.mxd Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.png Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,7 @@ +SYMBOL + NAME "CartographicLine" + TYPE cartoline + LINECAP butt #[butt|round|square|triangle] + LINEJOIN round #[round|miter|bevel] + #LINEJOINMAXSIZE 3 #only relevant for LINEJOIN type MITER +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,13 @@ +Type: Cartographic Line Symbol +Units: Points + +CartographicLine.Color: 0 0 0 +CartographicLine.Width: 1,0000 +CartographicLine.LineCaps: Butt +CartographicLine.LineJoins: Round + +Template.Interval: 1,00 +Template.RepeatingMark/GapLinePattern: + +LineProperties.Offset: 0,0000 +LineProperties.LineDecorations: None \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.lyr Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,15 @@ +LAYER + NAME "l_cartoline_6pt_c255-255-255_butt-round_template" + DATA "gewaesserlinien-joined" + TYPE LINE + GROUP "line" + STATUS ON + METADATA + "wms_title" "l_cartoline_6pt_c255-255-255_butt-round_template" + END + CLASS + SYMBOL "l_cartoline_6pt_c255-255-255_butt-round_template" + COLOR 0 0 0 + WIDTH 6 + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.mxd Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.png Binary file mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,8 @@ +SYMBOL + NAME "CartographicLine" + TYPE cartoline + LINECAP butt #[butt|round|square|triangle] + LINEJOIN round #[round|miter|bevel] + #LINEJOINMAXSIZE 3 #only relevant for LINEJOIN type MITER + PATTERN 1 1 END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,13 @@ +Type: Cartographic Line Symbol +Units: Points + +CartographicLine.Color: 0 0 0 +CartographicLine.Width: 6,0000 +CartographicLine.LineCaps: Butt +CartographicLine.LineJoins: Round + +Template.Interval: 1,00 +Template.RepeatingMark/GapLinePattern: 1-1 + +LineProperties.Offset: 0,0000 +LineProperties.LineDecorations: None \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/HashLineSymbol/l_hashline_90,0_Express-Way_255-251-134_1,0.lyr Binary file mxd/Styles/line/HashLineSymbol/l_hashline_90,0_Express-Way_255-251-134_1,0.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/HashLineSymbol/l_hashline_90,0_Express-Way_255-251-134_1,0.mxd Binary file mxd/Styles/line/HashLineSymbol/l_hashline_90,0_Express-Way_255-251-134_1,0.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/HashLineSymbol/l_hashline_90,0_Express-Way_255-251-134_1,0.png Binary file mxd/Styles/line/HashLineSymbol/l_hashline_90,0_Express-Way_255-251-134_1,0.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/HashLineSymbol/l_hashline_90,0_Express-Way_255-251-134_1,0.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/HashLineSymbol/l_hashline_90,0_Express-Way_255-251-134_1,0.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,8 @@ +SYMBOL + NAME "CartographicLine" + TYPE cartoline + LINECAP round #[butt|round|square|triangle] + LINEJOIN miter #[round|miter|bevel] + LINEJOINMAXSIZE 3 +END + diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/HashLineSymbol/l_hashline_90,0_Express-Way_255-251-134_1,0.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/HashLineSymbol/l_hashline_90,0_Express-Way_255-251-134_1,0.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,68 @@ +l_hashline_90,0_Express-Way_255-251-134_1,0 + +Type: Hash Line Symbol +Units: Points + +HashLine.Angle: 90,00 +HashLine.HashSymbol: Express Way + +CartographicLine.Color: 255 251 134 +CartographicLine.With: 1,0000 +CartographicLine.LineCaps: Butt +CartographicLine.LineJoins: Miter + +Template.RepeatingMark/GapLinePattern: 1-1 +Template.Interval: 1,00 + +LineProperties.Offset: 0,0000 +LineProperties.LineDecorations: None + +##HashSymbol + +#Layer 1 + +Type: Cartographic Line Symbol +Units: Points + +CartographicLine.Color: 0 0 0 +CartographicLine.Width: 0,8000 +CartographicLine.LineCaps: Butt +CartographicLine.LineJoins: Rount + +Template.RepeatingMark/GapLinePattern: +Template.Interval: 1,00 + +LineProperties.Offset: 0,0000 +LineProperties.LineDecoration: None + +#Layer 2 + +Type: Cartographic Line Symbol +Units: Points + +CartographicLine.Color: 255 251 134 +CartographicLine.Width: 2,6000 +CartographicLine.LineCaps: Butt +CartographicLine.LineJoins: Rount + +Template.RepeatingMark/GapLinePattern: +Template.Interval: 1,00 + +LineProperties.Offset: 0,0000 +LineProperties.LineDecoration: None + +#Layer 3 + +Type: Cartographic Line Symbol +Units: Points + +CartographicLine.Color: 0 0 0 +CartographicLine.Width: 3,4000 +CartographicLine.LineCaps: Butt +CartographicLine.LineJoins: Rount + +Template.RepeatingMark/GapLinePattern: +Template.Interval: 1,00 + +LineProperties.Offset: 0,0000 +LineProperties.LineDecoration: None \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/MarkerLineSymbol/l_markerline_18pt_0-0-0_raute.lyr Binary file mxd/Styles/line/MarkerLineSymbol/l_markerline_18pt_0-0-0_raute.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/MarkerLineSymbol/l_markerline_18pt_0-0-0_raute.mxd Binary file mxd/Styles/line/MarkerLineSymbol/l_markerline_18pt_0-0-0_raute.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/MarkerLineSymbol/l_markerline_18pt_0-0-0_raute.png Binary file mxd/Styles/line/MarkerLineSymbol/l_markerline_18pt_0-0-0_raute.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/MarkerLineSymbol/l_markerline_18pt_0-0-0_raute.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/MarkerLineSymbol/l_markerline_18pt_0-0-0_raute.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,12 @@ +shapefile +Markerline +Marker: + Font: ESRI Default Marker + Subset: Latin + Unicode: 87 + Size: 18pt + Angle: 0 + Color: 0-0-0 + Mask: None + + diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/PictureLineSymbol/l_pictureline_brick1_1_1_1-0-0-0.lyr Binary file mxd/Styles/line/PictureLineSymbol/l_pictureline_brick1_1_1_1-0-0-0.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/PictureLineSymbol/l_pictureline_brick1_1_1_1-0-0-0.mxd Binary file mxd/Styles/line/PictureLineSymbol/l_pictureline_brick1_1_1_1-0-0-0.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/PictureLineSymbol/l_pictureline_brick1_1_1_1-0-0-0.png Binary file mxd/Styles/line/PictureLineSymbol/l_pictureline_brick1_1_1_1-0-0-0.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/PictureLineSymbol/l_pictureline_brick1_1_1_1-0-0-0.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/PictureLineSymbol/l_pictureline_brick1_1_1_1-0-0-0.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,6 @@ +SYMBOL + NAME "PictureMarker" + TYPE PIXMAP + IMAGE "brick1.bmp" + TRANSPARENT 0 #PictureMarker.TransparentColor: 255 255 255 +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/PictureLineSymbol/l_pictureline_brick1_1_1_1-0-0-0.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/PictureLineSymbol/l_pictureline_brick1_1_1_1-0-0-0.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,12 @@ +l_pictureline_brick1_1_1_1-0-0-0 + +Type: Picture Line Symbol +Units: Points +PictureLine.Picture: C:\Program Files\ArcGIS\Desktop10.0\Styles\Pictures\brick1.bmp +PictureLine.With: 1,0000 +PictureLine.Scale X: 1,0000 +PictureLine.Scale Y: 1,0000 +PictureLine.ForegroundColor: 0 0 0 +PictureLine.BackgroundColor: No Color +PictureLine.Transparentcolor: +PictureLine.Swap Foreground Color on 1 bit Images: \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/README.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,10 @@ +Possible types +============== + +* 3D Simple Line Symbol (deferred) +* 3D Texture Line Symbol (deferred) +* Cartographic Line Symbol +* Hash Line Symbol +* Marker Line Symbol +* Picture Line Symbol +* Simple Line Symbol diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.lyr Binary file mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,15 @@ +LAYER + NAME "l_dash-dott-dott_1pt_c255-255-255" + DATA "gewaesserlinien-joined" + TYPE LINE + GROUP "line" + STATUS ON + METADATA + "wms_title" "l_dash-dott-dott_1pt_c255-255-255" + END + CLASS + SYMBOL "l_dash-dott-dott_1pt_c255-255-255" + COLOR 0 0 0 + WIDTH 1 + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.mxd Binary file mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.png Binary file mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,13 @@ +SYMBOL + NAME "SimpleLineDashDotDot" + TYPE SIMPLE + + #dash-dot-dot line where the dashes are seven and spaces are five pixels long + #first number: dash length (7 pixel) + #second number: space length (5 pixel) + #third number: one pixel dot + #fourth number: space length (5 pixel) + #five number: one pixel dot + #six number: space length (5 pixel) + PATTERN 7 5 1 5 1 5 END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,6 @@ +Type: Simple Line Symbol +Units: Points + +SimpleLine.Color: 0 0 0 +SimpleLine.Style: Dash-Dot-Dot +SimpleLine.Width: 1,0000 \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.lyr Binary file mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,15 @@ +LAYER + NAME "l_dash-dotted_1pt_c255-255-255" + DATA "gewaesserlinien-joined" + TYPE LINE + GROUP "line" + STATUS ON + METADATA + "wms_title" "l_dash-dotted_1pt_c255-255-255" + END + CLASS + SYMBOL "l_dash-dotted_1pt_c255-255-255" + COLOR 0 0 0 + WIDTH 1 + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.mxd Binary file mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.png Binary file mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,11 @@ +SYMBOL + NAME "SimpleLineDashDot" + TYPE SIMPLE + + #dash-dot line where the dashes are seven and spaces are five pixels long + #first number: dash length (7 pixel) + #second number: space length (5 pixel) + #third number: one pixel dot + #fourth number: space length (5 pixel) + PATTERN 7 5 1 5 END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,6 @@ +Type: Simple Line Symbol +Units: Points + +SimpleLine.Color: 0 0 0 +SimpleLine.Style: Dash-Dot +SimpleLine.Width: 1,0000 \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.lyr Binary file mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,15 @@ +LAYER + NAME "l_dashed_1pt_c255-255-255" + DATA "gewaesserlinien-joined" + TYPE LINE + GROUP "line" + STATUS ON + METADATA + "wms_title" "l_dashed_1pt_c255-255-255" + END + CLASS + SYMBOL "l_dashed_1pt_c255-255-255" + COLOR 0 0 0 + WIDTH 1 + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.mxd Binary file mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.png Binary file mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,9 @@ +SYMBOL + NAME "SimpleLineDashed" + TYPE SIMPLE + + #dashed line where the dashes and spaces are both five pixels long + #first number: dash length + #second number: space length + PATTERN 5 5 END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,6 @@ +Type: Simple Line Symbol +Units: Points + +SimpleLine.Color: 0 0 0 +SimpleLine.Style: Dashed +SimpleLine.Width: 1,0000 diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.lyr Binary file mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,15 @@ +LAYER + NAME "l_dotted_1pt_c255-255-255" + DATA "gewaesserlinien-joined" + TYPE LINE + GROUP "line" + STATUS ON + METADATA + "wms_title" "l_dotted_1pt_c255-255-255" + END + CLASS + SYMBOL "l_dotted_1pt_c255-255-255" + COLOR 0 0 0 + WIDTH 1 + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.mxd Binary file mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.png Binary file mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,9 @@ +SYMBOL + NAME "SimpleLineDotted" + TYPE SIMPLE + + #dotted line where the dashes and spaces are both one pixels long + #first number: dash length + #second number: space length + PATTERN 1 1 END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,6 @@ +Type: Simple Line Symbol +Units: Points + +SimpleLine.Color: 0 0 0 +SimpleLine.Style: Dotted +SimpleLine.Width: 1,0000 \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.lyr Binary file mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,15 @@ +LAYER + NAME "l_solid_1pt_c255-255-255" + DATA "gewaesserlinien-joined" + TYPE LINE + GROUP "line" + STATUS ON + METADATA + "wms_title" "l_solid_1pt_c255-255-255" + END + CLASS + SYMBOL "l_solid_1pt_c255-255-255" + COLOR 0 0 0 + WIDTH 1 + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.mxd Binary file mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.png Binary file mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,3 @@ +SYMBOL + NAME "SimpleLineSolid" +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,6 @@ +Type: Simple Line Symbol +Units: Points + +SimpleLine.Color: 0 0 0 +SimpleLine.Style: Solid +SimpleLine.Width: 1,0000 \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_solid_4pt_c255-255-255.lyr Binary file mxd/Styles/line/SimpleLineSymbol/l_solid_4pt_c255-255-255.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_solid_4pt_c255-255-255.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_solid_4pt_c255-255-255.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,15 @@ +LAYER + NAME "l_solid_4pt_c255-255-255" + DATA "gewaesserlinien-joined" + TYPE LINE + GROUP "line" + STATUS ON + METADATA + "wms_title" "l_solid_4pt_c255-255-255" + END + CLASS + SYMBOL "l_solid_4pt_c255-255-255" + COLOR 0 0 0 + WIDTH 4 + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_solid_4pt_c255-255-255.mxd Binary file mxd/Styles/line/SimpleLineSymbol/l_solid_4pt_c255-255-255.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_solid_4pt_c255-255-255.png Binary file mxd/Styles/line/SimpleLineSymbol/l_solid_4pt_c255-255-255.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_solid_4pt_c255-255-255.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_solid_4pt_c255-255-255.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,3 @@ +SYMBOL + NAME "SimpleLineSolid" +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/line/SimpleLineSymbol/l_solid_4pt_c255-255-255.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/line/SimpleLineSymbol/l_solid_4pt_c255-255-255.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,6 @@ +Type: Simple Line Symbol +Units: Points + +SimpleLine.Color: 0 0 0 +SimpleLine.Style: Solid +SimpleLine.Width: 4,0000 \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12,0-0,0.lyr Binary file mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12,0-0,0.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12,0-0,0.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12,0-0,0.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,18 @@ +LAYER + NAME "p_arrowmarker_0-0-0_12,0-0,0" + TYPE POINT + DATA "poi-joined" + STATUS ON + GROUP "point" + METADATA + "wms_title" "p_arrowmarker_0-0-0_12,0-0,0" + END + CLASS + STYLE + SYMBOL "p_arrowmarker_0-0-0_12,0-0,0" + COLOR 0 0 0 + SIZE 12 + WIDTH 8 + END + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12,0-0,0.mxd Binary file mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12,0-0,0.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12,0-0,0.png Binary file mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12,0-0,0.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12,0-0,0.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12,0-0,0.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,10 @@ +SYMBOL + NAME "ArrowMarker" + TYPE VECTOR + POINTS + 0 1 + 0.5 0 + 1 1 + 0 1 + FILLED TRUE +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12,0-0,0.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12,0-0,0.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,11 @@ +Type: Arrow Marker Symbol +Units: Points + +ArrowMarker.Color: 0 0 0 +ArrowMarker.Length: 12,0000 +ArrowMarker.Width: 8,0000 +ArrowMarker.XOffset: 0,0000 +ArrowMarker.YOffset: 0,0000 +ArrowMarker.Angel: 0,00 + +Mask.Style: None \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.lyr Binary file mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,17 @@ +LAYER + NAME "p_charmarker_18pt_c255-0-0" + TYPE POINT + DATA "poi-joined" + STATUS ON + GROUP "point" + METADATA + "wms_title" "p_charmarker_18pt_c255-0-0" + END + CLASS + STYLE + SYMBOL "p_charmarker_18pt_c255-0-0" + COLOR 255 0 0 + SIZE 18 + END + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.mxd Binary file mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.png Binary file mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,7 @@ +SYMBOL + NAME "CharacterMarker" + TYPE TRUETYPE + FONT "ESRI Default Marker" #FIXME + CHARACTER "66" #FIXME + ANTIALIAS TRUE +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,14 @@ +Type: Character Marker Symbol +Units: Points + +CharacterMarker.Font: ESRI Default Marker +CharacterMarker.Subset: Basic Latin +CharacterMarker.Unicode: 66 +CharacterMarker.Size: 18 +CharacterMarker.Angel: 0,00 +CharacterMarker.Color: 255 0 0 +CharacterMarker.Offset.X:0,0000 +CharacterMarker.Offset.Y:0,0000 + + +CharacterMarker.Mask.Style: None diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.lyr Binary file mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,17 @@ +LAYER + NAME "p_single_18pt_c255-255-255_ttf" + TYPE POINT + DATA "poi-joined" + STATUS ON + GROUP "point" + METADATA + "wms_title" "p_single_18pt_c255-255-255_ttf" + END + CLASS + STYLE + SYMBOL "p_single_18pt_c255-255-255_ttf" + COLOR 0 0 0 + SIZE 18 + END + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.mxd Binary file mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.png Binary file mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,7 @@ +SYMBOL + NAME "CharacterMarker" + TYPE TRUETYPE + FONT "ESRI Default Marker" #FIXME + CHARACTER "70" #FIXME + ANTIALIAS TRUE +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,13 @@ +Type: Character Marker Symbol +Units: Points + +CharacterMarker.Font: ESRI Default Marker +CharacterMarker.Subset: Basic Latin +CharacterMarker.Unicode: 70 +CharacterMarker.Size: 18 +CharacterMarker.Angle: 0,00 +CharacterMarker.Color: 0 0 0 +CharacterMarker.Offset.X: 0,0000 +CharacterMarker.Offset.Y: 0,0000 + +Mask.Style: None \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.lyr Binary file mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,16 @@ +LAYER + NAME "p_pictmarker_11pt_warning.bmp" + TYPE POINT + DATA "poi-joined" + STATUS ON + GROUP "point" + METADATA + "wms_title" "p_pictmarker_11pt_warning.bmp" + END + CLASS + STYLE + SYMBOL "p_single_4pt_c255-0-0" + SIZE 11 + END + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.mxd Binary file mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.png Binary file mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,6 @@ +SYMBOL + NAME "PictureMarker" + TYPE PIXMAP + IMAGE "warning.bmp" + TRANSPARENT 0 #PictureMarker.TransparentColor: 255 255 255 +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,12 @@ +Type: Picture Marker Symbol +Units: Points + +PictureMarker.Picture: Z:\waring.bmp +PictureMarker.Size: 11,0 +PictureMarker.Angle: 0,00 +PictureMarker.XOffset: 0,00 +PictureMarker.YOffset: 0,00 +PictureMarker.BackgroundColor: No Color +PictureMarker.TransparentColor: 255 255 255 + +PictureMarker.Mask.Style: None diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/README.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,16 @@ +Possible types +============== + +* 3D Character Marker Symbol (deferred) +* 3D Marker Symbol (deferred) +* 3D Simple Marker Symbol (defeferred) +* Arrow Marker Symbol +* Character Marker Symbol +* Picture Marker Symbol +* Simple Marker Symbol + * Style: + * Circle + * Square + * Cross + * X + * Diamond diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/TODO.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/SimpleMarkerSymbol/TODO.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,3 @@ +MAPFILE fuer: +- p_categorie_4pt_11classes +- p_categorie_4pt_5quantity-classes diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_11classes.lyr Binary file mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_11classes.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_11classes.mxd Binary file mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_11classes.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_11classes.png Binary file mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_11classes.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_11classes.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_11classes.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,26 @@ +Symbology +Symbology.Categories.UniqueValues +Symbology.Categories.UniqueValues.ValueField:poiTypID + +Symbology.Categories.UniqueValues.ColorRamp: +Symbology.Categories.UniqueValues.ColorRamp.Ranges.MinimumValue:60 +Symbology.Categories.UniqueValues.ColorRamp.Ranges.MaximumValue:80 +Symbology.Categories.UniqueValues.ColorRamp.Ranges.MinimumSaturation:60 +Symbology.Categories.UniqueValues.ColorRamp.Ranges.MaximumSaturation:80 +Symbology.Categories.UniqueValues.ColorRamp.Ranges.SartHue:0 +Symbology.Categories.UniqueValues.ColorRamp.Ranges.EndHue:0 + +#Properties for All Symbols ... +Type: Simple Marker Symbol +Units: Points +SimpleMarker.Color: 128 128 128 +SimpleMarker.Style: Circle +SimpleMarker.Size: 4,0000 +SimpleMarker.XOffset: 0,0000 +SimpleMarker.YOffset: 0,0000 + +SimpleMarker.UseOutline: Yes/True +SimpleMarker.Outline: 0 0 0 +SimpleMarker.Outline.OutlineSize: 1,0000 + +SimpleMarker.Mask.Style: None \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_5quantity-classes.lyr Binary file mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_5quantity-classes.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_5quantity-classes.mxd Binary file mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_5quantity-classes.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_5quantity-classes.png Binary file mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_5quantity-classes.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_5quantity-classes.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/SimpleMarkerSymbol/p_categorie_4pt_5quantity-classes.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,31 @@ +Symbology + +Symbology.Quantities: Graduates colors +Symbology.Quantities.Fields.Value: poiTypID +Symbology.Quantities.Fields.Normalization: none +Symbology.Quantities.Classification.Method: Natural Breaks (Jenks) +Symbology.Quantities.Classification.Classes: 5 +Symbology.Quantities.Classification.Columns: 100 +Symbology.Quantities.Classification.BreakValues: 2 4 5 7 10 + +Symbology.ColorRamp.General.Colors.Color1.HSV: 164 17% 96% +Symbology.ColorRamp.General.Colors.Color2.HSV: 157 77% 81% +Symbology.ColorRamp.General.Algorithm: CIE Lab +Symbology.ColorRamp.Black: #FIXME SLIDER +Symbology.ColorRamp.White: #FIXME SLIDER + +#Properties for All Symbols ... +Type: Simple Marker Symbol +Units: Points + +SimpleMarker.Color.HSV: 164 17% 96% +SimpleMarker.Style: Circle +SimpleMarker.Size: 4,0000 +SimpleMarker.XOffset: 0,0000 +SimpleMarker.YOffset: 0,0000 + +SimpleMarker.UseOutline: Yes/True +SimpleMarker.Outline: 0 0 0 +SimpleMarker.OutlineSize: 1,0000 + +SimpleMarker.Mask.Style: None \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.lyr Binary file mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,22 @@ +LAYER + NAME "p_single_4pt_c255-0-0" + TYPE POINT + DATA "poi-joined" + STATUS ON + GROUP "point" + METADATA + "wms_title" "p_single_4pt_c255-0-0" + END + CLASS + STYLE + SYMBOL "p_single_4pt_c255-0-0" + COLOR 255 0 0 + WIDTH 1 + END + STYLE # outline + OUTLINECOLOR 0 0 0 + WIDTH 1 + ANTIALIAS TRUE + END + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.mxd Binary file mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.png Binary file mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,8 @@ +SYMBOL + NAME "SimpleMarker" + TYPE ELLIPSE + POINTS + 1 1 + END + FILLED TRUE +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,13 @@ +Type: Simple Marker Symbol +Units: Points + +SimpleMarker.Color: 255 0 0 +SimpleMarker.Style: Circle +SimpleMarker.Size: 4,0000 +SimpleMarker.XOffset: 0,0000 +SimpleMarker.YOffset: 0,0000 +SimpleMarker.UseOutline: Yes/True +SimpleMarker.Outline: 0 0 0 +SimpleMarker.OutlineSize: 1,0000 + +SimplerMarker.Mask: None \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/GradientFillSymbol/pol_gradientfill_5_75_90_Linear.lyr Binary file mxd/Styles/polygon/GradientFillSymbol/pol_gradientfill_5_75_90_Linear.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/GradientFillSymbol/pol_gradientfill_5_75_90_Linear.mxd Binary file mxd/Styles/polygon/GradientFillSymbol/pol_gradientfill_5_75_90_Linear.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/GradientFillSymbol/pol_gradientfill_5_75_90_Linear.png Binary file mxd/Styles/polygon/GradientFillSymbol/pol_gradientfill_5_75_90_Linear.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/GradientFillSymbol/pol_gradientfill_5_75_90_Linear.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/GradientFillSymbol/pol_gradientfill_5_75_90_Linear.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,18 @@ +pol_gradientfill_5_75_90_Linear + +Type: Gradient Fill symbol +Units: Points +GradientFill.Intervals: 5 +GradientFill.Percentage: 75 +GradientFill.Angle: 90 +GradientFill.Style: Linear +GradientFill.ColorRamp.General.Color1: HSV 120 20% 100% +GradientFill.ColorRamp.General.Algorithm: CIE Lab +GradientFill.ColorRamp.General.Black: +GradientFill.ColorRamp.General.White: + + +GradientFill.Outline.Type: Simple Line Symbol +GradientFill.Outline.SimpleLine.Color: 110 110 110 +GradientFill.Outline.SimpleLine.Style:Solid +GradientFill.Outline.SimpleLine.Width: 1,0000 \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.lyr Binary file mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,22 @@ +LAYER + NAME "pol_linefill_255-0-0_45_outline" + TYPE POLYGON + DATA "gruenflaechen-joined" + STATUS ON + GROUP "polygon" + METADATA + "wms_title" "pol_linefill_255-0-0_45_outline" + END + CLASS + STYLE + SYMBOL "pol_linefill_255-0-0_45_outline" + COLOR 255 0 0 + WIDTH 1 + END + STYLE # outline + OUTLINECOLOR 0 0 0 + WIDTH 1 + ANTIALIAS TRUE + END + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.mxd Binary file mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.png Binary file mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,8 @@ +SYMBOL + NAME "LineFill" + TYPE vector + POINTS + 0 1 + 1 0 + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,21 @@ +Type: Line Fill Symbol +Units: Points + +LineFill.Color: 255 0 0 +LineFill.Line.Type: Simple Line Symbol +LineFill.Line.Units: Points + +LineFill.Line.SimpleLine.Color: 255 0 0 +LineFill.Line.SimpleLine.Style: Dotted +LineFill.Line.SimpleLine.Width: 1,0000 + +LineFill.Outline.Type: Simple Line Symbol +LineFill.Outline.Units: Points + +LineFill.Outline.SimpleLine.Color: 0 0 0 +LineFill.Outline.SimpleLine.Style: Soild +LineFill.Outline.SimpleLine.Width: 1,0000 + +LineFill.Angle: 45,00 +LineFill.Offset: 0,0000 +LineFill.Separation: 5,0000 \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1,0.lyr Binary file mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1,0.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1,0.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1,0.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,22 @@ +LAYER + NAME "pol_marker_fill_0-0-0_1,0" + TYPE POLYGON + DATA "gewaesserflaechen" + STATUS ON + GROUP "polygon" + METADATA + "wms_title" "pol_marker_fill_0-0-0_1,0" + END + CLASS + STYLE + SYMBOL "pol_marker_fill_0-0-0_1,0" + COLOR 0 0 0 + SIZE 8 + END + STYLE # outline + OUTLINECOLOR 110 110 110 + WIDTH 1 + ANTIALIAS TRUE + END + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1,0.mxd Binary file mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1,0.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1,0.png Binary file mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1,0.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1,0.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1,0.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,9 @@ +SYMBOL + NAME "MarkerFill" + NAME "punkt" + TYPE ELLIPSE + POINTS + 1 1 + END + FILLED TRUE +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1,0.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1,0.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,20 @@ +Type: Maker Fill Symbol +Units: Points + +MarkerFill.Color: 0 0 0 +MarkerFill.Marker.Type: Simple Marker Symbol +MarkerFill.Marker.Units: Points +MarkerFill.Marker.SimpleMarker.Color: 0 0 0 +MarkerFill.Marker.SimpleMarker.Style: Circle +MarkerFill.Marker.SimpleMarker.Size: 8,0000 +MarkerFill.Marker.SimpleMarker.XOffset: 0,0000 +MarkerFill.Marker.SimpleMarker.YOffset: 0,0000 +MarkerFill.Marker.SimpleMarker.UseOutline: #NotSet + +MarkerFill.Outline.Type: Simple Line Symbol +MarkerFill.Outline.Units: Points +MarkerFill.Outline.SimpleLine.Color: 110 110 100 +MarkerFill.Outline.Style: Solid +MarkerFill.Outline.Width: 1,0000 + +MarkerFill.Grid: Yes/True \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/PictureFillSymbol/pol_single_0,4pt_109-187-67_0-1-1_Grassland.lyr Binary file mxd/Styles/polygon/PictureFillSymbol/pol_single_0,4pt_109-187-67_0-1-1_Grassland.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/PictureFillSymbol/pol_single_0,4pt_109-187-67_0-1-1_Grassland.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/PictureFillSymbol/pol_single_0,4pt_109-187-67_0-1-1_Grassland.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,22 @@ +LAYER + NAME "pol_single_0,4pt_109-187-67_0-1-1_Grassland" + TYPE POLYGON + DATA "gruenflaechen-joined" + STATUS ON + GROUP "polygon" + METADATA + "wms_title" "pol_single_0,4pt_109-187-67_0-1-1_Grassland" + END + CLASS + STYLE + SYMBOL "pol_single_0,4pt_109-187-67_0-1-1_Grassland" + COLOR 109 187 67 + END + STYLE # outline + OUTLINECOLOR 109 187 67 + WIDTH 1 + ANTIALIAS TRUE + END + END +END + diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/PictureFillSymbol/pol_single_0,4pt_109-187-67_0-1-1_Grassland.mxd Binary file mxd/Styles/polygon/PictureFillSymbol/pol_single_0,4pt_109-187-67_0-1-1_Grassland.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/PictureFillSymbol/pol_single_0,4pt_109-187-67_0-1-1_Grassland.png Binary file mxd/Styles/polygon/PictureFillSymbol/pol_single_0,4pt_109-187-67_0-1-1_Grassland.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/PictureFillSymbol/pol_single_0,4pt_109-187-67_0-1-1_Grassland.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/PictureFillSymbol/pol_single_0,4pt_109-187-67_0-1-1_Grassland.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,6 @@ +SYMBOL + NAME "PictureFill" + TYPE PIXMAP + IMAGE "Grassland" + TRANSPARENT 0 +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/PictureFillSymbol/pol_single_0,4pt_109-187-67_0-1-1_Grassland.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/PictureFillSymbol/pol_single_0,4pt_109-187-67_0-1-1_Grassland.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,22 @@ +Type: Picture Fill Symbol +Units: Points + +PictureFill.Picture: Grassland +PictureFill.Angle: 0,00 +PictureFill.ScaleX: 1,00 +PictureFill.ScaleY: 1,00 +PictureFill.ForegroundColor: 109 187 67 +PictureFill.BackgroundColor: 255 255 255 +PictureFill.TransparentColor: #NotSet +PictureFill.SwapForegroundAndBackgroundColorOn1BitImages: #NotSet + +PictureFill.Outline.Type: Simple Line Symbol +PictureFill.Outline.Units: Points +PictureFill.Outline.simpleLine.Color: 109 187 67 +PictureFill.Outline.SimpleLine.Style: Solid +PictureFill.Outline.SimpleLine.Width: 0,4000 + +PictureFill.FillProperties.Offset.X: 0,0000 +PicutreFill.FillProperties.Offset.Y: 0,0000 +PictureFill.FillProperties.Separation.X: 0,0000 +PictureFill.FillProperties.Separation.Y: 0,0000 \ No newline at end of file diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/README.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,9 @@ +Possible types +============== + +* 3D Texture Fill Symbol (deferred) +* Gradient Fill Symbol +* Line Fill Symbol +* Marker Fill Symbol +* Picture Fill Symbol +* Simple Fill Symbol diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.lyr Binary file mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,21 @@ +LAYER + NAME "pol_simple_255-0-0" + TYPE POLYGON + DATA "gruenflaechen-joined" + STATUS ON + GROUP "polygon" + METADATA + "wms_title" "pol_simple_255-0-0" + END + CLASS + STYLE + SYMBOL "pol_simple_255-0-0" + COLOR 255 0 0 + END + STYLE # outline + OUTLINECOLOR 0 0 0 + WIDTH 1 + ANTIALIAS TRUE + END + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.mxd Binary file mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.png Binary file mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,4 @@ +SYMBOL + NAME "pol_simple_255-0-0" + FILLED TRUE +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,13 @@ +Type: Simple Fill Symbol +Units: Points + +SimpleFill.Color: 255 0 0 +SimpleFill.OutlineColor: 0 0 0 +SimpleFill.OutlineWidth: 1,0000 + +SimpleFill.Outline.Type: SimpleLineSymbol +SimpleFill.Outline.Units: Points + +SimpleFill.Outline.SimpleLine.Color: 0 0 0 +SimpleFill.Outline.SimpleLine.Style: Solid +SimpleFill.Outline.SimpleLine.Width: 1,0000 diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.lyr Binary file mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.lyr has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.map --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.map Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,21 @@ +LAYER + NAME "pol_simple_transp_dashed-outline" + TYPE POLYGON + DATA "gruenflaechen-joined" + STATUS ON + GROUP "polygon" + METADATA + "wms_title" "pol_simple_transp_dashed-outline" + END + CLASS + STYLE + SYMBOL "pol_simple_transp_dashed-outline" + END + STYLE # outline + SYMBOL "SimpleLineDashed" + OUTLINECOLOR 0 0 0 + WIDTH 1 + ANTIALIAS TRUE + END + END +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.mxd Binary file mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.mxd has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.png Binary file mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.png has changed diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.sym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.sym Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,4 @@ +SYMBOL + NAME "SimpleFill" + FILLED FALSE +END diff -r 000000000000 -r 109e10c76841 mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,12 @@ +Type: Simple Fill Symbol +Units: Points + +SimpleFill.color: No Color +SimpleFill.OutlineColor: 0 0 0 +SimpleFill.OutlineWidth: 1,0000 + +SimpleFill.Outline.Type: Simple Line Symbol +SimpleFill.Outline.Units: Points +SimpleFill.Outline.SimpleLine.Color: 0 0 0 +SimpleFill.Outline.SimpleLine.Style: Dashed +SimpleFill.Outline.SimpleLine.Width: 1,0000 diff -r 000000000000 -r 109e10c76841 mxd/empty-mxd.mxd Binary file mxd/empty-mxd.mxd has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/COPYING --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testdata-frida/COPYING Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,11 @@ +The Free Vector GeoData Osnabrück (Frida) is +Copyright (C) by Intevation GmbH and licensed +under the GNU General Public License (see COPYING.GPL). + +Additional license agreement: + +The GNU GPL has been chosen because no analog license +for geographic data does yet exists. +If in the future the Free Software Foundation Europe +officially accepts a Geographic Data license as to be analog +to the GNU GPL, Frida may be upgraded to this new license. diff -r 000000000000 -r 109e10c76841 testdata-frida/COPYING.GPL --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testdata-frida/COPYING.GPL Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff -r 000000000000 -r 109e10c76841 testdata-frida/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testdata-frida/README Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,20 @@ +This archive contains the Shapefile-formatted version of the + + Frida: Free Vector-Geodata Osnabrück + +Class attributes are in separate .dbf-files and can be joined to +the .shp-files via corresponding IDs. + +Finally there is a .thuban-file for displaying all shapefiles +quickly. You need to have Thuban installed on your system for this. + + +The contents of this archive is not regarded as the sources, +visit the homepage to get the actual source files. + +For the license see file COPYING. + +Read here for more: + + frida.intevation.org + thuban.intevation.org diff -r 000000000000 -r 109e10c76841 testdata-frida/gewaesserflaechen.dbf Binary file testdata-frida/gewaesserflaechen.dbf has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/gewaesserflaechen.prj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testdata-frida/gewaesserflaechen.prj Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,1 @@ +PROJCS["Transverse Mercator",GEOGCS["bessel",DATUM["Deutsches_Hauptdreiecksnetz",SPHEROID["bessel",6377397.155,299.1528128],TOWGS84[598.1,73.7,418.2,0.202,0.045,-2.455,6.70]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",9],PARAMETER["scale_factor",1],PARAMETER["false_easting",3500000],PARAMETER["false_northing",0]] diff -r 000000000000 -r 109e10c76841 testdata-frida/gewaesserflaechen.shp Binary file testdata-frida/gewaesserflaechen.shp has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/gewaesserflaechen.shx Binary file testdata-frida/gewaesserflaechen.shx has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/gewaesserlinien.dbf Binary file testdata-frida/gewaesserlinien.dbf has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/gewaesserlinien.shp Binary file testdata-frida/gewaesserlinien.shp has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/gewaesserlinien.shx Binary file testdata-frida/gewaesserlinien.shx has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/gewaesserlinien_namen.dbf Binary file testdata-frida/gewaesserlinien_namen.dbf has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/gruenflaechen.dbf Binary file testdata-frida/gruenflaechen.dbf has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/gruenflaechen.prj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testdata-frida/gruenflaechen.prj Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,1 @@ +PROJCS["Transverse Mercator",GEOGCS["bessel",DATUM["Deutsches_Hauptdreiecksnetz",SPHEROID["bessel",6377397.155,299.1528128],TOWGS84[598.1,73.7,418.2,0.202,0.045,-2.455,6.70]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",9],PARAMETER["scale_factor",1],PARAMETER["false_easting",3500000],PARAMETER["false_northing",0]] diff -r 000000000000 -r 109e10c76841 testdata-frida/gruenflaechen.shp Binary file testdata-frida/gruenflaechen.shp has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/gruenflaechen.shx Binary file testdata-frida/gruenflaechen.shx has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/gruenflaechen_typen.dbf Binary file testdata-frida/gruenflaechen_typen.dbf has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/overview.thuban --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testdata-frida/overview.thuban Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,11 @@ + + + + + + + + + + + diff -r 000000000000 -r 109e10c76841 testdata-frida/poi.dbf Binary file testdata-frida/poi.dbf has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/poi.prj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testdata-frida/poi.prj Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,1 @@ +PROJCS["Transverse Mercator",GEOGCS["bessel",DATUM["Deutsches_Hauptdreiecksnetz",SPHEROID["bessel",6377397.155,299.1528128],TOWGS84[598.1,73.7,418.2,0.202,0.045,-2.455,6.70]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",9],PARAMETER["scale_factor",1],PARAMETER["false_easting",3500000],PARAMETER["false_northing",0]] diff -r 000000000000 -r 109e10c76841 testdata-frida/poi.shp Binary file testdata-frida/poi.shp has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/poi.shx Binary file testdata-frida/poi.shx has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/poi_typen.dbf Binary file testdata-frida/poi_typen.dbf has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/strassen.dbf Binary file testdata-frida/strassen.dbf has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/strassen.prj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testdata-frida/strassen.prj Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,1 @@ +PROJCS["Transverse Mercator",GEOGCS["bessel",DATUM["Deutsches_Hauptdreiecksnetz",SPHEROID["bessel",6377397.155,299.1528128],TOWGS84[598.1,73.7,418.2,0.202,0.045,-2.455,6.70]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",9],PARAMETER["scale_factor",1],PARAMETER["false_easting",3500000],PARAMETER["false_northing",0]] diff -r 000000000000 -r 109e10c76841 testdata-frida/strassen.shp Binary file testdata-frida/strassen.shp has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/strassen.shx Binary file testdata-frida/strassen.shx has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/strassen_namen.dbf Binary file testdata-frida/strassen_namen.dbf has changed diff -r 000000000000 -r 109e10c76841 testdata-frida/strassen_typen.dbf Binary file testdata-frida/strassen_typen.dbf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_1.ttf Binary file ttf-fonts/esri_1.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_105.ttf Binary file ttf-fonts/esri_105.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_11.ttf Binary file ttf-fonts/esri_11.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_12.ttf Binary file ttf-fonts/esri_12.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_121.ttf Binary file ttf-fonts/esri_121.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_13.ttf Binary file ttf-fonts/esri_13.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_130.ttf Binary file ttf-fonts/esri_130.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_131.ttf Binary file ttf-fonts/esri_131.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_132.ttf Binary file ttf-fonts/esri_132.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_133.ttf Binary file ttf-fonts/esri_133.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_14.ttf Binary file ttf-fonts/esri_14.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_144.ttf Binary file ttf-fonts/esri_144.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_149.ttf Binary file ttf-fonts/esri_149.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_15.ttf Binary file ttf-fonts/esri_15.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_150.ttf Binary file ttf-fonts/esri_150.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_151.ttf Binary file ttf-fonts/esri_151.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_152.ttf Binary file ttf-fonts/esri_152.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_153.ttf Binary file ttf-fonts/esri_153.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_159.ttf Binary file ttf-fonts/esri_159.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_16.ttf Binary file ttf-fonts/esri_16.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_160.ttf Binary file ttf-fonts/esri_160.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_161.ttf Binary file ttf-fonts/esri_161.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_17.ttf Binary file ttf-fonts/esri_17.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_19.ttf Binary file ttf-fonts/esri_19.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_2.ttf Binary file ttf-fonts/esri_2.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_20.ttf Binary file ttf-fonts/esri_20.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_21.ttf Binary file ttf-fonts/esri_21.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_216.ttf Binary file ttf-fonts/esri_216.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_22.ttf Binary file ttf-fonts/esri_22.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_220.ttf Binary file ttf-fonts/esri_220.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_221.ttf Binary file ttf-fonts/esri_221.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_222.ttf Binary file ttf-fonts/esri_222.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_223.ttf Binary file ttf-fonts/esri_223.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_224.ttf Binary file ttf-fonts/esri_224.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_225.ttf Binary file ttf-fonts/esri_225.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_23.ttf Binary file ttf-fonts/esri_23.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_24.ttf Binary file ttf-fonts/esri_24.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_25.ttf Binary file ttf-fonts/esri_25.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_26.ttf Binary file ttf-fonts/esri_26.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_27Mcr_2.ttf Binary file ttf-fonts/esri_27Mcr_2.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_29.ttf Binary file ttf-fonts/esri_29.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_3.ttf Binary file ttf-fonts/esri_3.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_30s.ttf Binary file ttf-fonts/esri_30s.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_33.ttf Binary file ttf-fonts/esri_33.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_34.ttf Binary file ttf-fonts/esri_34.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_375.ttf Binary file ttf-fonts/esri_375.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_376.ttf Binary file ttf-fonts/esri_376.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_377.ttf Binary file ttf-fonts/esri_377.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_39.ttf Binary file ttf-fonts/esri_39.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_4.ttf Binary file ttf-fonts/esri_4.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_40.ttf Binary file ttf-fonts/esri_40.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_400.ttf Binary file ttf-fonts/esri_400.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_405.ttf Binary file ttf-fonts/esri_405.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_406.ttf Binary file ttf-fonts/esri_406.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_44.ttf Binary file ttf-fonts/esri_44.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_47.ttf Binary file ttf-fonts/esri_47.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_48.ttf Binary file ttf-fonts/esri_48.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_49.ttf Binary file ttf-fonts/esri_49.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_5.ttf Binary file ttf-fonts/esri_5.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_500.ttf Binary file ttf-fonts/esri_500.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_651.ttf Binary file ttf-fonts/esri_651.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_652.ttf Binary file ttf-fonts/esri_652.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_7.ttf Binary file ttf-fonts/esri_7.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_730.ttf Binary file ttf-fonts/esri_730.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_8.ttf Binary file ttf-fonts/esri_8.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_800.ttf Binary file ttf-fonts/esri_800.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_801.ttf Binary file ttf-fonts/esri_801.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_802.ttf Binary file ttf-fonts/esri_802.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_803.ttf Binary file ttf-fonts/esri_803.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_804.ttf Binary file ttf-fonts/esri_804.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_832.ttf Binary file ttf-fonts/esri_832.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_837.ttf Binary file ttf-fonts/esri_837.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/esri_9.ttf Binary file ttf-fonts/esri_9.ttf has changed diff -r 000000000000 -r 109e10c76841 ttf-fonts/fonts.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ttf-fonts/fonts.txt Thu Mar 03 13:59:08 2011 +0100 @@ -0,0 +1,73 @@ +esri_105.ttf ESRIMeteorological01 +esri_11.ttf ESRIDefaultMarker +esri_121.ttf ESRIOrdnanceSurvey +esri_12.ttf ESRINIMADNCPT +esri_130.ttf ESRISDS1.951 +esri_131.ttf ESRISDS1.952 +esri_132.ttf ESRISDS2.001 +esri_133.ttf ESRISDS2.002 +esri_13.ttf ESRINIMADNCLN +esri_144.ttf ESRIArrowhead +esri_149.ttf ESRISurveyor +esri_14.ttf ESRINIMAVMAP1&2PT +esri_150.ttf ESRIAMFMElectric +esri_151.ttf ESRIAMFMGas +esri_152.ttf ESRIAMFMSewer +esri_153.ttf ESRIAMFMWater +esri_159.ttf ESRIHydrants +esri_15.ttf ESRINIMAVMAP1&2LN +esri_160.ttf ESRITelecom +esri_161.ttf ESRIPipelineUS1 +esri_16.ttf ESRINIMACityGraphicPT +esri_17.ttf ESRINIMACityGraphicLN +esri_19.ttf ESRIMilMod02 +esri_1.ttf ESRICartography +esri_20.ttf ESRIMilRed01 +esri_216.ttf ESRIIGLFont16 +esri_21.ttf ESRIMilSym01 +esri_220.ttf ESRIIGLFont20 +esri_221.ttf ESRIIGLFont21 +esri_222.ttf ESRIIGLFont22 +esri_223.ttf ESRIIGLFont23 +esri_224.ttf ESRIIGLFont24 +esri_225.ttf ESRIIGLFont25 +esri_22.ttf ESRIMilSym02 +esri_23.ttf ESRIMilSym03 +esri_24.ttf ESRIMilSym04 +esri_25.ttf ESRIMilSym05 +esri_26.ttf ESRIMilMod01 +esri_27Mcr_2.ttf ESRIMil2525CModifiers +esri_29.ttf ESRIPublic1 +esri_2.ttf ESRIEnvironmental&Icons +esri_30s.ttf ESRIArcPad +esri_33.ttf ESRIClimate&Precipitation +esri_34.ttf ESRIBusiness +esri_375.ttf ESRICaves1 +esri_376.ttf ESRICaves2 +esri_377.ttf ESRICaves3 +esri_39.ttf ESRIDimensioning +esri_3.ttf ESRIGeometricSymbols +esri_400.ttf ESRIGeologyUSGS95-525 +esri_405.ttf ESRIElements +esri_406.ttf ESRICommodities +esri_40.ttf ESRINorth +esri_44.ttf ESRIShields +esri_47.ttf ESRIUSMUTCD1 +esri_48.ttf ESRIUSMUTCD2 +esri_49.ttf ESRIUSMUTCD3 +esri_4.ttf ESRIOilGasWater +esri_500.ttf ESRIGeologyAGSO1 +esri_5.ttf ESRIWeather +esri_651.ttf ESRIUSForestry1 +esri_652.ttf ESRIUSForestry2 +esri_730.ttf ESRIConservation +esri_7.ttf ESRIGeology +esri_800.ttf ESRIEnviroHazardIncident +esri_801.ttf ESRIEnviroHazardAnalysis +esri_802.ttf ESRIEnviroHazardSites +esri_803.ttf ESRIHazardousMaterials +esri_804.ttf ESRIFireIncidentNFPA +esri_832.ttf ESRIERSInfrastructuresS1 +esri_837.ttf ESRIERSOperationsS1 +esri_8.ttf ESRICrimeAnalysis +esri_9.ttf ESRITransportationCivic