main.cpp#include <iostream> #include "animal.h" #include "bird.h" #include "insect.h" // assume that I handled the issue of preventing including a file more than once // using #ifndef #define and #endif in each header file. int main() { vector<Animal> creatures; creatures.push_back...
This PR changes the vector slicing world upside-down (or outside in)! (hehe :P) Before this PR, on the editor, when you are trying to alt-select a shape in a vector n-slicer, you have to hover over the original shape's position to get the box to show up. I was trying to fix...
A highly efficient JavaScript library forslicing GeoJSON data into vector tiles on the fly, primarily designed to enable rendering and interacting with large geospatial datasets on the browser side (without a server). Created to power GeoJSON inMapbox GL JS, but can be useful in other visualiza...
A highly efficient JavaScript library forslicing GeoJSON data into vector tiles on the fly, primarily designed to enable rendering and interacting with large geospatial datasets on the browser side (without a server). Created to power GeoJSON inMapbox GL JS, but can be useful in other visualiza...
Added single/multi-dimensional generic span type, with numpy-like slicing. Updated coroutines support with structured concurrency and symmetric coroutines. Updated coroutines support with proper error handling and error recovery. Template parameter i_type lets you define container type plus i_key and ...
mapbox/geojson-vt-cppPublic NotificationsYou must be signed in to change notification settings Fork60 Star98 master 6Branches39Tags Code Folders and files Name Last commit message Last commit date Latest commit maxammann Fix mid point calculation (#98) ...
mapbox/geojson-vt-cppPublic NotificationsYou must be signed in to change notification settings Fork60 Star98 master 6Branches39Tags Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. ...