Map Builder - Fenced Center Line

Hi everyone
In order to depict depressed contours using Map Builder (ver 11.1.1.0.0), I would like to use a fenced center line with a pattern similar to this: ___|___|___|___|___ . However, Map Builder seems not to be able to create a fenced line with vertical lines above the horizontal line.
Any help would be highly appreciated.
Regards,
Panagiotis

Fenced lines cross the base lines. What you can try to do is assign a marker pattern to your line style, instead of assigning a fenced line. With the marker pattern you can define the space between each markers. The following is a line style definition that has a marker pattern defined.
<?xml version="1.0" standalone="yes"?>
<svg width="1in" height="1in">
  <desc/>
  <g class="line" style="fill:#FF3300;stroke-width:1">
    <line class="base"/>
    <marker-pattern offset="0" interval="5">
        <marker>M.PIN</marker>
</marker-pattern>
</g>
</svg>Joao

Similar Messages

  • Map Builder Preview rendering errors

    I am having problems using Map Builder. I have wasted quite a bit of time trying to fix these problems assuming I was doing something wrong, or something was wrong with my data.
    Error 1: I create a map using 2 themes. One theme is a geometry theme of topo edge primitives. The other is a topology theme of features built from those primitives. The geometry theme is assigned a red line style. The topology(feature) theme is assigned a blue line style. the geometry theme is listed first, to draw first. I expect to see the red overdrawn by the blue. The preview show red lines. When viewed in Acquis Data Editor, this map displays as expected (blue lines) and when a feature is removed (disassociated from the topo primitive) the underlying primitive shows up as red. When I stop and restart Map Builder, the preview rendering is as expected, blue on top.
    Error 2: I create a map using 1 theme. This theme is a geometry theme of topo edge primitives. I assign node and edge styles. When I preview the map, the nodes (only one node per edge) are displayed at the center of the straight edges, at what appears to be mid-distance between the end points of the edges of the shaped edges (not on the edge), and in the center of rings created by edges that have the same start and end node. They look like they are attempting to be what ESRI calls label points. Again, when I view this map in Acquis Data Editor, the nodes show up on the ends of the edges where I usually tend to look for nodes to show up. Stopping and restarting Map Builder does not fix this rendering problem.
    Are these known bugs and when can I expect to use the preview button reliably?
    Alden

    For the red line style, L.EDGE, the xml def is:
    <?xml version="1.0" standalone="yes"?>
    <svg height="1in" width="1in">
    <desc/>
    <g class="line" style="fill:#FF33FF;stroke-width:1.0">
    <line class="base"/>
    </g>
    </svg>
    For the blue line style, L.FEATURESTYLE, the xml def is:
    <?xml version="1.0" standalone="yes"?>
    <svg height="1in" width="1in">
    <desc/>
    <g class="line" style="fill:#3366FF;stroke-width:1.0">
    <line class="base"/>
    </g>
    </svg>
    For the geometry (edge primitive) theme, TOPO_EDGE, the xml def is:
    <?xml version="1.0" standalone="yes"?>
    <styling_rules>
    <rule>
    <features style="C.FACE"> </features>
    </rule>
    <rule>
    <features style="M.NODE"> </features>
    </rule>
    <rule>
    <features style="L.EDGE"> </features>
    </rule>
    </styling_rules>
    For the topology(feature) theme, GLOBAL, the xml def is:
    <?xml version="1.0" standalone="yes"?>
    <styling_rules theme_type="topology" topology_name="MGF_TOPO">
    <rule>
    <features style="L.Featurestyle"> </features>
    </rule>
    </styling_rules>
    For the base map, TEST2, the xml def is:
    <?xml version="1.0" standalone="yes"?>
    <map_definition>
    <theme name="TOPO_EDGE"/>
    <theme name="GLOBAL"/>
    </map_definition>
    As I said earlier, this does display blue lines after a restart of MapBuilder but upon first creating this map and themes, the initial display is red lines.
    As to error 2: I understand now that Acquis probably does a specialty mapping of metatdata and uses the NODE$ table, applying the style definition for the edge theme (M.NODE) to display them.

  • Import image in Map Builder

    When using the import image tool of Map Builder to create a GeoRaster theme, you may get a popup window with an error message saying that the import was not successful. The application console should contain the following lines.
    Creating GeoRaster Table...
    Calling DML trigger...
    Creating raster data table...
    Importing File...
    java.lang.ExceptionInInitializerError: null
    The georaster object is not loaded correctly!!
    This error happens because of a missing JAI initialization file on mapbuilder.jar file. To solve this problem you need to add the initialization file to mapbuilder.jar.
    1) locate file jai_core.jar on your Oracle installation (usually located at ordim/lib directory).
    2) extract file javax.media.jai.registryFile.jai (extract with full path meta-inf\).
    2) go to directory where mapbuilder.jar is and double click it to open (usually opens with WinZip).
    3) drag folder meta-inf that contains the JAI initialization file to the opened mapbuilder.jar. Check if you have the initialization file with path meta-inf\ inside mapbuilder.jar.
    4) Close mapbuilder.jar.
    5) Start Map Builder and test the import.
    Joao

    to be a little more precise, it seems to happen when updating spatial extent.
    here is the console output
    You chose to open this file: C:\Temp\San_Francisco_Area.tif
    Loading SRID records...
    Done with SRID records
    ImportImageThread running thread: Thread-8
    Creating GeoRaster Table...
    Calling DML trigger...
    Creating raster data table...
    Importing File...
    Georeferencing...
    Updating Spatial Extent...
    Exception: ORA-13430: the GeoRaster object has null attribute(s)
    ORA-06512: at "MDSYS.MD", line 1723
    ORA-06512: at "MDSYS.MDERR", line 8
    ORA-06512: at "MDSYS.SDO_GEOR", line 893
    ORA-06512: at line 4

  • House Numbers using Map Builder

    Hi everyone!
    I am using Oracle Map Builder (ver. 11.1.1.0.0) in order to draw house numbers along streets, using 20% and 80% offset along the street axis for the "from" and "to" numbering, respectively, and 20% and -20% offset vertically to the street axis for the two sides of the street, respectively.
    To my understanding so far, I am able to do this using the Arrow option from the Overall Line Style Option, where I will have to select a Marker Style for which I would have defined the X and Y Offset parameters in the Marker Text Style Option, while the marker's symbol would have 0% opacity, since I wouldn't like any symbol drawn with my house numbers.
    Since I think it is a bit silly to use a Marker Style for this reason only because of its offset options, is it possible to do the same using a Text Style (where the offset options seem to be inactive)?
    Thanks in advance,
    Panagiotis
    PS: Sorry for cross posting with the Spatial Forum -I think this forum is more suitable for my inquiry.

    Hi
    After all, the Arrow option from the Overall Line Style Option does not support the functionalities needed to draw house numbers along streets, since not only the the X or Y axis of the offset options do not follow the direction of the line (street), but the offset parameters are measured in distance units only (i.e. pt, mm and so forth) and not in a percentage of the line's length (from its beginning or end), as well.
    Is anyone aware of such functionalities be included in coming versions of MapBuilder?
    Regards,
    Panagiotis

  • Dvt:map - Example of displaying line geometry ?

    Hi all,
    Does anyone know of an example that shows how to display themes that contain line geometry objects (e.g. delivery routes, bus routes etc.).
    All the examples I've found so far only show how to display points or polygons (areas).
    I tried to use a predefined theme but ran into another problem:
    Re: dvt:map - how to use a predefinedTheme with bind variables
    Regards,
    Robert

    Hi Robert,
    Thanks for your immediate response.
    My requirement is some how different from yours. In our case, there are certain graphs generated using Map Builder tool & are avaiable through the Data Source.
    So, i need to integrate the base maps with UI. Im able to do that independently.
    Now, my requirement is to changing the map dynamically while doing zoom in. Lets say, i have 3 maps. which are Area level, Region Level & Building Blocks Levels.
    For each category i have a map. Initially, i need to display the Area level map...while doing the zoom in, depends upon the zoom in level i need to change the map dynamically to Region Level map. Similarly with Building block level.
    I tried to do this from the backing bean by getting the Map Component & by getting the zoom level changing the property value of the map to region level map.
    But the attribute "selectionListener" of <dvt:map component is not working for me. Hence got strucked here...Do you have any sugestions on this how easily we can do this.
    Help me in this regard.
    Thanks,
    Konjeti

  • Using Map  Builder to view Spatial data

    Is anyone using XE for Spatial/Locator work? I have created a schema in XE from a spatial dmp file. I know the dmp file creates a valid schema as we use it all the time for testing. After import, I can't view any spatial layers using Oracle's Map Builder, or with any other spatial viewer for that matter. The tables look valid, have geom columns, are populated, are registered in the metadata... Does anyone have any ides why I can't access my spatial layers from XE?

    Looks like mdsys is alive in my XE 11gR2 instance ...... which doesn't mean all Spatial features will work. As mentioned before, Oracle Spatial is among the "Options and Major Features Not Included" according to the [url http://docs.oracle.com/cd/E17781_01/license.112/e18068/toc.htm#BABJIJCJ]Licensing Information.
    A few lines below, you'll find Oracle Locator to be available in XE anyway. Locator needs the MDSYS schema, but that schema obviously doesn't comprise everything you need for Spatial features. Spatial is an EE option. It could actually be that XE still carries everything you'd need but it's simply disabled... See the [url http://www.oracle.com/technetwork/database/options/spatial/overview/introduction/spatial-locator-features-100445.html]OTN Locator/Spatial features overview to get ... an overview. ;)
    -Udo

  • Profit center line item report

    Hello All,
    A sales order is created with reference to a service order, now when I see Profit center line items, the function area available in Service order is differ from the function area displaying with sales document number in profit center line item report. Can anyone please tell me where could be the problem.
    Full points will be awarded for the answer.
    Thanks & Regards
    Srini

    Hi,
    what SAP release do you have ?
    Normally the derivation of the functional area is made with the following logic:
    1) manually entered
    2) FI-Substitution (calling point 5 or 6 since ERP2004)
    3) cost center
    4) cost element
    Please see also SAP note 106180 of how to correct wrong functional areas in PCA.
    Best regards,
    Andreas

  • How to delete the Cost center line item data

    How to delete the cost center line item data of particular cost center and only one cost center is exisiting for that company code.
    Is there any way to delete the line items in that cost center.
    Can data archiving & deleting can help us..........
    does it have any effect over other cost center data....
    any input needed.........
    regards
    rajesh

    Hi,
    i found 2 reports for you:
    1) CO_TOTAL_WRI - Archiving CO Totals Records   
    2) RKCOITW1     - Archiving CO Line Items: Write Program        
    from 2) is a linlk to customize archiv-parameters
    -> start it with transaction se38 / sa38
    A.

  • Profit center line items KE5Z - order missing - GLPCA-AUFNR

    Hi folks,
    could anybody give me an advice how to arrange that the order will be displayed in the KE5Z report?
    Field GLPCA-AUFNR
    Thanks a lot.
    Regards
    Edited by: Peter Jankech on Jun 4, 2008 1:41 PM

    Sorry for unclear set question.
    I know how to edit a layout.
    The problem is, that the field GLPCA-AUFNR is initial, therefore in KE5Z-Profit center line items the field order is empty.
    Is there any customizing setting or SAP-Note, which ensures that the field GLPCA-AUFNR is filled?
    Thanks

  • Map Builder JavaScript API

    Hello everybody,
    I'm a student who is currently working with Oracle for the first time. I developed an Web mapping application by using Oracle XE Database (10g), Oracle Map Viewer and corresponding Map Builder (the latest version). I choose the JavaScript API for the implementation of this application.
    The reason for this post is one particular problem that I encountered. I want to extract the X and Y coordinates (which are naturally stored as SDO_GEOMETRY in my database) for certain features that are visible in my map window (this features belong to themebasedFOIs). I know that the x and y coordinates (and other attribs) are easily accessible for the JavaScript Client if the coordinates are stored in own columns (additionally to the information stored in the SDO_GEOMETRY) ... but that is not the case!
    I searched the JavaScript API, the Internet, this forum and it took me a long time ... but I didn't come across any possiblity to manage this. So does anybody who reads this post see a possibility to get my X and Y coordinates from my HTML application that is build with JavaScript API???
    I will be very thankful for any advices and/or hints... :-)
    With regards

    hi, we don't return the geometry back to the client unless the foi is a point.

  • About label Oracle Map Builder

    Hello! I have a question about Oracle Map Builder.
    There are three layers in basemap: the first - a polyline, the second - a point, and the third - a polygon with a solid color (top). Labels are included to the first two signatures. While viewing the map shows a third (polygon) layer, and the signature of the first two.
    Question: Is there a possibility to remove the appearance of signatures of the lower layers (disabling signatures by minimum scale for display is not suitable, as they are used outside of polygon layer), and how to do it?
    Thank you!

    I'm not sure I understand the question. Here's is my assumption of what the question is.
    You have three layers in a basemap : a polyline, a point, and a polygon in that order. That is polyline rendered first, points on top of it, and then the color-filled polygon layer on top of those two.
    The part I don't understand is what you mean by signatures of the polyline and point layers.
    Anyway, if the solid color-filled polygon layer is rendered last (i.e. on top) then the other two layers should not be visible at all unless their extent (the area they cover) differs from the extent for the polygon layer or the polygon layer does not completely cover the map extent or it's not a solid color fill but one with some transparency setting.
    Scale ranges can be applied to each layer when adding them to a basemap in MapBuilder. Choose the scale mode (e.g. ratio) and set the max and min scale values for each layer. e.g.
    <?xml version="1.0" standalone="yes"?>
    <map_definition>
    <theme name="STATES_DENSITY" min_scale="Infinity" max_scale="2.5E7" scale_mode="RATIO"/>
    <theme name="COUNTY_POPDENSITY" min_scale="2.5E7" max_scale="0.0" scale_mode="RATIO"/>
    <theme name="HIGHWAYS_LINE"/>
    <theme name="CITIES" min_scale="1000000.0" max_scale="1000.0" scale_mode="RATIO"/>
    </map_definition>
    The above says render the states_density layer while zoomed out to the full extent and up until the user zooms in to a 1:250,000,000 scale. When zoomed in further do not render/display the states population density layer. Display the county population density instead. Always display the highways. And start to display cities when the map in zoomed to 1:1,000,000 and up until 1:1,000 scale.
    If you want to set the labeling scale ranges on a per layer (theme) basis then set it using the Other Properties panel in Map Builder. For the Cities layer above the styling rule with label scale ranges set is:
    <styling_rules>
    <scale_ranges>
    <mode> RATIO </mode>
    <min_labeling_scale> 1.0E8 </min_labeling_scale>
    <max_labeling_scale> 10000.0 </max_labeling_scale>
    </scale_ranges>
    <rule>
    <features style="M.ALL_CITY_L1_8X8"> (POP90 &gt; 1000000) </features>
    <label column="CITY" style="T.S03_CITIES_L1"> 1 </label>
    </rule>
    </styling_rules>
    i.e. show city names from 1:100,000,000 till 1:10,000
    1/100,000,000 is a smaller number than 1/10,000
    Hope this helps.

  • Oracle Map Builder Network Models

    We are working on a project that displays road networks in Oracle Map Builder. Many of the network tables were irrevelant so they were deleted in SQL Developer. However, in Oracle MapBuilder all the Network Tables are still listed. Does anyone know how to synchonize Oracle SQL Developer and MapBuilder?
    Thank you,
    Renee

    Hi Renee,
    Were you using the Network Themes to create new Network Themes or were you using Geometry Themes?
    If you used Network Themes, when you deleted the network (tables), did you delete its entry in user_sdo_network_metadata?
    If you were using the Geometry Themes, did you delete the entry from user_sdo_geom_metadata after you delete the geom. table?
    Try to remove the entries in the network/geom metadata views when you no longer need the network/geom tables.
    You also need to commit after you deleted the tables.
    What version of MapBuilder are you using? (click Help->About Oracle Map Builder)
    jack

  • Recording via line-in always below the center line

    I've been recording music via a line-in input on my sound card for a while now and had no real issues. However, suddenly all recording I do falls below the center line and I have to center the waveform after recording. Ive checked the connections, bought new wires and still it happens.
    Does anyone know:
    a) what causes this
    b) what issues, if any, are caused when making an "off-center" recording?
    Thank you everyone for your time.

    Wild_Duck wrote:
    The evidence pointed to this being just another example of a machine being designed by an engineer who was red hot on the digital side, but unaware of audio design criteria.
    That is more and more turning out to be at the heart of a lot of these problems. At the place I work part-time, more and more people are beating a path to our door with what turn out to be analog problems that have been very poorly understood - or in some rather worrying cases, not understood at all because of this. I had all but given up with electronic engineering (because digital is extremely boring), but I'm getting presented with more and more of these ridiculous problems - and an awful lot of them relate to what happens during the processing of an analog signal before digitising it, because that's pretty much what analog electronics is reduced to these days - I/O. Well certainly commercially, anyway.
    Sometimes it's quite good fun when digital engineers come in, and either their eyes glaze over, or more often they are genuinely shocked at what they don't know. And we think that it's all pretty basic stuff!
    It had a different DC offset depending on which input was selected and then the offset changed as the gain was increased or decreased.
    Hmm......as far as digitising audio in a laptop is concerned, the reference (which sets the DC level you see as a centre line) has to be set at half of the potential voltage swing of the preceding line input stage, and the swing itself has to be scaled to the input of the A-D stage. Capacitors are relatively expensive compared to resistors, so they try to include as few of these as possible in the circuitry, and I think that it's more likely that they would try to manage without them. What this means is that if the power supply to the preamp is isolated from the analog supply to the A-D converter reference, then the chances of drift or an offset in the centre line increase considerably, although in reality this drift is unlikely to be excessive, or that significant - hence the 2% figure I quoted above. If you have several different inputs, then it's hardly surprising that shifts occur - if you end up with, say, and extra mic pre with its own small offset getting magnified by the next stage, then getting to 2% should be quite easy!
    No, none of these are precision circuits (or anywhere near to them, in fact) - if you want those, then you have to pay more, and use an external converter.

  • Reposting Profit Center Line Items

    Good day everybody,
    I would just like to ask if there really is no standard transaction to repost profit center line items (unlike for cost center line item reposting - KB6) Or is there any workaround for this lacking functionality? Thanks!

    Hi
    There is no specific reposting transaction for PCA documents. The alternative is to post a PCA a document via 9KE0.
    E.g. Requirement : repost $100 from PC 100000 to 200000
    Post a PCA document
    PC          Account  In Pct currency
    100000   310101     - 100
    200000   310101       100
    Hope this is clear
    Rgds
    Nadini

  • Archiving  & Deleting the Cost center line items

    My requirement is to delete the line items in the cost cneter as of today, but when i tried to archive & delete the Cost center line items using CO_item,i aam sucesfull in deleteing the past data, but the data of the last month and currenct month i was unable to ........
    when i tried in the spro>img>controlling>general ontrolling>archiving>prepare archiving for co line items
    i set the resident time to 0,but i was unable to delete the line items.what colud be the reason and what is the way to delete the currenct data also from the system.
    your earlier reply surely appreciated .......

    Hi Rajesh,
    I think SAP help says that the period for which you are planning to delete or archive data may have to be locked.
    Check the following links:
    For Archiving
    http://help.sap.com/saphelp_47x200/helpdata/en/8d/3e55ec462a11d189000000e8323d3a/frameset.htm

Maybe you are looking for