Skip to content

Commit b9b1240

Browse files
author
“Malcolm
committed
Merge branch 'feature/2025-07-raw-bucket' of github.com:AtlasProgramming/maplibre-native into feature/2025-07-raw-bucket
2 parents 34d9abf + 386b898 commit b9b1240

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/mbgl/plugin/feature_collection.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class FeatureCoordinate {
2222
double _tileY = 0; // Tile coord
2323
};
2424

25-
// This is a list of coordinates. Broken out into it's own class because
25+
// This is a list of coordinates. Broken out into its own class because
2626
// a raw bucket feature can have an array of these
2727
class FeatureCoordinateCollection {
2828
public:

src/mbgl/plugin/plugin_layer_render.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ void RenderPluginLayer::update([[maybe_unused]] gfx::ShaderRegistry& shaderRegis
127127
continue;
128128
}
129129

130-
// See if we already have this tile'a feature collection
130+
// See if we already have this tile's feature collection
131131
if (_featureCollectionByTile.contains(tileID)) {
132132
continue;
133133
}

0 commit comments

Comments
 (0)