public static Vector createLayerFromJson(String layerName, String url) {
FixedStrategyOptions fOptions = new FixedStrategyOptions();
FixedStrategy fStrategy = new FixedStrategy(fOptions);
GeoJSON geoJson = new GeoJSON();
HTTPProtocolOptions httpProtOptions = new HTTPProtocolOptions();
httpProtOptions.setUrl(url);
httpProtOptions.setFormat(geoJson);