Nidhi-219
Nidhi-219
code **main.js file:** ```js import Map from 'ol/Map.js'; import View from 'ol/View.js'; import GeoJSON from 'ol/format/GeoJSON.js'; import Layer from 'ol/layer/Vector.js'; import Source from 'ol/source/Vector.js'; import WebGLVectorLayer from 'ol/layer/WebGLVector.js'; import VectorSource...
Hi @M393 Thanks for reply. I had look at issue #16257 , and based on your comment The filter works with float values, not double, so all three timestamps will...
Hi @jahow Its actually not a precision issue. I want filter layer data with long numbers using style variables. sandbox : [https://codesandbox.io/p/sandbox/style-expressions-forked-4gwz5w] In the example above i can see its...
@jahow Thanks for reply. How this long values can be handled ?