zuhrasofyan

Results 3 comments of zuhrasofyan

Something like this: http://plnkr.co/edit/Ce69TO?p=preview It does not have that problem in the plnkr, but when the similar code applied to my site, the problem occurs.

nice solution @erichutchinson The table rendered just fine now, but still, I've got this error in console: ``` TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of...

That is a specific geoserver feature, that have format something like in pure javascript : ``` var location = new ol.source.TileWMS({url: 'http://myurl', params: {'LAYERS: 'table'}, serverType: 'geoserver'}); var viewResolution =...