mapbox / supermercado

Supercharger for mercantile
MIT License
127 stars 21 forks source link

clear up namespace #34

Closed dnomadb closed 4 years ago

dnomadb commented 4 years ago
pratikyadav commented 4 years ago
$ cat points.geojson                                                                                                                                                          
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[77.42340087890625,23.264057460884295]}},{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[-69.345703125,45.44471679159555]}},{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[-73.5205078125,45.61403741135093]}},{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[-122.48931884765626,47.40625001081504]}}]}

cat points.geojson| supermercado burn 13                                                                                                                                    
[1308, 2867, 13]
[2423, 2926, 13]
[2518, 2932, 13]
[5857, 3551, 13]

$ cat line.geojson                                                                                                                                                            
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-122.508544921875,47.35231505495172],[-122.47970581054688,47.45270138262922]]}}]}

$ cat line.geojson | supermercado burn 13                                                                                                                                     
[1308, 2866, 13]
[1308, 2867, 13]
[1308, 2868, 13]
[1308, 2869, 13]

LGTM

giphy (2)

celoyd commented 4 years ago

dood