Exemplo n.º 1
0
 public FeatureCollection GetGeoRss(string georssurl)
 {
     return(_georssrepository.GetAll(georssurl));
 }
Exemplo n.º 2
0
 public FeatureCollection GetGeodataset(string datasetname)
 {
     return(_geodatasetrepository.GetAll(datasetname));
 }