Ignore:
Timestamp:
Jan 19, 2019, 3:12:38 PM (6 years ago)
Author:
alloc
Message:

Map: Marker clustering fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Web/API/ExecuteConsoleCommand.cs

    r325 r347  
    2626
    2727                        if (command == null) {
    28                                 resp.StatusCode = (int) HttpStatusCode.NotImplemented;
     28                                resp.StatusCode = (int) HttpStatusCode.NotFound;
    2929                                Web.SetResponseTextContent (resp, "Unknown command");
    3030                                return;
Note: See TracChangeset for help on using the changeset viewer.