Skip to content

Commit

Permalink
Load the source from MapBox hosting by default. Can be changed to loc…
Browse files Browse the repository at this point in the history
…al by people.
  • Loading branch information
klokan committed Sep 9, 2015
1 parent 0971a27 commit 7709982
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified countries.tm2/.thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions countries.tm2/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<Parameters>
<Parameter name="attribution"><![CDATA[KlokanTech, MapBox, Natural Earth Data]]></Parameter>
<Parameter name="bounds">-180,-85.0511,180,85.0511</Parameter>
<Parameter name="center">0.5713,45.6908,5</Parameter>
<Parameter name="center">0,0,2</Parameter>
<Parameter name="description"><![CDATA[Style converted from TileMill's Geographical Class made from Natural Earth data processed by MapBox.]]></Parameter>
<Parameter name="format">png8:m=h</Parameter>
<Parameter name="maxzoom">10</Parameter>
<Parameter name="minzoom">0</Parameter>
<Parameter name="name"><![CDATA[Countries]]></Parameter>
<Parameter name="source"><![CDATA[tmsource:///Users/klokan/Projects/vector-tiles-sample/countries.tm2source]]></Parameter>
<Parameter name="source"><![CDATA[mapbox:///klokantech.97cbd1e1]]></Parameter>
</Parameters>


Expand Down Expand Up @@ -1218,4 +1218,4 @@
srs="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over">
<StyleName>country-name</StyleName> </Layer>

</Map>
</Map>
8 changes: 4 additions & 4 deletions countries.tm2/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ bounds:
- 180
- 85.0511
center:
- 0.5713
- 45.6908
- 5
- 0
- 0
- 2
description: Style converted from TileMill's Geographical Class made from Natural Earth data processed by MapBox.
format: "png8:m=h"
interactivity_layer: ''
layers: null
maxzoom: 10
minzoom: 0
name: Countries
source: "tmsource:///Users/klokan/Projects/vector-tiles-sample/countries.tm2source"
source: "mapbox:///klokantech.97cbd1e1"
styles:
- style.mss
- labels.mss
Expand Down

0 comments on commit 7709982

Please sign in to comment.