We are using Leaflet in conjunction with plug-ins for Here Maps, WMS and ESRI. We are using html2canvas to convert the map view to an image to allow users to sketch on it. This has been working without issues for Here, WMS and ArcGIS Enterprise/service layers. We recently updated the mapping to implement ArcGIS Online/feature layers with the inclusion of the esri-leaflet-renderers plug-in. We've noticed that with the features layers, if they are an image and have base64 data in the JSON response from ESRI, they will draw when converting to an image, but anything that doesn't have base64 in the response (lines, polygons, etc.) will not draw. I was able to find the ESRI screenshot-widget which might be of use, but we are not using ArcGIS API for JavaScript. Does anyone know of a way to accomplish drawing all features in the generated image with what we are using today?
Issues Drawing Certain Features From ArcGIS FeatureLayers Using html2canvas
17 Views Asked by bdk0172 At
0
There are 0 best solutions below
Related Questions in LEAFLET
- Stop propagation of javasript/leaflet click event that starts in one element and ends in another
- With non-graphical maps in Leaflet, zoomDelta doesn't work
- Leaflet Map Media Queries
- GTFS - How to draw routes on a map (Leaflet + sql DB)
- Get latitude/longitude of an image's corners based on two other points
- remove blue background from markers
- Leaflet GeoSearch: Google Provider not working
- What is the unit of elevation in glo_30 Digital elevation map data
- Problem with imageOverlay layerGroup and zoom levels
- Cannot achieve live navigation using js,openstreetmap and leaflet
- Displaying Routes on Maps with OpenRoute Service and Leaflet
- leaflet map issue this._events[type].push is not a function
- Get latitude/longitude of an image's corners
- `Cannot use 'in' operator to search for '_leaflet_id' in null` in testing
- leaflet polyline, how to add a property to the point?
Related Questions in ARCGIS
- How to construct polygons from a 2D data to compute spatial autocorrelation in R
- Averaging Census Tracts and their Demographics into Thiessen Polygons (ArcGIS, R)
- Workaround for "TypeError: 'NoneType' object is not subscriptable" in ArcGIS Import data Tutorial
- Error in ArcPro's Fill Missing Values Tool using arcpy in Python
- Unknown error when trying to 'upsert' with ArcGIS API for Python
- Why do my variables keep being kicked out of a similarity search if they have the same field name?
- How can I tell my agents not to move outside of gis:load-dataset
- Does ArcGIS online Rest APIs provide metadata or OpenAPI specification?
- How to start a function in a python/propy script via c#?
- Arcpy: Python stops ExportToPDF through list after some iterations
- FME - Specify schema name in PostgreSQL database writer (ArcSde)
- How can I get better quality for exported raster in Arcgis Pro?
- Is there an alternative to terra patches in R for large SpatRasters?
- Airflow Docker. Executing Windows Python Scripts
- how to use arcgis locate widget with electron?
Related Questions in HTML2CANVAS
- TypeError: Failed to execute 'arrayBuffer' on 'Blob': Illegal invocation - Insert blob into database
- SigmaJS: Create a snapshot of "sigma-containter"
- html2canvas is not picking up chartjs correctly in the past breakpoint
- Using jsPDF-html2canvas, can I use jsPDFs .output('datauri')?
- Html2Canvas: Inconsistent PDF Image Output Across Devices
- html2canvas not rendering text above SVG when it is displayed on browser with z-index correctly set
- How to pass an HTML file from another location to jsPDF for PDF generation?
- html2canvas , unable to output inner html and div as png
- html2canvas capture dynamic div content
- Cannot get html2canvas to load in content.js of chrome extension
- Html2Canvas images getting cropped
- Html3Pdf many image requests
- how do i add image created using HTML2Canvas to eml file to contain data and image in attachment or body
- Issue after downloading html as pdf. Can't select texts, and the hyperlinks are not clickable in the downloaded pdf
- Get the Coordinate of Original Image
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?