Start a new topic

How to load POI data as GeoJson data from GeoServer

Hi everyone,


I want to receive POI data from geoserver. I'm new wikitude and geoserver. My data in geoserver as shapefile and because of that i can't display the data as geojson. How can i receive the POI's from geoserver?  Can anybody help, please?


Hi Irem,


Since you are new here, I would suggest that the best way for you to get started is by going through our documentation. You will be able to find there are the relevant information you are looking for. For example, if you browse here https://www.wikitude.com/external/doc/documentation/latest/android/retrievingpoidata.html#from-a-webservice then you can see how to retrieve data from a webservice.


Thanks,

Eva

Hi, i looked into the documantion. The using server link is http://example.wikitude.com/GetSamplePois/ . Geoserver has not a link with similar content. GeoJson data is shown  in .shp file with a geometry type  of linestring, point, polygon. So, i wonder that, can i use wikitude with geoserver for GEO AR apps? 


Thanks,


Irem

Hi,


As stated in the documentation, you can use Wikitude SDK and the Geo feature to retrieve POI data:

  • from application model
  • from a local resource (like a .json file)
  • from a webservice

Thanks,

Eva

Hi Eva,


I know these topics and studied them. Actualluy, "from application model" subject is not clear enough in my opinion, i don't understand from the code on samples. Is database connection create in java codes with  SampleCamContentFromNativeActivity.java file. Bu this file is not exists. Where is it exactly? In addition Geoserver is not a webservice, it is a server and save the data as a.shp file, not like in  http://example.wikitude.com/GetSamplePois/ . Do you have any knowledge abput this? Can i convert .shp file to json with wikitude or javascript in project codes?

Login or Signup to post a comment