Questions tagged [extent]

170 questions
0
votes
1 answer

Compilation error after adding extent report dependency

When I tried to run the testng project using maven this error showed up.. All i did was add the extent report dependency in my pom file. It works great locally where I have JAVA version 1.8.. So question does extent reports have a dependency on JAVA…
user2994743
  • 23
  • 2
  • 6
0
votes
1 answer

Not Getting the Extent Report Even there is no error prompt

I am trying to generate the logs and Advanced test report.So for that i have used the ExtentReport.jar in my Selenium Framework. But i can't able to generate Reports in my output folder which i have mentioned in my project hierarchy.i don't whether…
0
votes
1 answer

Extent Reports: Logs are Getting Appended on to a Single Test Case in the Report

i am Unable to Have separate Logs/entries for Different Test Cases. i.e Logs are Getting Appended on to a Single Test Case in the Extent Report generated. Using Extent Report Version 2.41.1.. The Report Sample: MY Code Goes like This: Base…
Ag_Yoge
  • 77
  • 1
  • 11
0
votes
1 answer

Trying to use ExtentX in my java ant testng project but facing below issue

I'm trying to use ExtentX in my java ant testing project but facing the below issue, but when trying to write results into mongo db I am facing this error: ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging…
0
votes
0 answers

I need to know how to plot a 3D plane using MATLAB knowing its Hor. and Ver. extents?

I need to know how to plot a 3D plane using MATLAB knowing its Horizontal and Vertical extents, Surface area, Center Point, and Dip angle and Dip Direction. All I can find is how to generate an infinite 3D plane !!! In my case, I know the horizontal…
Abeer
  • 19
0
votes
2 answers

Increase extent of vector layer with OGR or GDAL?

When using the OGR library or GDAL library with Python script, is it possible to increase the extent of a vector layer without actually adding new data points? In my specific case, I would like to increase the extent of vector layers associated…
Philip Whitten
  • 293
  • 2
  • 16
0
votes
1 answer

Add SQL Shape to OpenLayers 3 map

I have several shapes that I need to style and add to an OpenLayers 3 map. The shape data I have from SQL looks like…
Funn_Bobby
  • 647
  • 1
  • 20
  • 57
0
votes
1 answer

How to change arcgis online mapview extent

Using the ArcGIS JavaScript API 4.0, I want to change ArcGIS webmap view when I clicked a list item. I want to define different extent for extA, extB, extC, etc. I have tried the code below but I couldn't get it. require([ …
YoungS
  • 23
  • 1
  • 7
0
votes
0 answers

Shift in the data between CartoDB and stamen layer, Google Maps API

I have a geojson loaded into cartodb database. And I have a CSV file too. Names field would be common in both the GeoJSON and CSV file. I had written a logic if the place name in CSV matches the place name in GeoJSON, only then just add the…
Harnish
  • 101
  • 1
  • 10
0
votes
1 answer

Get bounding box / extent of visible map tiles in d3

Let's say I have a standard tiled map like this: http://bl.ocks.org/mbostock/4132797 How can I get the bounding box coordinates of the visible map? In other words, how can I say exactly the extent of the map shown at any given time. I understand…
Union find
  • 7,759
  • 13
  • 60
  • 111
0
votes
1 answer

What happens when table size is bigger than data block size?

I understand that Oracle organizes data blocks into extents, and you should define initial and next extent when creating a table, so when table size becomes bigger than the size of the extent, a new extent is obtained. But what happens when table…
almost a beginner
  • 1,622
  • 2
  • 20
  • 41
-1
votes
1 answer

could not figure out how much is one extent?

i got the homework from Devops school and one of LVM question below , i am confused with extents , teacher said that it should be calculated like this : 20x25 = 500 mb --> so the partition supposed to be made about 600 mb with extra space ! But from…
mike543
  • 1
  • 1
-1
votes
1 answer

How to set bounds of geotiff using rasterio?

I am trying to write some code that takes a collection of png files + some metadata information (not from a geotiff) and creates a geotiff file. That one geotiff file would have a number of bands/layers equal to the number of png files passed as…
-1
votes
1 answer

How can I set extent when .prj files are identical?

I have two .shp files whose .prj files are identical and whose extents are different. I'd like to set them to the same extent so they line up on the map. In ArcGis I have tried: Exporting both to a new coordinate system-defined feature…
Eddie Arni
  • 109
  • 4
-1
votes
1 answer

Test View and Test Steps are showing same count in extent report 3.X

I am working on Automation Project using Selenium. I follow a keyword driven approach where all my locators and data are retrieved from excel sheet. I am trying to incorporate extent report 3.0.6 into my project. Post execution, it shows the count…
Priya
  • 69
  • 4
  • 15
1 2 3
11
12