Sam Matthews
Sam Matthews
Ah nice, thanks for pointing out where that all happens. I'll see what I can do!
Here's what I ended up with. **Override** ``` javascript if (childMarkers.length >= this._circleSpiralSwitchover) { positions = this._generatePointsSpiral(childMarkers.length, center); } else if (this._group.options.spiderfyLinear) { // checks for linear spiderfy positions =...
Definitely understandable. The "different shapes" functions could spin out of control if you start adding them all. Are you suggesting the user could pass a function as a parameter that...
Ha! Consider my support pledged. Now what?
@springmeyer I was on OSX and saw hangs with clang++ when using the following curl command: ``` curl -sSfL https://s3.amazonaws.com/mason-binaries/osx-x86_64/clang++/5.0.0.tar.gz | tar --gunzip --extract --strip-components=1 ``` The connection to the...
I'm just starting to learn cmake, so pardon if this comment doesn't make a ton of sense! I'd love to be able to automatically install a common mason.cmake file, [like...
The 3.0 branch has been created - we'll be using this as the main spot for discussion: https://github.com/mapbox/tilejson-spec/pull/36
Hey @pnorman, as stated above, myself (@mapsam) and @gretacb will be the lead authors and deciding committee of these two versions. We are following the CONTRIBUTING.md, which states all questions...
Hey y’all, this could use some improved language in the specification to make it clear where to specify the tile format. We’ll plan on clearing this up in the [upcoming...
Hey y'all, thanks for the back-and-forth here. Our plan is to include vector_layers in the [next version of the specification](https://github.com/mapbox/tilejson-spec/issues/35) (version 3). Since this key is clearly being used in...