Skip to content

Commit 7ec0cd2

Browse files
committed
Improve graphic assets for documentation.
1 parent 735da0d commit 7ec0cd2

16 files changed

+95
-27
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
root = true
2+
3+
[*.csv]
4+
insert_final_newline = false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PHP7 Mapnik
22
===========
33

4-
<img src="docs/assets/header_graphic.png?raw=true" alt="PHP7 Mapnik" title="Generated by PHP7 Mapnik" width="640" height="160">
4+
<img src="docs/assets/readme_header_image.png?raw=true" alt="PHP7 Mapnik" title="Generated by PHP7 Mapnik" width="640" height="160">
55

66
Introduction
77
------------
-189 KB
Binary file not shown.
199 KB
Loading

docs/assets/header_graphic.png

-33.7 KB
Binary file not shown.

docs/assets/readme_header.png

31.5 KB
Loading

docs/assets/social_preview.png

47.4 KB
Loading

docs/assets/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
body {
22
align-items: center;
3-
background: url('docs_index_background.png') center center;
3+
background: url('documentation_index.png') center center;
44
background-size: cover;
55
display: flex;
66
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -43,4 +43,4 @@ main > header > p {
4343

4444
#main-nav > ul > li a:hover {
4545
background: white;
46-
}
46+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Map background-color="darkslateblue" srs="+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs">
1+
<Map background-color="slateblue" srs="+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs">
22
<Style name="world_style">
33
<Rule>
4-
<PolygonSymbolizer fill="slateblue" />
5-
<LineSymbolizer stroke="rgba(255,255,255,0.5)" stroke-width="0.2" />
4+
<PolygonSymbolizer fill="darkslateblue" />
5+
<LineSymbolizer stroke="mediumslateblue" stroke-width="0.5" />
66
</Rule>
77
</Style>
88

@@ -13,4 +13,4 @@
1313
<Parameter name="file">ne_110m_admin_0_countries.shp</Parameter>
1414
</Datasource>
1515
</Layer>
16-
</Map>
16+
</Map>
File renamed without changes.

0 commit comments

Comments
 (0)