Skip to content

Commit

Permalink
mapbox-gl: support pitch-alignment v0.39.0
Browse files Browse the repository at this point in the history
Add new icon-pitch-alignment and circle-pitch-alignment properties mapbox/mapbox-gl-js#4869 mapbox/mapbox-gl-js#4871
  • Loading branch information
lora-reames authored Aug 28, 2017
1 parent fa6392d commit ab49000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/mapbox-gl/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,7 @@ declare namespace mapboxgl {
"icon-ignore-placement"?: boolean;
"icon-optional"?: boolean;
"icon-rotation-alignment"?: "map" | "viewport" | "auto";
"icon-pitch-alignment"?: "map" | "viewport"| "auto";
"icon-size"?: number | StyleFunction;
"icon-text-fit"?: "none" | "both" | "width" | "height";
"icon-text-fit-padding"?: number[];
Expand Down Expand Up @@ -1068,6 +1069,7 @@ declare namespace mapboxgl {
"circle-translate"?: number[];
"circle-translate-anchor"?: "map" | "viewport";
"circle-pitch-scale"?: "map" | "viewport";
"circle-pitch-alignment"?: "map" | "viewport";
"circle-stroke-width"?: number | StyleFunction;
"circle-stroke-color"?: string | StyleFunction;
"circle-stroke-opacity"?: number | StyleFunction;
Expand Down

0 comments on commit ab49000

Please sign in to comment.