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