Skip to content

UTFGridWMS support#1076

Closed
fdesj wants to merge 18 commits intoopenlayers:masterfrom
fdesj:utfgridwms
Closed

UTFGridWMS support#1076
fdesj wants to merge 18 commits intoopenlayers:masterfrom
fdesj:utfgridwms

Conversation

@fdesj
Copy link
Copy Markdown

@fdesj fdesj commented Aug 9, 2013

This is a patch for a UTFGrid using a WMS service. This is in prediction for MapServer UTFGrid.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this isn't doing what you expect it to be doing.

I'd go with

if (layer instanceof OpenLayers.Layer.UTFGrid ||
    layer instanceof OpenLayers.Layer.UTFGridWMS) {
// ...
}

@marcjansen
Copy link
Copy Markdown
Member

Hey @fdesj, would you be able to add tests and adress my other comments? I think that the new layer-class has a lot of duplicated code which you do not actually need.

I have only shortly scanned the code so far, I wouldn't call this a full-blown review.

fblackburn pushed a commit to fblackburn/openlayers that referenced this pull request Apr 10, 2014
*Remove some code repetition and fix some error.
*Modifications are based on the comment from the pull request openlayers#1076
mbarto added a commit to mbarto/openlayers that referenced this pull request Jan 13, 2016
@ahocevar
Copy link
Copy Markdown
Member

Superseded by #1486.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants