FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-mapnik-sample-code/stylesheet.xml at master · mapnik/node-mapnik-sample-code · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
mapnik
/
node-mapnik-sample-code
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
71
Code
Issues
6
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
node-mapnik-sample-code
/
stylesheet.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (17 loc) · 823 Bytes
Breadcrumbs
node-mapnik-sample-code
/
stylesheet.xml
Copy path
File metadata and controls
20 lines (17 loc) · 823 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
Map
srs
=
"
+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over
"
background-color
=
"
red
"
>
<
Style
name
=
"
style
"
>
<
Rule
>
<
PolygonSymbolizer
fill
=
"
white
"
/>
<
LineSymbolizer
stroke
=
"
grey
"
stroke-width
=
"
.2
"
/>
</
Rule
>
</
Style
>
<
Layer
name
=
"
world
"
srs
=
"
+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over
"
>
<
StyleName
>style</
StyleName
>
<
Datasource
>
<
Parameter
name
=
"
file
"
>data/world_merc.shp</
Parameter
>
<
Parameter
name
=
"
encoding
"
>iso-8859-1</
Parameter
>
<
Parameter
name
=
"
type
"
>shape</
Parameter
>
</
Datasource
>
</
Layer
>
</
Map
>
Back
|
FazBrowse Home
|
New Git URL