This page tests initializing geomap with services requiring different tilingSchemes.
Dynamic services are not yet implemented but will be able to be layered on top of tiled services as they don't require a tilingScheme at all.
For this example, I have set $.geo.proj to null and am setting the center in real map units. This is because the second service, New Jersey, is not in web mercator and geomap does not provide a built-in conversion from lon/lat.
The New Jersey service is a tiled service with an ArcGIS Server REST endpoint. The level stops of an ArcGIS Server tile cache are often not a power of two and therefore cannot be calculated. We list them all out by using the pixelSizes property of the tilingScheme instead of specifying basePixelSize and levels properties.
Choose a service/tilingScheme combo and click set to refresh the page and re-initialize the map.