SRID not supported: 3785 [message #658592] |
Tue, 20 December 2016 15:37 |
|
MDockery
Messages: 2 Registered: March 2014 Location: Indy
|
Junior Member |
|
|
I see these errors in my Map Viewer log:
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.
|
|
|