mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-28 00:43:38 +00:00
[api] Replace om:// scheme with cm://
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -34,10 +34,10 @@ bool Ge0Parser::Parse(std::string const & url, Result & result)
|
||||
// |+-------+--------- 9 bytes: lat,lon
|
||||
// || | +--+---- Variable number of bytes: point name
|
||||
// || | | |
|
||||
// om://ZCoordba64/Name
|
||||
// cm://ZCoordba64/Name
|
||||
|
||||
// Alternative format (differs only in the prefix):
|
||||
// http://omaps.app/ZCoordba64/Name
|
||||
// http://comaps.app/ZCoordba64/Name
|
||||
|
||||
for (auto prefix : kGe0Prefixes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user