mapbox / tilelive-overlay

Render GeoJSON features with simplestyle styles in a tilelive pipeline
ISC License
4 stars 13 forks source link

Bench async #10

Closed tmcw closed 10 years ago

tmcw commented 10 years ago

Hmm, the complex geojson example has stuff like:

        {
            "geometry": {
                "coordinates": [
                    -94.58082,
                    39.39054
                ],
                "type": "Point"
            },
            "properties": {
                "desc": "1st St/US 169 Spur",
                "description": "",
                "ele": null,
                "id": "marker-hpzniua63n",
                "marker-color": "",
                "marker-size": "",
                "marker-symbol": "",
                "name": "L01810",
                "sym": "Waypoint",
                "title": "L01810"
            },
            "type": "Feature"
        },

Not sure what to do with this - marker-size: "" will need to default to something. This seems like it should be invalid wrt simplestyle-spec.