Skip to content

Commit

Permalink
Fixed extents for contour layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahlzen committed Nov 20, 2011
1 parent 1b372ce commit 97b6d7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

// Test areas - modify as needed:

//var tileroot = "tile/oakland"; var lat = 37.8 ; var lon = -122.2
var tileroot = "tile/oakland"; var lat = 37.8 ; var lon = -122.2
//var tileroot = "tile/cadetail";var lat = 37.8 ; var lon = -122.2
var tileroot = "tile/yosdetail"; var lat = 37.75 ; var lon = -119.64
//var tileroot = "tile/yosdetail"; var lat = 37.75 ; var lon = -119.64

var zoom = 12;

Expand Down
5 changes: 2 additions & 3 deletions templates/contours.xml.templ
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE Map[
<!ENTITY % utils SYSTEM "include/utils.inc">
<!ENTITY % colors SYSTEM "include/colors.inc">
<!ENTITY dbsettings SYSTEM "include/dbsettings.inc">
<!ENTITY extentsLatLon SYSTEM "include/extentsLatLon.inc">
<!ENTITY dbsettings SYSTEM "include/dbsettings.inc">
<!ENTITY extents SYSTEM "include/extents.inc">
%utils;
%colors;
]>
Expand Down Expand Up @@ -134,7 +134,6 @@ z16-: major 2/3, minor 1 (labels on 1/2/3)

<!-- LAYERS -->

<!--Layer name="contours" status="on" srs="&srsLatLongNAD83;"-->
<Layer name="contours" status="on" srs="&srs900913;">
<StyleName>contourlines</StyleName>
<StyleName>contourlabels</StyleName>
Expand Down

0 comments on commit 97b6d7f

Please sign in to comment.