hoogw
hoogw
I need convert geojson to shapefile in browser, without node.js. How?
#211 have solution for version 1(old) on how to do auto suggest by tokenStore.expand. However, I use newer version 2, tokenSet, no expand method, Can you suggest how to do...
browser crash when add doc? click search tab, type a number, then click search button wait a minutes, browser eventually crash. But if you try other content in this web...
store.js use in memory(localstorage) or physical disk( indexedDB)? what is size limit? I have large json data(1 GB) need to store in browser. Would store.js works?
Could not load source file "0" in source map of "../node_modules/jsoneditor/dist/jsoneditor.min.js"
I got this warning when build, using "jsoneditor": "^9.1.6", Could not load source file "0" in source map of "../node_modules/jsoneditor/dist/jsoneditor.min.js" full code: parcel build --no-minify --no-cache --public-url ./ arcgis/*.html ⚠️...
I read all those below, but it is still for me impossible to do it. Too hard for many people like me. Can you provide a guide or document details...
I know this have rtree already, but I don't know how to use it. Can you write some usage in readme? How to turn on and use rtree , do...
Are you going to make v4.16 version of CMV? v3.x will retired in 2022 as ESRI claimed
https://sampleserver6.arcgisonline.com/arcgis/rest/services/Earthquakes_Since1970/FeatureServer https://sampleserver6.arcgisonline.com/arcgis/rest/services/Energy/Geology/FeatureServer How to config it to support above feature server? I know type=dynamic will works with MapServer, For example: https://sampleserver6.arcgisonline.com/arcgis/rest/services/Earthquakes_Since1970/MapServer I have try type=feature It only works when your...
Performance improvement needed. I test 60K (350MB) json file, oboe, compare to [browser native stream api ](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API) is 10 times slower. Only for small amount of data, difference is trivals....