Ticket #646 (closed bug: fixed)
wfs tile -- no need to pass special args
| Reported by: | euzuro | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4 Release |
| Component: | Tile.WFS | Version: | 2.4 RC1 |
| Keywords: | Cc: | ||
| State: |
Description
We used to have to pass special args here because the wfs tile constructor was accepting an array of urls.
It seems that is no longer the case, and so there's no real reason to send a null for url here -- it just makes the code more complicated.
I'll leave the
this.url = url;
line in there because (see next patch) I am going to propose that the base Tile class shouldn't be dealing with a URL parameter at all (this this assignment will be necessary)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

