Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a new Boundary index builder #5

Open
ncolomer opened this issue Jan 30, 2013 · 1 comment
Open

Implement a new Boundary index builder #5

ncolomer opened this issue Jan 30, 2013 · 1 comment

Comments

@ncolomer
Copy link
Owner

This specialized index aims to index multi-level boundaries (country / state / province / city) in order to query for region memberships of a location.

This implies following tasks:

  • implement the Relation entity in the EntityDao
  • index Relations in the main index
  • implement the Boundary specialized index builder (see the boundary=administrative wiki page)
@HarelM
Copy link

HarelM commented Oct 8, 2017

Hi,

I was wondering if this project is still maintained.
I saw in the documentation that relations are still not supported.
Can I help out?
I want to try and create a GeoServer that is using elastic search and OSM data.
Found another project that uses Elastic Search as a data source for GeoServer and the only missing piece I need to find is a way to get OSM data into ES database.
Currently I'm doing it in my project using C# code but I think using Osmosis is probably a better approach since this is what the OSM community is familiar with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants