I have a shapefile whose coordinates are the CGCS2000 coordinate system. and I use the following command to ingest it into geowave
geowave config addstore load--gwNamespace geowave.load-t accumulo --zookeeper localhost:2181 --instance accumulo --user admin --password admin
# add index and use CGCS2000
geowave config addindex -t spatial -c EPSG:4490 load-spatial
# ingest
geowave ingest localtogw -f geotools-vector /home/hwang/geowave_shp/load/ loadload-spatial
# published to the geoserver
geowave gs addlayer load
GeoServer doesn't display this feature layer, but when i set coordinate system to WGS84, success, and i need help....
I have a shapefile whose coordinates are the CGCS2000 coordinate system. and I use the following command to ingest it into geowave
GeoServer doesn't display this feature layer, but when i set coordinate system to WGS84, success, and i need help....