Home
last modified time | relevance | path

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 Dparser.cpp49 …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 Dstyle_impl.cpp81 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 Dmapbox.cpp56 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 Devent.cpp18 { Event::ParseStyle, "ParseStyle" },
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Devent.hpp18 ParseStyle, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source.cpp66 Log::Error(Event::ParseStyle, "Failed to parse GeoJSON data: %s", in loadDescription()