Lat Long Shows Wrong Result In Business Catalyst

Hi All,
We created a custom map on BC where we use lat and long to point the place on the map. However, in the case of Long Island the result always goes to the middle of the sea. Any ideas on how to rectify this?
Thanks.

Thanks Chris - We have created a custom map lat and longitude for the website and even put in our on lat long fields. It still shows it wrong
The address is actually an island. As you can see below it is getting the right lat and longitude but showing up differently on the map.
  <script type="text/javascript">var switchTo5x=true;</script>
        <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
        <script type="text/javascript">stLight.options({publisher: "ur-e097dbc1-ed4c-c65a-3a1e-3f4ace568475", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
        <script src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
        <script>
      var geocoder;
      var map;
      function initialize() {
        geocoder = new google.maps.Geocoder();
        var latlng = new google.maps.LatLng(-20.393926,148.873329);
        var mapOptions = {
          zoom: 15,
          center: latlng,
          mapTypeId: google.maps.MapTypeId.ROADMAP
        map = new google.maps.Map(document.getElementById('map_canvas'), mapOptions);
        codeAddress('-20.393926,148.873329');
      function codeAddress(address) {
        geocoder.geocode( { 'address': address}, function(results, status) {
          if (status == google.maps.GeocoderStatus.OK) {
            map.setCenter(results[0].geometry.location);
            var marker = new google.maps.Marker({
                map: map,
                position: results[0].geometry.location
          } else {
            alert('Geocode was not successful for the following reason: ' + status);
    </script>
        <script type="text/javascript">
I agree with you that BC's mapping is quite off when it comes to addresses.
BTW - the demo is great. Probably going to use it on our next maps project.

Similar Messages

  • How do I get my code changes to show when published in Business Catalyst?

    I have created my website using !Adobe Muse and have used the Ecwid ecomm widget to integrate a shop. As I wasn't happy with the font, colour, etc, I changed the code using the edit 'html' function, accessing the code information from a design browser mode and then further on in the process, I published it to Business Catalyst. However, now the changes don't show. How do I get my code changes to show when published in Business Catalyst? Do I need to go through the same process using Business Catalyst?

    Hi,
    Thank you for choosing Ecwid! To change the design of your storefront, you should go to Ecwid Control Panel > Settings > Design > CSS Themes. Find your current active theme and add all the necessary changes in a big input field that you’ll see there. To know more about how to improve your storefront design, please refer to this article http://help.ecwid.com/customer/portal/articles/1083332-how-to-change-ecwid-design
    If you make changes to your CSS Theme but your storefront design remains the same, please refer to this article http://help.ecwid.com/customer/portal/articles/1149625-i-don-t-see-the-changes-i-made-to-m y-css-theme
    Also, you can find a good range of articles and tips on how to improve your Ecwid store in our Help Center http://help.ecwid.com/ Feel free to use it!
    If you get any other questions about CSS or Ecwid functionality, contact us on our forum http://www.ecwid.com/forums/  There we will be able to check your website and provide more specific solutions for you.

  • Clientinfo.jar shows wrong results !

    Hi all,
    Some time ago, I downloaded  clientinfo.jar  java beans file for the purpose of getting client's machine information (as suggested in this forum).
    The information is okay only for the machine which has single Network Adapter (LAN Card Ethernet Adapter).
    If machine has more than one Network Adapter, it creates problem and shows only 03 below parameters rightly;
    - Operating
    - Architecture
    - OS Version
    But, IP parameter shows IP address wrongly as 127.0.0.1 (instead of 192.0.0.150.....) always.
    Other parameters as below show no results;
    - MAC
    - JAVAVERSION
    - JAVAVENDOR
    - JAVAVENDORURL
    - JAVAHOME
    - JAVASPECIFICATIONVERSION
    - JAVASPECIFICATIONVENDOR
    - JAVASPECIFICATIONNAME
    - USERNAME
    - USERHOME
    Please guide me how can I get right information of my client's machine, if it has more than one LAN Card ?
    or suggest me some alternate.
    Thanks.
    Bhatt.

    Hi, Libra:
    I tried in my system, and it was working correctly. I can find the period interval information in the header of columns.
    Which system are you working on?
    Kind Regards, Lawrence

  • How can I fix the crop? When I crop my photos and click okay, the layer no longer shows the resulting photo -- just a dark gray background.

    Can anyone help me to resolve my cropping issue? I have either hit a key I wasn't supposed to hit accidentally, or the software needs to be fixed or reset.  And if I reset or reinstall the software (Photoshop Elements 10 + Organizer), will all my categorized photos in the Organizer be lost with the new installation?
    I have three screen shots to help show my problem.
    The first one is the page before I make any cropping edits:
    This next one shows the beginning of making the crop, before clicking the green check mark to accept the crop. Notice the photos are still intact and visible in the layers:
    And when I accept the crop (by clicking the green checkmark), below is the view of my resulting new layers (the photo is no longer there):
    As you know, what I should see is the resulting, cropped photo in both layers -- not a grayed-out set of boxes.
    How can I fix this to get the crop feature to work again?
    Thanks in advance for your help!
    Gordi

    Click this little triangle and choose Reset Tool from the popout menu:

  • TFS Build - Unit Test is showing wrong result

    HI Team,
           I have a build definition(“BDPR's Playground CI Build”)  which is compiling 2 solutions and running the unit tests in them. Globally I have
    6 unit tests that pass, 0 that fail and 2 that are inconclusive, which gives a total of 8 unit tests. When I run this build definition, what is reported in the build summary is “6/6 test(s) passed, 0 failed, 0 inconclusive”, which is obviously wrong. It looks
    like inconclusive unit tests are completely ignored by the build system. Is this a bug or am I missing some subtle option somewhere in the build definition to get this right? 
           Displaying a given build summary in Visual Studio gives less information that in the web portal. The web portal reports the number of inconclusive
    unit tests (but with a wrong value – see previous item) whereas Visual Studio doesn’t report the inconclusive unit tests at all. Example: for the build “BDPR's Playground CI Build_20150409.5”, web portal reports “6/6 test(s) passed, 0 failed, 0 inconclusive”
    while Visual Studio reports “6 of 6 test(s) passed”! Is this a bug or is there some misconfiguration somewhere?
    Regards
    Hem

    Hi Hem,  
    Thanks for your post.
    What’s the version of  your TFS and VS?
    Yes, as far as I know the inconclusive unit test result not show in TFS build summary by default. Bu you can view the TFS build
    Diagnostic log to view which inconclusive unit tests be executed in build.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Xperia lounge Sony football challenge is showing wrong results

    I have xperia z1......My prediction against Ger vs Alg was 2-0. And Germany won game by 2-1. But in my xperia lounge result shown 0-0 and i didn't gt any point. after that my prediction against Agr vs Sui was 3-1 and Agr won match 1-0 again i didn't get any points and my xperia lounge result shown after match was 0-0. My prediction against Bel vs Usa was 1-1 again result showing 0-0. and match between last my againsts Netherland vs CRS results showing 0-0...Netherland won4-3... my prediction was 2-1 i didn't get any points... plz.. fix my points......sony.........plz
    Solved!
    Go to Solution.

    No,the correct number of points was awarded to you.Those scores were in ET,not in 90 minutes.What you say is wrong,just check with any betting company.This lounge football challenge followes the same rules,why didn't you read them?
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • Grand total showing wrong results

    Hello,
    I am having one prblem,using obiee 11g.
    Have a pivot table with 3 columns, one is month and other are showing numbers.
    For month we show the 2 number columns
    when i click grand total its showing the wrong total for the second number column.
    I really don't understand why its happening?
    Any help?
    Thanks

    Hi,
    Set Aggregation Rule as Server Complex Aggregate may solve your problem, ie goto
    Column -> Edit Formula -> Aggregation Rule -> Server Complex Aggregate
    Thanks,
    Balaa...

  • Quiz variables show wrong result on multiple quiz attempts

    Hi everbody
    cp4: I have a quiz with certificate at the end of my project. On the certificate the result is shown with the help of the variable cpInfoPercentage. The user has a maximum of 3 attempts to pass the quiz. Now, when he needs more than one attempt, the variable shows the sum of the results from each attempt. The same is true for the variable cpQuizInfoPointssored.
    Has anyone made the same experience and knows a way arount it?
    Thanks for your help.
    Petra

    I'm just bumping this up because I am having a similar problem. cpInfoPercentage variable is not resetting on multiple quiz attempts, even though quiz results screen is showing correct score and pass/fail message. Is there a way to reset this variable, or some other workaround?  THanks.

  • Query shows diferrent result

    After migrating to oracle10g query is showing wrong result
    SELECT PS, SUM(K) FROM
    ((SELECT 'F' PS, 0 K FROM dual
    UNION ALL SELECT 'P' PS, 0 K FROM dual
    UNION ALL SELECT 'R' PS, 0 K FROM dual
    UNION ALL SELECT 'S' PS, 0 K FROM dual
    UNION ALL SELECT 'W' PS, 0 K FROM dual )
    UNION
    (SELECT process_status PS, COUNT(*) K
    FROM production_control p
    WHERE p.process_group = 'SA_WEEKLY'
    GROUP BY p.process_status))
    GROUP BY PS
    Wrong Result After Migration
    P SUM(K)
    W 0
    R 0
    P 0
    F 0
    S 254
    Correct Result Before Migration
    P SUM(K)
    F 0
    P 0
    R 0
    S 253
    W 0

    Hi,
    >>without order by it was giving correct result in another database.
    Correct result ?? How can you know that is the right result ? Don't trust on a order of the rows when selecting, if you not using a ORDER BY clause on your select statement.
    >>I am having problem with pariticular database only
    This is not a problem. You need specify the ORDER BY clause on this query to guarantee the order of the rows (on all databases) when perform a select statement on this table.
    Cheers

  • Stopping Business Catalyst network activity

    Hi, is there a way of removing or disabling everything to do with Business Catalyist. i noticed there was network activity (contacting business server on opening dreamweaver) that we really want to stop.
    thanks.

    I am not aware of any way to disable the Business Catalyst integration features.
    However, I noted that as long as you have the Business Catalyst panel closed (or even minimized), then that network activity does not occur during startup.
    Try opening DW, closing the BC panel, then restart DW to see if you still notice the network activity.

  • Why do emails from Business Catalyst site not show up on iPhone?

    I have an email setup on my own Business Catalyst website with a few alias's. The email account is setup in my Outlook 07 Windows 7 64 pro desktop, and I can send and receive emails from all of the alias's and the main email. However I am noticing that on some emails from clients, I get the email on my desktop Outlook 07, but it never shows up on my iPhone.
    EXAMPLE: Today I received an email at 12:57pm. It shows on my desktop. But never showed up on my iPhone. Once I saw this I forwarded the message from my desktop to the same email address that my client had sent his email to. Once I did that I did get the forwarded email of the original email on my iPhone. And yes, I have received other emails from the same client email address before on several occasions.
    Problem is that I left my office at 12:15 and did not see this 12:57 email until I got back to the office much later in the day.  And thus, ending my day very badly due to.....???      A) the Business Catalyst email I have setup is not setup correctly  B) my email settings in my iPhone is not setup correctly.
    Wondering if anybody else has experienced the same issue and figured out what step was missed.

    Hi bluetaildesign,
    Not sure how is that working on one instance but not other. Can you please try to use mail.b.hostedemail.com as incoming and/or outgoing mail server on iphone and try again. This hostname has the SSL certificate installed on it and can be used for transferring the emails in a secured manner. 
    Hope that helps!
    Kind Regards,

  • Business catalyst site is not showing up on web searches

    I built my site in Muse and published directly from Muse onto Adobe Business Catalyst. It has been a couple of months and this site is not showing up on web searches. I believe it has something to do with my Business Catalyst settings. Frustration has set in and I'm turning to this commuity to seek direction. The site is edgeadvertising.ca
    Should I be looking at Googles webmaster tools?

    Hi edgydoug1,
    You have a challenging case since "Edge Advertising" appears to be a common business name with many other established websites for "Edge Advertising" or "Cutting Edge Advertising" businesses around the world.
    First, I'm going to contradict Gaurav. I may be interpreting what I see on Google incorrectly, but it looks to me as though Google has indexed your site. It's a one page site. Correct?
    A few things you'll want to do to improve the chances searchers will find your site:
    1) Set the Page Title for your page in the Page Properties dialog. I recommend setting it to your business name. You might consider including Winnepeg in the page title, since that will increase the odds that someone looking for "Edge Advertising" in your area will find you, rather than the Edge Advertising in Washington, D.C., Tampa Bay, Fairport, NY, Houston Texas, etc.
    2) You might consider putting your contact information where your copyright currently is.
    3) Enter keywords for your page in the Page Properties dialog Metadata panel. Be sure to include Winnepeg and Manitoba (spelled out), along with your business name and the services you provide.
    4) Pay special attention to where you apply h1, h2, h3 tags via paragraph styles. You should probably make the main "Edge Advertising" title the h1 for the page.
    There are two primary factors to SEO, indexing and page ranking.
    Indexing is about making sure your pages have content that corresponds to what your prospective customer will be searching for. This generally means choosing ~3 search phrases and doing what you can to be sure those phrases and the words in those phrases are used in your site. Your site has quite a bit of live text content, so you're probably doing well but you'll want to think about search phrases and see how well they correspond to words and phrases in your content.
    With a single page site you're limited to a single page title and no filename for the HTML file (since it will be index.html), so you'll want to make sure the page title is good and you make good use of h1, h2, h3 tags. You may also want to add alt tags to your images (if you haven't already). And keywords in your metadata.
    Page ranking is largely about the number of other sources (websites, twitter, facebook, blogs, etc.) that contain links into your site. If lots of other sites are referring to your site, your page ranking will be higher relative to other sites with similar page content.
    Again, given the business name is not unique and many of the other businesses with the same name are likely to offer the same services, it's going to be difficult to differentiate your site to web searchers. You'll want to make sure the geographic location of your business is prominent along with the principals and anything else that may be unique to your business (that also known to web surfers).
    Finally, when you make a change to your site, if you submit your sitemap.xml file to Google using Webmaster Tools it theoretically will encourage Google to re-index your site sooner, though there's no guarantees how long it will take.

  • I cannot create a new business catalyst site with Dreamweaver CC 2014. The error message states that Dreamweaver cannot connect with server, try again later. How can I fix this problem?

    I cannot create a new Business Catalyst site with Dreamweaver CC 2014 (Mac). The error message states that Dreamweaver cannot connect with server, try again later. In addition, I am also unable to load remotely a previously created Business Catalyst site as it says there is something wrong with my username or password. However when I put my password in and press test connection, it says it has connected successfully. What is going wrong and how can I fix this problem?
    Thanks

    Hi Ozy08,
    Can you try the solutions mentioned in Re: Can't Login to Business Catalyst within Dreamweaver CS6?
    If you still have problems, and you have a purchased version of DW CC, send me your Adobe ID, location, and contact details over a private message. Click my picture and use the message option.
    Thanks,
    Preran

  • Muse will no longer publish to business catalyst if jpegs are included in file

    Hi there,
    I'm in a pickle and hope someone has a solutuion to my bizzare problem.
    Since the last Muse update I am unable to publish to my unlaunched business catalyst site.
    The error message always comes up at overall publish progress 61% complete and is:
    'Error uploading file '...'.jpeg. There was no response from the server. Check your network connection and try again. If this problem persists try again later.'
    My network connection is working well.
    I have narrowed down the problem to image files. If I remove all the jpegs in my Muse file it publishes without a problem.
    Has anybody experienced this issue???
    Thank you for your help!!

    Zak,
    I reported this issue on the 8th of April. http://forums.adobe.com/thread/1445684?tstart=0
    On the 16th, I was able to publish to my test blog site while responding to your reply. This appeared to have been a case of leaving the dialog box up for a period of time wherein it seemed to automatically try again and succeeded. I did not find a "solution" to the problem, I was just "lucky" in that 1 out of roughly 50 attempts to publish, and after leaving the dialog up without clicking anything, the site did in fact publish.
    I recommended continuing to look into the issue but haven't received a response since. Others are now experiencing the same or similar issues relating to images being in the site files.
    I confirmed in my thread that this issue isn't isolated to one particular filetype or file size. For me it always appears to be the very first image file Muse tries to upload, some 60+% of the way through - and this seems to be whatever is set to be the background fill. I wonder if anyone else is using an image as a background fill as well? If no image is used as a background fill and they choose a colour, which file does it hang on? Is the image attached to anything (ie a setting, a fill, a slideshow etc.)? Or is it simply a placed image?
    For me, this has ONLY been occuring since the latest Muse update (April 2nd) and I believe it to be an issue between Muse's attempts to upload and the BC servers. Perhaps it's a timeout issue pertaining to uploading image files?
    My issue began when trying to use an abnormally large file as a background fill (although this was still well under the 25mb you've referred to), however I reduced this down to a fairly small tiled image and the issue remained. The issue repeated itself when I began cycling through file types.
    I can confirm that the bug I'm encountering is NOT where Muse hangs on the attempt to upload the first file. Nor am I using XP or Vista anyway.
    I can confirm the publish DOES stop on the same file (in my case), however there are no .swf or .oam files attached to my particular site and the only image files I'm using are either .png (my preferred type) or .jpg - Some of those images have been "optimised" for web in Photoshop. Incidentally, as you've mentioned it, some of my image files use several "-" characters in the filename, but this is not exactly a "special" character and thus I wouldn't think this would be an issue during the upload process.
    I can confirm that by clicking "Resume" NO further progress is made. However, as I said above, I left the dialog up for a while and the publish completed on its' own (as if by magic) and I've had no problems publishing to that site since.
    Having been forced to delay my latest paid project for over a week now, I cannot delay it any longer and will be beginning work on a new site this coming week and will attempt to publish SOMETHING to a temporary address just to test and see if this issue continues with each new site I create. However, I request this issue becomes a priority for both the Muse and BC teams as it is preventing people (not just myself) from publishing sites - and even committing to projects - and thus potentially losing us all income.
    I would prefer not to have to wait for a patch/fix for this while working on this new project as I will appear unprofessional not being able to give dates for project milestones.
    Having an issue like this reflects VERY poorly on us, the small agencies or individuals, of whom many have bought into not only the Creative Cloud for Muse, but BC as Premium Partners, meaning we RELY on your services to be able to provide our own. We look bad (and extremely unprofessional) when this stuff happens and personally, having known about this issue for nearly 2 weeks now and having still not seen a solution (besides my ONE lucky publish) I'm growing frustrated and anxious regarding my latest paid project.
    I appreciate that you're working on a multitude of problems and are looking into this but I respectfully request this becomes top priority as it's hardly worth it for us if your software/services can't achieve the very goals they set out to do (publish websites) while we sit here twiddling our thumbs not knowing what to do.
    I do love Muse and think it's a great tool and will continue to be once further improvements are made (BC is a different story...) but I'm getting increasingly exasperated waiting for this issue to be resolved. I hope you and/or the rest of the team can find a resolution to this problem swiftly (as a priority) and can keep us all in the loop regarding progress on this.
    I look forward to a response soon with useful news.
    Thanks.

  • No longer have access to Dreamweaver in Business Catalyst.

    Hello. I've just noticed I no longer have the option to use Dreamweaver in our Business Catalyst website. We had the website designed for us and now we manage it ie produce Pages, Web Apps, etc.
    Also, I can only view it in one format where as I could at one stage change how I viewed the Dashboard. Do I need an upgrade? I haven't spoken to anyone else yet. Thought it might just be me and forgetting how to do it.
    Thanks

    You cannot combine accounts at all.
    Why did you create a new one?
    Just change the e-mail address associated with the old one.

Maybe you are looking for