question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GIS Spatial Map View broken

See original GitHub issue

System information:

  • Operating system Windows 10 x64
  • DBeaver version 6.1.3 portable
  • Java version Java 8 Update 201
  • Additional extensions -

Connection specification:

  • Database name and version MySQL 5.7
  • Driver name mysql-connector-java-8.0.17.jar
  • Do you use tunnels or proxies (SSH, SOCKS, etc)? -

Describe the problem you’re observing:

Spatial Map View stays blank.

Steps to reproduce, if exist:

Connect to a DB holding spatial files, select a cell containing a coordinate, activate the Map Panel.

Include any warning/errors/backtraces from the logs

No logs were written, but I opened the created HTML file in an external Webbrowser and used the Development-Tools to narrow down the issue to the line:

var sourceTips = [ {"fid":"14","gml_id":"DEBYvAAAAABZbnVL","gml_parent_id":"DEBYvAAAAABZbnC3","gml_modellart":"DLKM","punktart":"30","dfk_type":"13001","viewmode":"1400","viewmode2":"0","sym_name":"3020","breite":"1.0","z_relativ":"0.0","sym_bezeichnung":"Meißelzeichen","info":"
S<=  3 cm","featurename":"AX_Aufnahmepunkt","x":"585946.8","y":"5546017.6","t_gml_dt":"2018-01-03 15:02:37","fid_fme":"32230"} ];

The issue is, that there is a linebreak after the 268th character on line 26. It was displayed, after I removed the linebreak:

var sourceTips = [ {"fid":"14","gml_id":"DEBYvAAAAABZbnVL","gml_parent_id":"DEBYvAAAAABZbnC3","gml_modellart":"DLKM","punktart":"30","dfk_type":"13001","viewmode":"1400","viewmode2":"0","sym_name":"3020","breite":"1.0","z_relativ":"0.0","sym_bezeichnung":"Meißelzeichen","info":"S<=  3 cm","featurename":"AX_Aufnahmepunkt","x":"585946.8","y":"5546017.6","t_gml_dt":"2018-01-03 15:02:37","fid_fme":"32230"} ];

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
serge-ridercommented, Jul 29, 2019

Thanks for the bug report

0reactions
djagarcommented, Dec 13, 2019
Read more comments on GitHub >

github_iconTop Results From Across the Web

Fields Map Viewer Broken?!? New Update?!? - Esri Community
So I guess an update happened to Field Maps (Map Viewer) which is now completely broke. This is so frustrating... Issues:.
Read more >
Troubleshoot—ArcGIS Online Help | Documentation
When attempting to add a layer to the map or opening an existing map, I see a message that Map Viewer Classic is...
Read more >
Chapter 3 Repairing a Broken Data Link - YouTube
This is a companion video for Chapter 3 of the e-book, "Remote Sensing with ArcGIS Pro" by Tammy Parece, John McGee and James...
Read more >
Maps and GIS Data - CT.gov
Spatial information describes the physical location of objects in space. Though often used interchangeably, geographic or geospatial information/data ...
Read more >
GIS - Digital Spatial Data & Maps - Washington County
Geographic Information Systems (GIS) ... GIS – Digital Spatial Data & Maps. Loading. 2022 Elections Map PDF ... View. 2022 Elections Map PDF....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found