Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

naturalearth admin countries zipfile contains a .txt file - millstone assumes wrongly it is a csv format #101

Closed
kapouer opened this issue May 18, 2013 · 0 comments

Comments

@kapouer
Copy link

kapouer commented May 18, 2013

Using this :

{
  "Datasource": {
    "file": "../shapefiles/ne_10m_admin_0_countries.zip"
  },
  "geometry": "linestring",
  "id": "countries",
  "name": "countries",
  "srs-name": "WGS84",
  "srs": "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
}

Leads to :

<Datasource>
  <Parameter name="file"><![CDATA[/home/eda/cartographie/osmbright/shapefiles/ne_10m_admin_0_countries.txt]]></Parameter>
  <Parameter name="type"><![CDATA[csv]]></Parameter>
</Datasource>

There is indeed such a txt file but it contains only the version of the data.
Setting "type": "shape" in Datasource is a workaround.

springmeyer pushed a commit that referenced this issue Aug 9, 2013
springmeyer pushed a commit that referenced this issue Aug 9, 2013
springmeyer pushed a commit that referenced this issue Aug 9, 2013
springmeyer pushed a commit that referenced this issue Aug 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants