Skip to content

Commit

Permalink
Fix for incorrect stdout for server url
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Oct 14, 2014
1 parent b4cafea commit ddffc2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function restart_qgis_server {
kartoza/qgis-server

echo "You can now consume WMS services at this url"
echo "http://locahost:${QGIS_SERVER_PORT}/cgi-bin/qgis_mapserv.fcgi?map=/web/cccs_public.qgs"
echo "http://localhost:${QGIS_SERVER_PORT}/cgi-bin/qgis_mapserv.fcgi?map=/web/cccs_public.qgs"
}

function install_dependencies {
Expand Down
16 changes: 8 additions & 8 deletions web/cccs_public.qgs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
<mapcanvas>
<units>degrees</units>
<extent>
<xmin>120.50826838959918064</xmin>
<ymin>-11.34190040783085429</ymin>
<xmax>132.78659497183380722</xmax>
<ymax>4.90008259126501322</ymax>
<xmin>126.41135634642729713</xmin>
<ymin>-9.9569251133343144</ymin>
<xmax>132.84047461690275327</xmax>
<ymax>-5.89642936356034131</ymax>
</extent>
<projections>1</projections>
<destinationsrs>
Expand Down Expand Up @@ -1204,7 +1204,7 @@
<excludeAttributesWFS/>
<attributeactions/>
</maplayer>
<maplayer minimumScale="0" maximumScale="1e+08" simplifyDrawingHints="0" minLabelScale="0" maxLabelScale="1e+08" simplifyDrawingTol="1" geometry="Point" simplifyMaxScale="1" type="vector" hasScaleBasedVisibilityFlag="0" simplifyLocal="1" scaleBasedLabelVisibilityFlag="0">
<maplayer minimumScale="-4.65661e-10" maximumScale="1e+08" simplifyDrawingHints="0" minLabelScale="0" maxLabelScale="1e+08" simplifyDrawingTol="1" geometry="Point" simplifyMaxScale="1" type="vector" hasScaleBasedVisibilityFlag="0" simplifyLocal="1" scaleBasedLabelVisibilityFlag="0">
<id>20141001135611160</id>
<datasource>dbname='gis' host=cccs-postgis-public port=5432 user='docker' password='docker' sslmode=disable key='gid' srid=4326 type=POINT table="infra_airports" (geom) sql=</datasource>
<title></title>
Expand Down Expand Up @@ -1245,7 +1245,7 @@
<prop k="outline_width_map_unit_scale" v="0,0"/>
<prop k="outline_width_unit" v="MM"/>
<prop k="scale_method" v="area"/>
<prop k="size" v="3"/>
<prop k="size" v="7"/>
<prop k="size_map_unit_scale" v="0,0"/>
<prop k="size_unit" v="MM"/>
<prop k="vertical_anchor_point" v="1"/>
Expand Down Expand Up @@ -1285,7 +1285,7 @@
<property key="labeling/fieldName" value="name"/>
<property key="labeling/fontBold" value="true"/>
<property key="labeling/fontCapitals" value="0"/>
<property key="labeling/fontFamily" value="Ubuntu"/>
<property key="labeling/fontFamily" value="Sans Serif"/>
<property key="labeling/fontItalic" value="false"/>
<property key="labeling/fontLetterSpacing" value="0"/>
<property key="labeling/fontLimitPixelSize" value="false"/>
Expand Down Expand Up @@ -1314,7 +1314,7 @@
<property key="labeling/minFeatureSize" value="0"/>
<property key="labeling/multilineAlign" value="0"/>
<property key="labeling/multilineHeight" value="1"/>
<property key="labeling/namedStyle" value="Medium"/>
<property key="labeling/namedStyle" value="Italic"/>
<property key="labeling/obstacle" value="true"/>
<property key="labeling/placeDirectionSymbol" value="0"/>
<property key="labeling/placement" value="1"/>
Expand Down

0 comments on commit ddffc2c

Please sign in to comment.