question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SpatialIndex not created on Import

See original GitHub issue

I just saw that the SpatialIndex is not created when using the import function instead of the web function.

Obviously the reason for this is that the SpatialIndex creation part is in the web module but Import does not use the web module.

A reasonable solution could be to move the package com.graphhopper.spatialrules to the tools. We would further need to create a dependency from web to tools.

Another solution could be to move the package com.graphhopper.spatialrules to the core, which would result in no additional dependencies.

WDYT?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:17 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
devemux86commented, Jun 28, 2017

There is the famous Android 64K reference limit that makes dependencies there very important to watch. Workarounds exist, but each with its own impact. Also Android org.json package is not so advanced as Gson or Jackson.

0reactions
michazcommented, Jun 28, 2017

Also Android org.json package

Perfect, now I get where the org.json stuff came from.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to create spatial indexes after upgrading to Oracle 12c
During the import, there are invalid packages, and spatial indexes are not created on the data.
Read more >
Problem with spatial indexes after impdp import - Google Groups
I am doing an impdp import into a new database. I am getting some errors indicating that there are problems with spatial indexes....
Read more >
Problem with spatial indexes after impdp import — oracle-tech
I am doing an impdp import into a new database. I am getting some errors indicating that there are problems with spatial indexes....
Read more >
Add Spatial Index (Data Management)—ArcMap
Use this tool to either add a spatial index to a shapefile or feature class that does not already have one or to...
Read more >
Import a Spatial Index - Newforma Help
To import a Spatial Index. 1. Start by creating a Spatial Index from the template or exporting Spatial Index information from Revit.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found