Skip to content

configure coordinate and GeoServer  #1360

@scially

Description

@scially

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....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions