Map Rendering in Book

Hello,
I recently re-visisted a book that I made in Aperture and noticed that the map I had embedded in the book was being rendered "weird." The outlines of the coastlines and oceans were not drawn accurately and being filled in as jagged blue shapes.
I can best describe it by saying it looked like drawing a freeform filled polygon, in say Illustrator, but instead of returning to the start of the polygon to complete the shape, you randomly stop somewhere and the fill is applied in an unusual way.
I would attach a sample image but I'm not sure how.
This didn't happen before I upgraded to Aperture 3.1 and I'm not sure if it's a bug that others have experienced.
Would I have to re-create the book to fix this problem? Re-install Aperture?
Thanks.

There are apparently two potential problems. One with iphoto and one with the photo printing. In iphoto, depending on how many map entries, if you basically have a world map, centered on NorthAmerica, then Australia will be present, absent or duplicated depending on scale. Fixing it requires adding places and then deleting them.
Upon submission, the pdf is fine (and a pdf made afterwards is fine) but the pdf at the printing house is missing Australia. Their engineers think it is a memory issue or too many windows open upon submission. However, I have 4 GB ram and there were no additional windows open. Something is happening in the rendering stage (when all pages are downscaled (300 dpi)).
Given the amount of time iphoto sits on rendering a map I have to wonder if it might not be better to generate a map outside of iPhoto and put it in as a photo for now. I have no doubt that simple maps work ok, but as they get more complex that take longer and longer to render.

Similar Messages

  • Adding maps to a book=phantom feature?

    So. After an hour or three looking through archives here and researching the web it seems you cannot add a map to any book other than the apple template with theme "photo essay" or "journal" wich cannot be accessed when using custom page sizes. The only way to put a map in your book is to make a screen shot of google maps and paste it into the book as a photograph. I am sure that if pressed apple will point out that they clearly state in their current advertising video that 'the new journal and photo essay themes support maps" Silly me I did not get the implied 'and nothing else does'. Seriously. Do like I say not like I do. Do not waste any more time trying to find a way to make this work. Just cut and paste screen shots into your book.
         Oh yea and while on the subject of doing what I say not what I do. Do NOT try to switch themes after you have done work on a custom book. All your custom crops and special formatting will dissapear and you will not be able to get it back unless you have made a backup.

    Did you consider my post from Jan 2011:
    Adding a map box to a book
    In case the link doesn't work:
    I wondered why the "Add Map Box" item is not active in the "Modern Lines" theme (among others). After searching the forum for that topic I came across these two posts
    [http://discussions.apple.com/thread.jspa?messageID=12351013&#12351013] and
    [http://discussions.apple.com/thread.jspa?messageID=11807308&#11807308],
    which are unfortunately archived. As I needed a solution I started digging in the plist files as recommended in one of the posts above. The "Add Map Box" menu item is active in the "Photo Journal" and "Photo Essay" themes. After comparing the files Theme.plist in /Applications/Aperture.app/Contents/Resources/Book Themes/Modern Lines/ExtraLarge and /Applications/Aperture.app/Contents/Resources/Book Themes/Photo Essay/ExtraLarge I found that adding the two lines
    <key>defaultMapStyle</key>
    <string>PhotoJournal</string>
    also for the "Modern Lines" Theme.plist I was able to add map boxes.
    Hope that helps!
    Axel

  • Secure map rendering and the tile server

    Hi all,
    The demos for secure map rendering that I've seen e.g. mapviewer.ear/web.war/demo/secure-mapping.html involve sending an XML map request directly to mapviewer, and they work OK.
    However when I use a MVMapView JavaScript object and just pull back map tiles (no FOI), I see clear_user() being called but not set_user(). In other words my tiles are not being built securely. I don't see anything in the debug listing the values of cookies. Before I dig any deeper is secure map rendering expected to work with the tile server? Does the tile server know in such a case not to cache the tiles since one user's tile may contain different information than another user's view of the same tile?
    When pulling back FOIs with a MVMapView I do see debug info about the values of cookies, and the username is stated correctly in the debug. But still set_user() is not called! I'm sure that at least FOIs should be queried securely???
    BTW this is MapViewer 11gR1.
    Thanks
    Al

    Currently users and roles are not used when rendering tiles.

  • Secure Map Rendering on Javabean based API

    Hi,
    I need to apply secure mapping functionality using Mapviewer’s JavaBean based API. I’ve created a secure data source by adding the plsql_package="web_user_info" statement on the data source definition. For testing purposes I’ve used mvdemo data set and followed the steps of Secure Map Rendering Demo. I created "web_user_info" package on mvdemo schema as well as a view on CUSTOMERS table (create or replace view customers_view as select * from customers where account_mgr = web_user_info.get_user) and a geometry theme: mycystomers on that view.
    I also added the appropriate authenticated web users to the OC4J container(e.g. alex) and assigned them the "users" role.
    Finally I included the relative path of JSP Demo (with mapclient lib) that resides at http://server:port/mapviewer/demo/mapinit.jsp to the <security-constraint> element of web.xml file so that the data source can get the web user name from J2EE user:
    <!-- For Secure Map Rendering demos only -->
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Secure mapping demo page</web-resource-name>
    <description>MapViewer secure map rendering demo</description>     
         <url-pattern>/demo/secure-mapping.html</url-pattern>
         <url-pattern>/demo/mapinit.jsp</url-pattern>
         <url-pattern>/demo/map.jsp</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>secure_maps_role</role-name>
    </auth-constraint>
    </security-constraint>
    After authenticating to the http://server:port/mapviewer/demo/mapinit.jsp JSP demo through mapviewer's login page that was automatically generated because of the security-constraint, I filled in the required fields asking for base map: demo_map. I also modified "demo_map" by adding "mycustomers" theme to it. Unlike Oracle Maps Map Rendering Demo (http://server:port/mapviewer/demo/secure-mapping.html) that displays only those customers that belong to the authenticated user, the generated map does not display any customer data at all.
    Does Secure Map Rendering Demo apply just for the Oracle Maps Javascript API and the XML API or is there any other parameter that I’m missing and needs to be configured in order for it to run for the JavaBean based API as well?
    Any help on the above matter would be really appreciated.
    Thanks in advance.

    Hi,
    The reason the JSP files did not show the secured customers, is because while you authenticated to the J2EE server when accessing these JSP files, the JSP file themselves did not authenticate to the J2EE server. In other words, there are two sessions involved. One session is between your browser and the J2EE server, which contains the authenticated user ID. This session is initiated when you try to open the mapinit.jsp page.
    The other session is established when the JSP page (map.jsp) opens a new HTTP Connection to the server to send the XML map request generated from various JavaBean API calls. To be more specific, when the JSP page invokes MapViewer.run(), this method internally gathers all the themes/basemaps you have added to the client handle, then constructs a single XML map request out of these pieces of information. It then opens a HTTP connection back to the same server to send the XML doc to mapviewer for processing. The problem is that to the J2EE server this is a new session (initiated by map.jsp), and it does not contain any authentication info.
    Because currently the JavaBean API does not support setting a cookie or user credential directly on its internal Http connections, there seems to be no easy work around for this issue for now. Please contact us offline if you would like to open an enhancement request.
    Thanks
    LJ

  • Secure Map Rendering - Javascript API

    Hello All
    I need to apply secure mapping functionality using Mapviewer’s JavaScript based API.Is it possible using cookie ?.Can you please give an example for this?
    Thank you

    Thanks for your prompt reply
    I do following things for secure rendering a map
    1) First created a SQL package
    CREATE OR REPLACE PACKAGE BODY web_user_info
    AS
    w_name VARCHAR2 (32767);
    PROCEDURE set_user (p_name IN VARCHAR2)
    AS
    BEGIN
    insert into test(testcol) values(1);
    commit;
    w_name := LOWER (p_name);
    END;
    PROCEDURE clear_user
    AS
    BEGIN
    insert into test(testcol) values(2);
    commit;
    w_name := null;
    END;
    FUNCTION get_user
    RETURN VARCHAR2
    AS
    BEGIN
    --insert into test(testcol) values(3);
    --commit;
    RETURN w_name;
    END;
    END;
    2) Then I created a view for my spatial table .
    CREATE OR REPLACE FORCE VIEW nb_view (node_name,
    src_file,
    mi_style,
    geom,
    mv_style,
    status,
    account_mgr
    AS
    SELECT "NODE_NAME", "SRC_FILE", "MI_STYLE", "GEOM", "MV_STYLE", "STATUS",
    "ACCOUNT_MGR"
    FROM node_boundary
    WHERE account_mgr = web_user_info.get_user;
    After that I created theme *(THEME_NB)* using this view
    3) And My Mapviewer configuration settings as like below
    <map_data_source name="mvtest"
    jdbc_host="192.168.5.120"
    jdbc_sid="sbcsptl"
    jdbc_port="1521"
    jdbc_user="mvtest"
    jdbc_password="HUBA8JhmUr15xuA9gRFnvT6iXhCyYcrQ"
    jdbc_mode="thin"
    number_of_mappers="3"
    allow_jdbc_theme_based_foi="true"
    plsql_package="web_user_info"
    web_user_type="MON_USER"
    />
    4) Finally my Cookie is settings as like below
    <script language="Javascript">
    var mapview;
    var basemap1 = new MVMapTileLayer("MVTEST.TILE_NB");
    var basemap2 = new MVThemeBasedFOI('basemap2', 'MVTEST.THEME_NB');
    function showMap() {
    set_cookie ( "MON_USER", "kk" );
    var baseURL = "http://192.168.5.116:7101/mapviewer";
    var mpoint = MVSdoGeometry.createPoint(1968376.0, 770568.7, 41129);
    mapview = new MVMapView(document.getElementById("map"), baseURL);
    mapview.addMapTileLayer(basemap1);
    mapview.addThemeBasedFOI(basemap2);
    mapview.setCenter(mpoint);
    mapview.setZoomLevel(2);
    mapview.display();
    mapview.addNavigationPanel();
    function set_cookie ( name, value, secure )
    var cookie_string = name + "=" + escape ( value );
    secure="secure";
    if ( secure )
    cookie_string += "; secure";
    document.cookie = cookie_string;
    </script>
    The issue in my case, set_user and clear_user is not executed properly.
    Thank You

  • FOI theme (Oracle Maps) rendering very slow

    I sniffed the network traffic when a FOI theme is rendered on a map. I determined that for each feature of the theme a network request is sent to the server fetching the corresponding marker. Fetching markers has a big impact on the performance.
    I think that fetching the same marker for each feature is not nessary.
    Is there a way (undocumented feature or patch) to avoid this from happening?
    Thanks in advance,
    Jeroen

    Hi,
    Experienced the same issue. I would like to hear from Oracle Maps development team if they are going to do something with it because our Map with active theme is very slow (rendering of markers and also panning the map). Without active markers it's fast.
    thanks,
    Branislav

  • Without any action the name of the places on the map in a book disappeared and is there a possibility to save a book of cd, dvd or usb as a book not only the pictures in the book

    i have several books - of which 4 have been ordered and delivered - but without any action all of a sudden the name of places disappeared from the map i have in these books
    any idea why ?
    in addition, is there a possibility to save the book - with the layout etc  - on a cd. dvd or usb. i tried on a cd and got only the pictures not with the layout per page. Suggestions ?
    thks.

    To archive a book:
    Duplicate the Library that contains the book
    Remove pics from the duplicate that are not in the book
    Burn the duplicate Library to CD
    Regards
    TD

  • IPhoto crashes after added map to photo book

    Hi,
    I have been creating a photo book in iPhoto (the current version) which I've spent a fair bit of time working on and customising over the last couple of weeks. I had pretty much completed this book when I decided to add a map to one of the pages (the bright green map). It added ok, but when I went to scale it to zoom out a bit it kept crashing iPhoto. I instead tried choosing one of the other themed maps and zoomed out to the distance I wanted. I then thought I would try go back to the bright green map to see if it would work now, it didn't and iPhoto crashed. Now, every time I open iPhoto and click on my photo book it crashes iPhoto without loading the book at all. I can't access or edit the photo book since making this change to the map.
    Any support would be greatly appreciated as I've put a fair bit of time into this photo book and am hoping I haven't lost this for good. Even if I am able to just get the page layouts back if possible would be great.
    Thanks!
    Dan

    One of the map layouts is causing these crashes. The problem is, that you cannot remove the map, since you cannot open the book for editing.
    See this discussion
    iPhoto crashing one specific Book Project
    Your only hope to save your book is, to restore your iPhoto library from the most recent Time Machine backup you made, before you added the map.
    Otherwise delete the book to make the library usable again and start over. You can probably not select the book in the source list to delete it. create two more empty books and drag them directly before and after the broken book. Then select the range of all three books and delete them.
    See this post:  Re: iPhoto crashing one specific Book Project

  • Use of detail levle maps in photo book

    I used the feature to drop pins to identify places in the map function. For example, I dropped pins on hiking trail points, at the most detail level. The pins show on the maps, when viewed in the Places section of the Library.
    However, when I select Map layouts in the photo book area, I have not been able to see the same level of detail for a map page in the photo book.
    The photo book area will only show the closest city to the trail area. I want to see the selected pin drops on maps in my photo book.
    How do I show detail maps in on a photo book page?

    I find the same thing - very frustrating. Thanks for suggestion to feedback to Apple. I have. Would be great to see the maps being more flexible in other themes and far more detail - my map of London was a red dot on a green background! Not great after spending hours on all my photos adding in very specific locations of where the photos were taken (no GPS on camera!).
    Let's hope we see an update soon

  • Image map rendered correctly in Firefox, but with problems in chrome & IE

    Hi All,
    I have created a simple application with JSF 2.0.
    The page is made by an image with a map. Clicking on the hotspot another page is shown.
    I use a graphicImage tag with reference to a map with some link "hotspots".
    Everything works fine in Firefox.
    But, in Chrom the Image is shown, but the hotspot is not there....
    In IE, the page does not open up, and I'm prompted for the download of the file (!?).
    Any help? what I'm doing wrong?
    Thanks in advance,
    Giorgio

    The code is something like the following:
    <?xml version='1.0' encoding='UTF-8' ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:ui="http://java.sun.com/jsf/facelets"
          xmlns:h="http://java.sun.com/jsf/html"
          xmlns:f="http://java.sun.com/jsf/core">
        <!--      xmlns:scrum="http://java.sun.com/jsf/composite/components">    -->
        <f:view>
            <html>
                <h:head>
                    <title>My Title</title>
                </h:head>
                <h:body>
                    <h:graphicImage
                        id="in" alt="Image not found"
                        value="/resources/images/in.png"
                        ismap="True" usemap="#enter" >
                    </h:graphicImage>
                    <map name="enter" id="enter">
                        <h:link shape="rect" coords="250, 320, 300, 340"
                                outcome="st" />
                     </map>
                </h:body>
            </html>
        </f:view>
    </html>

  • Why has Lion rendered Address Book 6.1 Spotlight function useless?

    Spotlight suddenly stopped working in Address Book.  Can still add, delete, edit contacts - just cannot searchfor them.  Anyone else experiencing this?

    Did you enable to search for contacts in the System Preferences -> Spotlight pane? You need to enable Contacts in the "Search Results" tab of the Spotlight Preference Pane.

  • Color Shading Map Renderer not working

    Hi,
    Has anybody got the Color Shading rendering working in NW2004s? And if so how?
    I am able to display Bars using note 1016072, but the Color Shading does not work.
    We are on SP11, backend and frontend.
    Thanks,
    József.

    The problem was caused by an old IGS version and got solved by installing a new IGS patch!

  • FM9 Map to FM book with components question

    I've begun experimenting with FM9 (trial at this point), and all is going pretty well.
    But, when creating a FM book from my ditamap and xml, I want to segregate it from the xml sources. I can specify the book file to go to a different directory, but the FM files generated in the process are staying in the directory with their xml sources.
    I'm not seeing a setting or a line in maker.ini to cover this. Did I overlook something?
    Thanks in advance
    Bruce

    Hi Bruce...
    I do believe that this is a limitation of FM9's DITA implementation. I don't have access to FM9 right now to verify however.
    DITA-FMx 1.1 will soon be available for FM9 and allows you to specify an alternate location for the book and generated FM files.
    Cheers,
    ...scott
    Scott Prentice
    Leximation, Inc.
    www.leximation.com

  • IPhone Map Rendering

    Hello,
    I'm with building a map application for iPhone, and I wanted to ask what the best way is for bringing maps from a website onto the iPhone.
    I want to fetch small images of size 80x80 and show them. This kind of activity might be achieved by using UIKit or OpenGL ES.
    Also if you can bring to my notice some kind of achievement and guides for this thing, I would be really very thankful.

    Ask on the Developer forum, this is a user to user support forum for end user problems.
    But I will give you a hint, use a frame that can display HTML and just fetch the HTML page from the server. Let the server have all the complexity and keep the client simple.
    With OS3.0 you can use the map frame of the maps application in any of your applications.

  • Numbers/Address Book and Google Maps

    I would love to integrate my spreadsheet of addresses or my Address Book with Google Maps.
    Is this possible? Somehow?
    I take a lot of trips across the country and don't always know when I will be driving by my friends. But if I had a map I could glance at to see where they all are, I would know that I could schedule a lunch with a friend halfway or something like that.
    I have heard about MapPoint, but don't know if there is anything like this that is free/affordable/non-MS.
    Thanks!

    Integrating in Numbers would not be automatic. You'd have to format links to assign to each address.
    I've seen plug-ins to use Google maps with Address Book. Try a search on MacUpdate or VersionTracker for Address Book.
    I think one of the features for Address Book in Leopard is integration with Google maps.

Maybe you are looking for

  • Problem with total page numbers in Scripts

    Hi, I have a problem with total number of pages in the Script. I have a script of 15 pages. On every page, I am using &PAGE& of &SAPSCRIPT-FORMPAGES(C)&. Problem is : I am getting only single digit for SAPSCRIPT-FORMPAGES as long as the page number r

  • TEXT TO NUVI SAT NAV

    nuvi 310d unable to use text function with my nokia n73, use a nokia 6230i no problem nuvi sat nav texts to it via bluetooth. what needs to be downloaded to n73 for same text ability anyone any ideas....apart from a new phone

  • How and Where Do I install downloadable Plugins for Shake 4.1?

    I've looked on this Forum and can't find the answer to my question above. There was one answer that I found, but I wasn't sure it applied to my issue. I have downloaded some free plug ins for Shake and have no idea how to insert into the app so that

  • MacBook Air w/o DVD drive = No Digital Copy Downloads?!

    I have a Mar/12 11" Macbook Air. I recently decided that I would transfer all of my movies to digital and download the digital copies to my hard drive.  Even though I have the proper (and unused) code, the instructions say I have to insert a disk fir

  • TA24770 Clear Finder "Open With" menu with VMware Fusion 5

    Hi. I had same problem of duplicate Apps showing on Finder "Open With" contextual menu. After following instructions on this link http://support.apple.com/kb/TA24770?viewlocale=en_US&locale=en_US  all Mac applications where OK, but could not see VMwa