Launching Weave using URL parameters
It’s possible to open the Weave client with additional URL parameters to customise its startup.
...
Code Block |
---|
http://server:8080/weave/main.html?minx=339680&maxx=339700&miny=5818936&maxy=5818956&minScale=5000 |
Note that the coordinates are assumed to be in the same projection as the map display, if they are different a crs
parameter can also be included that specifies the EPSG projection code that the coordinates are provided in.
Code Block |
---|
http://server:8080/weave/main.html?x=137.2&y=-34.5&marker=true&crs=4326 |