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

why is mz_is_building: false in tiles? #333

Closed
nvkelso opened this issue Oct 24, 2015 · 3 comments
Closed

why is mz_is_building: false in tiles? #333

nvkelso opened this issue Oct 24, 2015 · 3 comments
Assignees
Milestone

Comments

@nvkelso
Copy link
Member

nvkelso commented Oct 24, 2015

I thought that was only an internal server processing step, not intended for export?

Example:

http://vector.dev.mapzen.com/osm/all/15/5235/12671.topojson?api_key=vector-tiles-HqUVidw

@nvkelso
Copy link
Member Author

nvkelso commented Oct 24, 2015

eg:

landuse_labels: {
type: "GeometryCollection",
geometries: [
{
type: "Point",
properties: {
label_placement: "yes",
kind: "grass",
name: "Maloney Field",
area: 16376,
mz_is_building: false,
min_zoom: 10.2564,
source: "openstreetmap.org",
sport: "baseball",
id: -4792969,
osm_relation: true
},
coordinates: [
413,
774
]
},

@zerebubuth
Copy link
Member

After tilezen/TileStache#84 and #351, now I'm not getting that internal property any more:

  "landuse_labels": {
    "type": "GeometryCollection",
    "geometries": [
      {
        "type": "Point",
        "properties": {
          "label_placement": "yes",
          "kind": "grass",
          "name": "Maloney Field",
          "area": 16376,
          "source": "openstreetmap.org",
          "min_zoom": 10.2564,
          "sport": "baseball",
          "id": -4792969,
          "osm_relation": true
        },
        "coordinates": [
          413,
          774
        ]
      },

@zerebubuth zerebubuth removed their assignment Oct 28, 2015
@nvkelso nvkelso self-assigned this Oct 28, 2015
@rmarianski rmarianski assigned nvkelso and unassigned nvkelso Oct 29, 2015
@nvkelso
Copy link
Member Author

nvkelso commented Oct 30, 2015

Verified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants