mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Deploying to gh-pages from @ maplibre/maplibre-rs@ee66fdd826 🚀
This commit is contained in:
parent
f166a13179
commit
aabb1f6398
@ -326,7 +326,7 @@
|
||||
|
||||
<span class="kw">use </span>cgmath::{num_traits::Signed, Bounded};
|
||||
<span class="kw">use </span>geo::prelude::<span class="kw-2">*</span>;
|
||||
<span class="kw">use </span>geo_types::{CoordFloat, Coordinate, Geometry, LineString, Point, Polygon};
|
||||
<span class="kw">use </span>geo_types::{Coord, CoordFloat, Geometry, LineString, Point, Polygon};
|
||||
<span class="kw">use </span>geozero::{
|
||||
error::GeozeroError, geo_types::GeoWriter, ColumnValue, FeatureProcessor, GeomProcessor,
|
||||
PropertyProcessor,
|
||||
@ -404,7 +404,7 @@
|
||||
<span class="kw">impl </span>TileIndex {
|
||||
<span class="kw">pub fn </span>point_query(<span class="kw-2">&</span><span class="self">self</span>, inner_coords: InnerCoords) -> Vec<<span class="kw-2">&</span>IndexedGeometry<f64>> {
|
||||
<span class="kw">let </span>point = geo_types::Point::new(inner_coords.x, inner_coords.y);
|
||||
<span class="kw">let </span>coordinate: Coordinate<<span class="kw">_</span>> = point.into();
|
||||
<span class="kw">let </span>coordinate: Coord<<span class="kw">_</span>> = point.into();
|
||||
|
||||
<span class="comment">// FIXME: Respect layer order of style
|
||||
</span><span class="kw">match </span><span class="self">self </span>{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user