ngageoint / elasticgeo

ElasticGeo provides a GeoTools data store that allows geospatial features from an Elasticsearch index to be published via OGC services using GeoServer.
GNU General Public License v3.0
168 stars 85 forks source link

wmts support #29

Closed tomerorenstein closed 7 years ago

tomerorenstein commented 7 years ago

hey :)

I have tried using WMTS instead of WMS with this plugin and got semi success.

The problems are:

  1. when not using viewparams option in url - the data returns back ok beside of some areas that the tile doesnt return(works with WMS).
  2. when trying using viewparams to add query in url - it is not working and im getting all data back instead of only the queried features. (works in WMS)

Thanx alot!

sjudeng commented 7 years ago

What client(s) are you using for WMTS? If relevant can you post some example layer configs/connection parameters?