RUNNING MapViewer Version: 12.2.1.1.0
I see these errors:
Dec 20, 2016 3:12:56 PM oracle.sdovis.CatalogSRSStore getSRSRowData
WARNING: SRID not supported: 3785
Dec 20, 2016 3:12:56 PM oracle.sdovis.SRSCache get
WARNING: Cannot find SRS definition for srid 3785.
However, I only have 2 srid's that I know of (and they are 26916 and 32039)
select distinct SRID from user_sdo_geom_metadata;
and both of those are also found in MDSYS.SDO_COORD_REF_SYSTEM:
select SRID, COORD_REF_SYS_NAME COORD_REF_SYS_KIND, DATA_SOURCE, INFORMATION_SOURCE
from MDSYS.SDO_COORD_REF_SYSTEM WHERE SRID in (26916, 32039);
I appreciate any guidance/feedback.