Infrastructure Map Server Forum
Welcome to Autodesk’s Infrastructure Map Server Forums. Share your knowledge, ask questions, and explore popular Infrastructure Map Server topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Commercial Layers do not match up when zoomed in

7 REPLIES 7
Reply
Message 1 of 8
behr
381 Views, 7 Replies

Commercial Layers do not match up when zoomed in

Hello, 

 

I am encountering a problem when zoomed in with commercial layers. The commercial layers to not resize or match up with my map. In other words, things are not where they are supposed to be. 

 

 

Has anybody else had this issue? Is therd a work around?

7 REPLIES 7
Message 2 of 8
DEVR1105
in reply to: behr

For the Google maps, you may see the "Birds eye" view when zooming in.  That is not fixed yet in AIMS, but there is a work-around.

 

In the fusionSF-compressed.js (back up first!)

Search for
streetViewControl:false});

Replace it with

streetViewControl:false});mapObject.setTilt(0);

 

There is no guarentee that your data will match anyway (yours might be way more accurate!).  By any chance, are you storing you data in Lat/Long or a State Plane coordinate system?

 

Message 3 of 8
behr
in reply to: DEVR1105

Hello, 

 

My map is in WGS84.PseudoMercator. The issue I have is when I am zoomed in closer than 1:1150. 

 

 

I will try you work around shortly. For our area of interest, Bing tends to have better images so thats what most users go for. For us, Google is sort of a back up plan.

Message 4 of 8
behr
in reply to: behr

This is the closest thing I can find. 

 

 

streetViewControl:!1}),this.enableTilt||a.setTilt(0)

Message 5 of 8
behr
in reply to: behr

This is my fusionSF-compressed.js   With a txt extension 

Message 6 of 8
gluckett
in reply to: behr

What version of AIMS are you running? 2014?

Message 7 of 8
behr
in reply to: gluckett

2015. in 2014 the commercial layers disapeared when zooming in that close. 

Message 8 of 8
gluckett
in reply to: behr

Yes, the application in 2015 has a bug that does not stop your zooming below the standard External Providers.
You could put a check scale function to turn off the google layers etc if you are below 1,500 scale etc...but it would take a little code.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report