]> git.argeo.org Git - gpl/argeo-suite.git/blob - ol/TileLayer.java
Prepare next development cycle
[gpl/argeo-suite.git] / ol / TileLayer.java
1 package org.argeo.app.ol;
2
3 public class TileLayer extends Layer {
4 public TileLayer(Object... args) {
5 super(args);
6 }
7
8 public TileLayer(Source source) {
9 setSource(source);
10 }
11 }