Searched refs:ParseStyle (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | parser.cpp | 49 …Log::Warning(Event::ParseStyle, "current renderer implementation only supports style spec version … in parse() 67 Log::Warning(Event::ParseStyle, "center coordinate must be a longitude, latitude pair"); in parse() 132 Log::Warning(Event::ParseStyle, error.message); in parseTransition() 143 Log::Warning(Event::ParseStyle, error.message); in parseLight() 152 Log::Warning(Event::ParseStyle, "sources must be an object"); in parseSources() 163 Log::Warning(Event::ParseStyle, error.message); in parseSources() 176 Log::Warning(Event::ParseStyle, "layers must be an array"); in parseLayers() 182 Log::Warning(Event::ParseStyle, "layer must be an object"); in parseLayers() 187 Log::Warning(Event::ParseStyle, "layer must have an id"); in parseLayers() 193 Log::Warning(Event::ParseStyle, "layer id must be a string"); in parseLayers() [all …]
|
| H A D | style_impl.cpp | 81 Log::Error(Event::ParseStyle, message.c_str()); in parse()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | mapbox.cpp | 56 Log::Error(Event::ParseStyle, "Invalid style URL"); in normalizeStyleURL() 73 Log::Error(Event::ParseStyle, "Invalid sprite URL"); in normalizeSpriteURL() 91 Log::Error(Event::ParseStyle, "Invalid glyph URL"); in normalizeGlyphsURL() 108 Log::Error(Event::ParseStyle, "Invalid tile URL"); in normalizeTileURL()
|
| H A D | event.cpp | 18 { Event::ParseStyle, "ParseStyle" },
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | event.hpp | 18 ParseStyle, enumerator
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/ |
| H A D | geojson_source.cpp | 66 Log::Error(Event::ParseStyle, "Failed to parse GeoJSON data: %s", in loadDescription()
|