Skip to content

Instantly share code, notes, and snippets.

View whitmo's full-sized avatar
💭
state 26

Whit Morriss whitmo

💭
state 26
View GitHub Profile
<sld:TextSymbolizer>
<sld:Label>
<ogc:PropertyName>APP_NO</ogc:PropertyName>
</sld:Label>
<sld:Font>
<sld:CssParameter name="font-family">
<ogc:Literal>Arial</ogc:Literal>
</sld:CssParameter>
<sld:CssParameter name="font-size">
<ogc:Literal>12.0</ogc:Literal>
<?xml version="1.0" encoding="UTF-8"?>
<StyledLayerDescriptor version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd"
xmlns="http://www.opengis.net/sld"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<NamedLayer>
<Name>alachua:census_blocks_juv_offenders</Name>
<UserStyle>
<LAYER name="Libraries" type="featureclass" id="Community_Landmarks.libraries" visible="false">
<DATASET name="libraries" type="point" workspace="shp_ws-3"/>
<GROUPRENDERER>
<SIMPLERENDERER>
<TRUETYPEMARKERSYMBOL character="198" angle="0" antialiasing="false" font="ESRI Transportation &amp; Civic" fontcolor="255,255,0" fontsize="18" fontstyle="regular" overlap="true" rotatemethod="mod_arithmetic" transparency="1" usecentroid="true"/>
</SIMPLERENDERER>
<SIMPLERENDERER>
<TRUETYPEMARKERSYMBOL character="99" angle="0" antialiasing="false" font="ESRI Transportation &amp; Civic" fontcolor="0,56,147" fontsize="18" fontstyle="regular" overlap="true" rotatemethod="mod_arithmetic" transparency="1" usecentroid="true"/>
</SIMPLERENDERER>
[('sld-proc/urban_reserves', 2),
('sld-proc/census_blockgroups_2000', 2),
('sld-proc/strategic_ecosystems', 3),
('sld-proc/e911_roads_merge', 2),
('sld-proc/substandard_housing', 4),
('sld-proc/Color2000', 4),
('sld-proc/Color2004', 6),
('sld-proc/gc_assisted_housing01', 3),
('sld-proc/libraries', 2),
('sld-proc/acf_lands', 3),
<LAYER name="Libraries" type="featureclass" id="Cultural/Preservation.libraries" visible="false">
<DATASET name="libraries" type="point" workspace="shp_ws-3"/>
<GROUPRENDERER>
<SCALEDEPENDENTRENDERER lower="1:50000">
<SIMPLERENDERER>
<RASTERMARKERSYMBOL shadow="0,0,0" overlap="true" url="http://maps.alachuacounty.us/geogreen/icons/libraries_small.gif" image="C:\arcims\website\geogreen\icons\libraries_small.gif" transparency="1.0" size="10,10" antialiasing="false"/>
</SIMPLERENDERER>
</SCALEDEPENDENTRENDERER>
<SCALEDEPENDENTRENDERER upper="1:50000">
<SIMPLERENDERER>
arc_attribs = [
'angle',
'antialiasing',
'boundary',#
'boundarycaptype',
'boundarycolor',#
'boundaryjointype',
'boundarytransparency',#
'boundarytype',
'boundarywidth',#
./big_trees2:11: <ns0:PointSymbolizer/>
./big_trees2:14: <ns0:PointSymbolizer/>
./fmarkets:11: <ns0:PointSymbolizer/>
./fmarkets:14: <ns0:PointSymbolizer/>
./Posted_Speed_Limit_Alachua_County:11: <ns0:PointSymbolizer/>
./Posted_Speed_Limit_Alachua_County2:11: <ns0:PointSymbolizer/>
./rts_bus_stops:11: <ns0:PointSymbolizer/>
./rts_bus_stops2:11: <ns0:PointSymbolizer/>
./schools_elementary2:11: <ns0:PointSymbolizer/>
./schools_high2:11: <ns0:PointSymbolizer/>
>> $ cd jstools
>> $ git remote add upstream git://github.com/whitmo/jstools.git
>> $ git fetch upstream
>>
>> but the last command fails:
>>
>> [elemoine@alyeska] jstools $ git fetch upstream
>> fatal: protocol error: expected sha/ref, got '
>> *********'
>>
export CLASSPATH=$CLASSPATH:$VIRTUAL_ENV/jars/sqlitejdbc-v056.jar
export CLASSPATH=$CLASSPATH:$VIRTUAL_ENV/jars/libreadline-java.jar
export CLASSPATH=$CLASSPATH:$VIRTUAL_ENV/jars/postgresql-8.4-701.jdbc4.jar
cd $VIRTUAL_ENV
# what whit uses at home to proxy
# capra.opengeo.org
[composite:main]
use = egg:Paste#urlmap
/ = static
/geoserver = gsproxy_app
/proxy = param_proxy
[app:param_proxy]
use = egg:jstools