Michal Ďurík

Results 11 comments of Michal Ďurík

Try this code but it's static. ``` let arrow = L.polylineDecorator(layer, { id: layer._leaflet_id, patterns: [ { offset: '100%', endOffset: '100%', repeat: 0, symbol: L.Symbol.arrowHead({ pixelSize: 15, polygon: false, pathOptions:...

When you create a polyline with a decorator you have to add the leaflet id of the polyline to a decorator. Now you know which polyline have which decorator. Then...

What do you think about export arrow symbology? Can you be more specific ?

``` let arrow = L.polylineDecorator(layer, { id: layer._leaflet_id, patterns: [ { offset: '100%', endOffset: '100%', repeat: 0, symbol: L.Symbol.arrowHead({ pixelSize: 15, polygon: false, pathOptions: { fill: false, fillColor: '', fillOpacity:...

@mugambi40 you don't need SVG. You have the props color und there you can change your current color. And **feature.properties.color** is only my way to take the right data for...

Without your code, I cannot help you.

I use Vue.js but the logic is the same you muss only the code little change. Marker Icon: ` const icon = L.icon({ iconUrl: require('@/assets/img/FireStation.svg'), iconSize: [30, 30], iconAnchor: [13,...

Same probleme here. I use: .AddCacheControl() .ModifyCacheControlOptions(o => o.DefaultMaxAge = 60_000) .UseQueryCachePipeline() HotChocolate.AspNetCore - 13.9.3 HotChocolate.Caching - 13.9.3