Replies: 3 comments 21 replies
-
As far as I'm aware, we don't support WMS or WMTS, though probably you could add support. That example doesn't exist anymore, if you search on the master branch it is gone, do you mean instead: https://www.harp.gl/docs/master/examples/#datasource_here-webtile.html ? I guess you need to checkout out the latest master and retry? |
Beta Was this translation helpful? Give feedback.
-
@nzjony hmm... extending the https://codesandbox.io/s/serverless-wildflower-7orbf Do I need to implement my own titling scheme class? |
Beta Was this translation helpful? Give feedback.
-
@nzjony here is the CodeSandbox I have been working with... https://codesandbox.io/s/serverless-wildflower-7orbf OpenLayers actually has an example on using an ArcGIS tile service endpoint in EPSG:4326 projection. Looks like they set the https://openlayers.org/en/latest/examples/xyz-esri-4326-512.html If I try using the When I zoom in the tiles go all out of whack... The |
Beta Was this translation helpful? Give feedback.
-
Hi! I am new to harp and am looking at using it for integrating with a WMS or WMTS tile service. I thought perhaps this example was the correct route.
I can see tile network requests going out to the server and tiles being returned. However, nothing is rendered to the screen. The screen appears completely black? Additionally, the
tileKey
'slevel
property for some reason starts at 5 when I would expect 0?Any assistance would be great!
Beta Was this translation helpful? Give feedback.
All reactions