Why do examples like https://openlayers.org/en/latest/examples/arcgis-tiled.html refer to ArcGIS's Map Service as MapServer? I don't believe ESRI documentation actually uses the term Mapserver or MapServer so I believe it is a disservice to OSGeo MapServer to propagate this usage.
Mapserver | ESRI Rest map service | MapServer
192 Views Asked by eswright At
2
There are 2 best solutions below
2

Welcome to SO!
This is just proper English vocabulary. I.E., you go to a restaurant for food service, thus is provided by a server (waiter/waitress).
However, it's not necessary to concatenate the words "MapServer"... "Map server" would do fine because it's just technical jargon.
But to ultimately answer your question ESRI usually has the word "MapServer" built into their URLs for accessing their map services. So it's not too surprising that they're often interchangeable.
Perhaps not now, but historically it did (ArcGIS 9.3):
http://resources.esri.com/help/9.3/arcgisserver/adf/java/help/doc/ffcb723b-2356-4afd-8a2c-a8a5c472e9eb.htm#MapServerObject
...
and:
http://resources.esri.com/help/9.3/arcgisserver/adf/java/help/doc/9e54b952-9c9c-47d0-b2e8-71a97de3e1d1.htm
UMN MapServer has been around since 1994
ref: https://trac.osgeo.org/mapserver/wiki/MapServerHistory
and that certainly pre-dates ArcGIS 9.3 (released June 26, 2008), but I'm not sure how far back it was when ESRI started using the term. MapObjects I think was around in 1998.
So it is perhaps unfortunate that ESRI came up with the same phrase for providing a map from a service as UMN, and they certainly did use it in the past; whether they should continue to use it is, I guess, a matter of opinion.