Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev branch #66

Merged
merged 15 commits into from
Dec 18, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
After merge
  • Loading branch information
ISeleznev-HORIS authored and IKupriyanov-HORIS committed Dec 18, 2019
commit 92313ad928df31470b302816f7e6fed9e847977e
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,10 @@

package jetbrains.livemap

import jetbrains.datalore.base.projectionGeometry.*
import jetbrains.datalore.base.spatial.GeoRectangle
import jetbrains.datalore.base.spatial.LonLat
import jetbrains.livemap.projections.*
import jetbrains.datalore.base.geometry.DoubleVector
import jetbrains.datalore.base.geospatial.GeoRectangle
import jetbrains.datalore.base.geospatial.LonLat
import jetbrains.datalore.base.typedGeometry.*
import jetbrains.livemap.projections.MapProjection
import jetbrains.livemap.projections.MapRuler
import jetbrains.livemap.projections.ProjectionUtil
import jetbrains.livemap.projections.World
import jetbrains.livemap.projections.*
import kotlin.math.abs
import kotlin.math.ln
import kotlin.math.max
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

package jetbrains.livemap.entities.geocoding

import jetbrains.datalore.base.projectionGeometry.Rect
import jetbrains.datalore.base.spatial.GeoUtils.convertToGeoRectangle
import jetbrains.datalore.base.geospatial.GeoUtils.convertToGeoRectangle
import jetbrains.datalore.base.typedGeometry.Rect
import jetbrains.livemap.LiveMapContext
import jetbrains.livemap.LiveMapSystem
import jetbrains.livemap.core.ecs.EcsComponentManager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

package jetbrains.livemap.entities.geocoding

import jetbrains.datalore.base.projectionGeometry.Rect
import jetbrains.datalore.base.projectionGeometry.center
import jetbrains.datalore.base.typedGeometry.Rect
import jetbrains.datalore.base.typedGeometry.center
import jetbrains.livemap.LiveMapContext
import jetbrains.livemap.LiveMapSystem
import jetbrains.livemap.MapPosition
Expand Down