WebGL is not working on ArcGis Server 10.6

963
3
Jump to solution
02-27-2018 07:42 AM
SergeyVladimirov
New Contributor II

i am trying to call function FeatureLayerView.highlight() on MapView, but it is not working. However, if i use SceneView it works fine. Possible issue is WebGL, 

Known Limitations

In 2D MapViews this method is only supported for FeatureLayers that have opted in to WebGL rendering.

Attached file is simple example of code. But it is not working . It looks that WebGL is not working on latest version of ArcGis Server 10.6 . Does anyone know why ? 

0 Kudos
1 Solution

Accepted Solutions
BjornSvensson
Esri Regular Contributor
  • Currently, support is limited to layers created from feature services hosted on ArcGIS Online. Non-hosted enterprise feature services will be supported at the ArcGIS Server 10.6.1 release.

See the "known limitations" at the bottom of the  https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#webgl-re... section.

View solution in original post

3 Replies
BjornSvensson
Esri Regular Contributor
  • Currently, support is limited to layers created from feature services hosted on ArcGIS Online. Non-hosted enterprise feature services will be supported at the ArcGIS Server 10.6.1 release.

See the "known limitations" at the bottom of the  https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#webgl-re... section.

philippenn
Occasional Contributor

Hi there...related question. Have ArcGIS Server Enterprise 10.6.1 instance with a FeatureService with a single point layer. If I go to http://<myarcgisserverurl>/<myservice>/FeatureServer/0/query I do not see PBF as a format in the drop-down.Nor can I jigger the URL querystring with f=PBF (Format not supported). Is there something I need to do to enable the PBF format?

0 Kudos
GotQuestion
New Contributor II

here is how to do it in 10.5.1 https://community.esri.com/message/802272 

0 Kudos