Vreixo González Caneda
Vreixo González Caneda
@kalon33 My modifications are very easy and just a temporary patch, you can see them here https://github.com/vreixo/OpenTripPlanner/commit/fd6d90931babd4df8ee94de32b2e734a2b9f3e40. I just commented the functions applying the datum (which are files to correct...
Off course if something is not clear just ask me and I'll try to help and also take in account that it's the first time that I work with elevation...
Yes, would be interesting. Another good option would be to use Skobbler API, as you said in another conversation, which has for example the step-by-step navigation mode and other very...
@kalon33 there have been some problems with my English skills I see :-) You don't need "egm96_15.gtx" nor data from "http://reverb.echo.nasa.gov/reverb/#utf8=%E2%9C%93&spatial_map=satellite&spatial_type=rectangle", this is only if you use other providers. If...
@kalon33 are you pressing on the map squares? For france I'm seeing a file of 4GB. If you prefer to go the way with the other provider (NASA reverb) the...
ups, I don't know then, perhaps try to search for other download providers of EU-DEM. What you need is a digital elevation model on a reference system WGS84 or similar...
@kalon33 I had made a pretty awful patch to have this working and I suppose that the names of some classes have changed and you can't pick my files directly....
@kalon33 more or less, you need to "use" the constructor, here is how the file should be: ``` File cacheDirectory = new File(params.cacheDirectory, "aquitaine.tiff"); ElevationGridCoverageFactory gcf = new GeotiffGridCoverageFactoryImpl(cacheDirectory); GraphBuilder...
I understand the problem, so we should try to find a solution. I wonder if it's possible to just take actual markers and add letters, because they may be proprietary...
@kalon33, thanks for the catch! The problem is that we are using a system wide string to avoid adding unnecessary strings to our highly populated `values` files. The problem is...