Replies: 9 comments
-
Is it possible that my data is too large? The grid data I read from NC data into geojson has 365 days, a sampling distance of 4km, and a latitude and longitude span of 8 degrees. |
Beta Was this translation helpful? Give feedback.
-
When I set the sampling distance to 40km, there is no problem. This is the same code, just the amount of data is different |
Beta Was this translation helpful? Give feedback.
-
Without a way to reproduce this, there's little I can help with... |
Beta Was this translation helpful? Give feedback.
-
This is my data, please test it. |
Beta Was this translation helpful? Give feedback.
-
Please provide a jsbin/codepen/stackblitz with minimal reproduction, I wouldn't know where to start with what you sent... |
Beta Was this translation helpful? Give feedback.
-
https://maplibre.org/martin/quick-start-windows.html you can use this to start |
Beta Was this translation helpful? Give feedback.
-
I actually can't... Sorry... Can you please provide ajsbin/codepen minimal reproduction? I'm having a hard time understanding the problem with the currently provided information... |
Beta Was this translation helpful? Give feedback.
-
https://jsbin.com/mijixikubo/1/edit?html,console,output This is code.you can copy this and download martin.Let data and martin.exe in one floder,and then run martin sat_all.mbtiles use shell.if you need more info tell me what should i provide |
Beta Was this translation helpful? Give feedback.
-
Did you try using maplibre-inspect or maputnik on the tiles to see that you get the information you expect to be in the tiles? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I converted my time-series geojson data into mbtiles and loaded it on the map. I then used the setFilter method to filter the time parameters. However, when I called the setFilter method, there was no error, but no data was rendered on the map. Only one frame of data was loaded at the beginning.
Beta Was this translation helpful? Give feedback.
All reactions