- Timestamp:
- 03/14/11 12:30:00 (15 months ago)
- Location:
- print/trunk
- Files:
-
- 1 added
- 4 modified
-
build.gradle (modified) (1 diff)
-
gradlew (modified) (1 diff)
-
samples/config.yaml (modified) (1 diff)
-
samples/logo-camptocamp-transparent.png (added)
-
samples/spec.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
print/trunk/build.gradle
r3747 r3754 31 31 'ch.thus:pvalsecc:0.9.2', 'xalan:xalan:2.7.0', 'log4j:log4j:1.2.14', 'com.vividsolutions:jts:1.8', 32 32 "org.mapfish.geo:mapfish-geo-lib:$version", 'commons-httpclient:commons-httpclient:3.1', 33 'org.geotools:gt-epsg-hsql:2.6.5','org.apache.pdfbox:pdfbox:1.5.0 ', 'javax.media:jai_core:1.1.3',33 'org.geotools:gt-epsg-hsql:2.6.5','org.apache.pdfbox:pdfbox:1.5.0-MAPFISH-1.2', 'javax.media:jai_core:1.1.3', 34 34 'javax.media:jai_imageio:1.1', 'javax.media:jai_codec:1.1.3') 35 35 compile ('org.apache.xmlgraphics:batik-transcoder:1.7'){ -
print/trunk/gradlew
r3536 r3754 8 8 9 9 # Uncomment those lines to set JVM options. GRADLE_OPTS and JAVA_OPTS can be used together. 10 #GRADLE_OPTS="$GRADLE_OPTS -Xmx512m"10 GRADLE_OPTS="$GRADLE_OPTS -Xmx512m" 11 11 # JAVA_OPTS="$JAVA_OPTS -Xmx512m" 12 12 -
print/trunk/samples/config.yaml
r3751 r3754 73 73 spacingAfter: 100 74 74 align: center 75 url: 'file://${configDir}/logo-camptocamp .png'75 url: 'file://${configDir}/logo-camptocamp-transparent.png' 76 76 - !text 77 77 font: Helvetica -
print/trunk/samples/spec.json
r3647 r3754 5 5 dpi: 254, 6 6 units: 'degrees', 7 layers: [8 {7 outputFormat: 'png', 8 layers: [{ 9 9 type: 'WMS', 10 10 layers: ['basic'], … … 17 17 baseURL: 'http://www.camptocamp.org/cgi-bin/mapserv_c2corg', 18 18 format: 'image/png' 19 } 19 }, { 20 "opacity": 0.5, 21 "customParams": {}, 22 "type": "Vector", 23 "styles": { 24 "1": { 25 "fillColor": "red", 26 "strokeColor": "red", 27 "fillOpacity": 0.4000000000000001, 28 "hoverFillColor": "white", 29 "hoverFillOpacity": 0.8000000000000002, 30 "strokeOpacity": 1, 31 "strokeWidth": 0.5, 32 "strokeLinecap": "round", 33 "strokeDashstyle": "solid", 34 "hoverStrokeColor": "red", 35 "hoverStrokeOpacity": 1.0, 36 "hoverStrokeWidth": 0.2, 37 "pointRadius": 6, 38 "hoverPointRadius": 1, 39 "hoverPointUnit": "%", 40 "pointerEvents": "visiblePainted", 41 "cursor": "inherit" 42 } 43 }, 44 "styleProperty": "_style", 45 "geoJson": { 46 "type": "FeatureCollection", 47 "features": [{ 48 "type": "Feature", 49 "id": "OpenLayers.Feature.Vector_243", 50 "properties": { 51 "_style": 1, 52 "name": "", 53 "description": "", 54 "ext-comp-1048": "default" 55 }, 56 "geometry": { 57 "type": "Polygon", 58 "coordinates": [[[5, 45], [5, 47], [7, 47], [7, 45], [5, 45]]] 59 } 60 }] 61 }, 62 "name": "Cosmetic" 63 } 20 64 ], 21 65 pages: [
