This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -----------------------------------com.example.Claims.java----------------------------------- | |
| package com.example; | |
| import java.util.List; | |
| import com.google.gson.annotations.Expose; | |
| import com.google.gson.annotations.SerializedName; | |
| public class Claims { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: OsmAnd/src/net/osmand/plus/wikimedia/WikiMediaImage.java | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- OsmAnd/src/net/osmand/plus/wikimedia/WikiMediaImage.java (revision 068ed348e32e6bf9f0a2d155dc7fcf3a10fc19fa) | |
| +++ OsmAnd/src/net/osmand/plus/wikimedia/WikiMediaImage.java (revision 068ed348e32e6bf9f0a2d155dc7fcf3a10fc19fa) | |
| @@ -0,0 +1,7 @@ | |
| +package net.osmand.plus.wikimedia; | |
| + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: OsmAnd-java/src/main/java/net/osmand/data/Amenity.java | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- OsmAnd-java/src/main/java/net/osmand/data/Amenity.java (revision 5e827a23f1e0fe54c5db21e3dbc80ee290295df3) | |
| +++ OsmAnd-java/src/main/java/net/osmand/data/Amenity.java (revision 5fee69dc8c1de55239676165bfe4b86d4c6153ca) | |
| @@ -36,6 +36,7 @@ | |
| public static final String COLLECTION_TIMES = "collection_times"; | |
| public static final String CONTENT = "content"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Stops: | |
| Krimpen aan de Lek (autoveer): [Krimpen aan de Lek - Kinderdijk ferry, Krimpen aan de Lek - Kinderdijk ferry] Lat 51.89077 Lon 4.6278405 2832911952 | |
| Kinderdijk (autoveer): [Krimpen aan de Lek - Kinderdijk ferry, Krimpen aan de Lek - Kinderdijk ferry] Lat 51.888424 Lon 4.6282268 2832055104 | |
| Arkel, Poort van Kleef: [872 bus, 872 bus, 80 bus] Lat 51.885193 Lon 4.9984574 41821310744 | |
| Leerdam, Rehoboth: [704 bus, 704 bus] Lat 51.886757 Lon 5.08034 108589755444 | |
| Pauluskerk: [704 bus, 704 bus] Lat 51.88996 Lon 5.081756 41821321864 | |
| Owensstraat: [85 bus, 85 bus] Lat 51.889046 Lon 5.083301 41821321770 | |
| Joost de Jongestraat: [704 bus, 704 bus] Lat 51.89159 Lon 5.084996 41821322062 | |
| Burgemeester Meesplein: [85 bus, 85 bus] Lat 51.89142 Lon 5.0863266 41821322402 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef _OSMAND_TRANSPORT_ROUTE_RESULT_SEGMENT_CPP | |
| #define _OSMAND_TRANSPORT_ROUTE_RESULT_SEGMENT_CPP | |
| #include "transportRouteResultSegment.h" | |
| #include "transportRoutingObjects.h" | |
| // #include "commonOsmAndCore.h" | |
| // #include "CommonCollections.h" | |
| TransportRouteResultSegment::TransportRouteResultSegment() | |
| { | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef _OSMAND_TRANSPORT_ROUTE_RESULT_SEGMENT_H | |
| #define _OSMAND_TRANSPORT_ROUTE_RESULT_SEGMENT_H | |
| #include "transportRoutingObjects.h" | |
| // #include "commonOsmAndCore.h" | |
| // #include "CommonCollections.h" | |
| #define GEOMETRY_WAY_ID -1 | |
| #define STOPS_WAY_ID -2 | |
| struct TransportRouteResultSegment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| void parseRouteAttributeEvalRule(JNIEnv* ienv, jobject rule, shared_ptr<RouteAttributeEvalRule> erule, GeneralRouter* router) { | |
| jstring jselectValue = (jstring) ienv->GetObjectField(rule, jfield_RouteAttributeEvalRule_selectValueDef); | |
| string selectValue = getString(ienv, jselectValue); | |
| ienv->DeleteLocalRef(jselectValue); | |
| jstring jselectType = (jstring) ienv->GetObjectField(rule, jfield_RouteAttributeEvalRule_selectType); | |
| string selectType; | |
| if(jselectType) { | |
| selectType = getString(ienv, jselectType); | |
| ienv->DeleteLocalRef(jselectType); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [100%] Linking CXX shared library /home/madwasp79/Osmand/core-legacy/binaries/linux/amd64/Debug/libosmand.so | |
| CMakeFiles/osmand.dir/home/madwasp79/Osmand/core-legacy/native/src/binaryRead.cpp.o:/home/madwasp79/Osmand/core-legacy/targets/.cmake/../../native/src/binaryRead.h:774: multiple definition of `openFiles' | |
| CMakeFiles/osmand.dir/home/madwasp79/Osmand/core-legacy/native/src/rendering.cpp.o:/home/madwasp79/Osmand/core-legacy/targets/.cmake/../../native/src/binaryRead.h:774: first defined here | |
| CMakeFiles/osmand.dir/home/madwasp79/Osmand/core-legacy/native/src/binaryRead.cpp.o:/home/madwasp79/Osmand/core-legacy/targets/.cmake/../../native/src/binaryRead.h:775: multiple definition of `transportIndexesList' | |
| CMakeFiles/osmand.dir/home/madwasp79/Osmand/core-legacy/native/src/rendering.cpp.o:/home/madwasp79/Osmand/core-legacy/targets/.cmake/../../native/src/binaryRead.h:775: first defined here | |
| CMakeFiles/osmand.dir/home/madwasp79/Osmand/core-legacy/native/src/precalculatedRouteDirection.cpp.o:/home/madwasp79/Osman |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| madwasp79@madwasp-legion:~/Osmand/core-legacy/targets/amd64-linux-clang-amd64-linux-clang-debug.baked$ make -j1 VERBOSE=1 | |
| /usr/bin/cmake -H/home/madwasp79/Osmand/core-legacy/targets/.cmake -B/home/madwasp79/Osmand/core-legacy/targets/amd64-linux-clang-amd64-linux-clang-debug.baked --check-build-system CMakeFiles/Makefile.cmake 0 | |
| /usr/bin/cmake -E cmake_progress_start /home/madwasp79/Osmand/core-legacy/targets/amd64-linux-clang-amd64-linux-clang-debug.baked/CMakeFiles /home/madwasp79/Osmand/core-legacy/targets/amd64-linux-clang-amd64-linux-clang-debug.baked/CMakeFiles/progress.marks | |
| make -f CMakeFiles/Makefile2 all | |
| make[1]: Entering directory '/home/madwasp79/Osmand/core-legacy/targets/amd64-linux-clang-amd64-linux-clang-debug.baked' | |
| make -f zlib/CMakeFiles/z_osmand.dir/build.make zlib/CMakeFiles/z_osmand.dir/depend | |
| make[2]: Entering directory '/home/madwasp79/Osmand/core-legacy/targets/amd64-linux-clang-amd64-linux-clang-debug.baked' | |
| cd /home/madwasp79/Osmand/core-legacy/targets/amd64-linux-clang-amd64-linux- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bool getTransportIndex(int filePointer, TransportIndex*& ind) { | |
| for (TransportIndex*& i : transportIndexesList) { | |
| if (i->filePointer <= filePointer && (filePointer - i->filePointer) < i->length) { | |
| ind = i; | |
| return true; | |
| } | |
| } | |
| return false; | |
| } |
NewerOlder